huangdi 发表于 2003-9-2 14:29:21

How about recompiling both the wireless tools and the driver using the same kernel sources?

huangdi 发表于 2003-9-2 14:32:37

Also, did you change the gateway device in /etc/sysconfig/network?It's possible that the default gateway device is eth0, not eth1.

jnhufeng 发表于 2003-9-2 16:16:18

驱动为:atmelwlandriver.2.1.2.2

使用率lvnet工具可以但是不能设定IP地址,PC除了这无线网卡还有一个有线以太网卡eth0,

THANKS

jnhufeng 发表于 2003-9-3 10:15:35

我是一个LINUX新手,高手请帮助解答几个问题,谢谢了,
唉,LINUX真不太容易搞定.
这是我的机器网卡配置图,其中无线网卡为ATMEL的eth1接口,其中有线网卡为REALTEK的eth0接口,
问题:
1:iwconfig及ifconfig两个指令有何区别?
2:我如何卸载无线网卡驱动DRIVER.
3:我如何更改接口名字,如把无线eth1改为eth0,是否可以与有线网卡名字相同(同为eth0).
以下为我机器显示结果,非常感谢.
# iwconfig
lo      no wireless extensions.

eth0      no wireless extensions.

eth1      ATMEL RFMD503AESSID:"WALKLAN"Nickname:"WALKLAN"
          Mode:ManagedChannel:1Access Point: 00:30:00:10:84:D3
          Bit Rate:11Mb/s
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Link Quality:100Signal level:100Noise level:0
          Rx invalid nwid:0Rx invalid crypt:0Rx invalid frag:0
          Tx excessive retries:0Invalid misc:0   Missed beacon:0

# ifconfig
eth0      Link encap:EthernetHWaddr 00:50:EB:08:5B:45
          inet addr:192.168.12.251Bcast:192.168.12.255Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICASTMTU:1500Metric:1
          RX packets:1130 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1034 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:466632 (455.6 Kb)TX bytes:157073 (153.3 Kb)
          Interrupt:10 Base address:0xb000

lo      Link encap:Local Loopback
          inet addr:127.0.0.1Mask:255.0.0.0
          UP LOOPBACK RUNNINGMTU:16436Metric:1
          RX packets:6055 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6055 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:413613 (403.9 Kb)TX bytes:413613 (403.9 Kb)
页: 1 [2]
查看完整版本: 痛苦--找不到无线网卡的驱动程序