LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 894|回复: 4

[问题]昨天更新好kernel26 2.6.24.4-1的内核后,无线网卡找不到了?

[复制链接]
发表于 2008-4-2 11:09:13 | 显示全部楼层 |阅读模式
如题。
lsmod结果,我是ipw3945 的mini卡

  1. lsmod|grep ipw
  2. ipw3945               200484  0
  3. ieee80211              30664  1 ipw3945
复制代码


rc.conf内容

  1. 模块端:
  2. MODULES=(b44 mii !iwl3945 ipw3945 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore pci_hotplug ibmcam video1394 usbvideo ultracam quickcam_messenger vboxdrv uvcvideo)
  3. 网络设置
  4. lo="lo 127.0.0.1"
  5. eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
  6. wlan_eth1="eth1 essid arch-firefoxmmx"
  7. INTERFACES=(lo !eth0 !eth1)
  8. 进程
  9. DAEMONS=(syslog-ng ipw3945d !network networkmanager networkmanager-dispatcher netfs crond alsa gpm !dbus hal !fam samba adsl !powernowd !wlan hotkey-setup gdm)
复制代码



iwconfig(找不到eth1我的无线网卡)

  1. hooxin@arch_hooxin:~$ iwconfig
  2. lo        no wireless extensions.

  3. eth0      no wireless extensions.

  4. ppp0      no wireless extensions.

复制代码


以前kernel26 2.6.24.3的时候都是好的
发表于 2008-4-2 13:37:06 | 显示全部楼层
据说是新内核把ipw3945(这个太老)的模块去掉了,推荐用另外一个驱动叫什么iwlwifi-3945-ucode。
http://wiki.archlinux.org/index.php/Wireless
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-2 16:34:51 | 显示全部楼层
回楼上,iwlwifi-3945-ucode我也安装了的,可是为什么找不到呢?
回复 支持 反对

使用道具 举报

发表于 2008-4-3 11:11:16 | 显示全部楼层
1,楼主lsmod后看看iwl3945加载没有.没有就modprobe一下
2,最好卸掉ipw
3,新的iwl3945网卡名字是wlan而不是eth了
4,运行ifconfig看看有没有wlan0
5,修改rc.conf,吧eth1改掉
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-3 21:07:30 | 显示全部楼层
Post by yafeng;1834309
1,楼主lsmod后看看iwl3945加载没有.没有就modprobe一下
2,最好卸掉ipw
3,新的iwl3945网卡名字是wlan而不是eth了
4,运行ifconfig看看有没有wlan0
5,修改rc.conf,吧eth1改掉


lsmod:
  1. hooxin@arch_hooxin:~$ lsmod |grep iwl
  2. iwl3945                86504  0
  3. mac80211              117644  1 iwl3945
复制代码

ifconfig:


  1. eth0      Link encap:Ethernet  HWaddr 00:1D:09:C2:21:D2  
  2.           inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
  3.           inet6 addr: fe80::21d:9ff:fec2:21d2/64 Scope:Link
  4.           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  5.           RX packets:150326 errors:0 dropped:0 overruns:0 frame:0
  6.           TX packets:157348 errors:0 dropped:0 overruns:0 carrier:0
  7.           collisions:0 txqueuelen:1000
  8.           RX bytes:144105316 (137.4 Mb)  TX bytes:81809480 (78.0 Mb)
  9.           Interrupt:17

  10. lo        Link encap:Local Loopback  
  11.           inet addr:127.0.0.1  Mask:255.0.0.0
  12.           inet6 addr: ::1/128 Scope:Host
  13.           UP LOOPBACK RUNNING  MTU:16436  Metric:1
  14.           RX packets:1306 errors:0 dropped:0 overruns:0 frame:0
  15.           TX packets:1306 errors:0 dropped:0 overruns:0 carrier:0
  16.           collisions:0 txqueuelen:0
  17.           RX bytes:65300 (63.7 Kb)  TX bytes:65300 (63.7 Kb)

  18. ppp0      Link encap:Point-to-Point Protocol  
  19.           inet addr:125.82.138.219  P-t-P:172.17.1.1  Mask:255.255.255.255
  20.           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
  21.           RX packets:150219 errors:0 dropped:0 overruns:0 frame:0
  22.           TX packets:157179 errors:0 dropped:0 overruns:0 carrier:0
  23.           collisions:0 txqueuelen:3
  24.           RX bytes:140237162 (133.7 Mb)  TX bytes:77723566 (74.1 Mb)
复制代码

(仿佛找不到那个东西,系统没有认到的样子)

我的rc.conf里面没有多wlan进行配置.因为我用的networkmanager来管理的网络(听说不用配置都可以, networkmanager是自动配置的 )
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表