Ich habe hier einen Acer Aspire3002LMi mit Broadcom wlan drin.
also:
Modul geladenlaptop:/home/tom# ndiswrapper -l
Installed ndis drivers:
bcmwl5 driver present, hardware present
schön und gut, aber das teil leuchtet nicht (wobei das licht gleichzeitig ein knopf zum ein und ausschalten unter Win ist...muss eventuell gar nicht leuchten?)
laptop:/home/tom# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
laptop:/home/tom# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.412 GHz Access Point: 00:00:00:00:00:00
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bei diesem scan hier hatte ich mal eine ausgabe, die ist jetzt aber auch verschwunden....laptop:/home/tom# iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
das wlan wird über dhcp configuriert, aber ich bekomme kein dhcpoffer. Was habe ich denn vergessen?
Shilong