[Bug 15346] prism2_usb: requires wlanctl-ng commands in order to work properly

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Sat Dec 17 06:01:01 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15346
Ubuntu | linux





------- Additional Comments From toojays at toojays.net  2005-12-17 06:01 UTC -------
The linux-wlan-ng-pre-up script dies because there is no p80211 module: 
 
toojays at fuzz:/etc/wlan$ sudo ifup --verbose wlan0 
Configuring interface wlan0=wlan0 (inet) 
run-parts --verbose /etc/network/if-pre-up.d 
run-parts: executing /etc/network/if-pre-up.d/linux-wlan-ng-pre-up 
FATAL: Module p80211 not found. 
Failed to load p80211.o. 
run-parts: /etc/network/if-pre-up.d/linux-wlan-ng-pre-up exited with return code 1 
run-parts: executing /etc/network/if-pre-up.d/wireless-tools 
Error for wireless request "Set Encode" (8B2A) : 
    SET failed on device wlan0 ; No such device. 
Error for wireless request "Set ESSID" (8B1A) : 
    SET failed on device wlan0 ; No such device. 
 
dhclient3 -pf /var/run/dhclient.wlan0.pid -lf /var/lib/dhcp3/dhclient.wlan0.leases wlan0 
Internet Systems Consortium DHCP Client V3.0.3 
Copyright 2004-2005 Internet Systems Consortium. 
All rights reserved. 
For info, please visit http://www.isc.org/products/DHCP 
 
SIOCSIFADDR: No such device 
wlan0: ERROR while getting interface flags: No such device 
wlan0: ERROR while getting interface flags: No such device 
Bind socket to interface: No such device 
Failed to bring up wlan0. 
 
 
I tried cutting out that part of the script like so: 
toojays at fuzz:/etc/network/if-pre-up.d$ diff -u linux-wlan-ng-pre-up.0.2.2dfsg-4ubuntu1 
linux-wlan-ng-pre-up 
--- linux-wlan-ng-pre-up.0.2.2dfsg-4ubuntu1     2005-12-17 15:35:48.000000000 +1030 
+++ linux-wlan-ng-pre-up        2005-12-17 16:13:28.000000000 +1030 
@@ -75,10 +75,6 @@ 
        IF_WIRELESS_CHANNEL=1 
 fi 
 
-if ! modprobe p80211; then 
-       echo "Failed to load p80211.o." >&2 
-       exit 1 
-fi 
 
 # NOTE: We don't explicitly insmod the card driver here.  The 
 #  best thing to do is to specify an alias in /etc/modules.conf. 
 
Now, ifup can get the card to associate with the AP, but no I can't ping it, nor does 
DHCP work, and iwconfig says there is no signal: 
 
wlan0     IEEE 802.11-DS  ESSID:"56BAnnSt"  Nickname:"56BAnnSt" 
          Mode:Ad-Hoc  Frequency:2.412 GHz  Cell: 02:05:0B:E1:AE:F0 
          Bit Rate:2 Mb/s   Tx-Power:18 dBm 
          Retry min limit:8   RTS thr:off   Fragment thr:off 
          Link Quality=0/92  Signal level=-100 dBm  Noise level=-100 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0 
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0 
 

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list