[Linux-wlan-ng-devel] Re: [Fwd: [lwlan-user] errors while attempting to run "make"]

Robert Chéramy robert at cheramy.net
Mon Sep 12 21:37:51 UTC 2005


Dan Finn wrote:
> I setup the following in my /etc/network/interfaces file:
> 
> auto wlan0
> iface wlan0 inet dhcp
>         wireless_mode managed
>         wireless_essid linksys
>         wireless_rate 11M
> 
> and then when I run "ifup wlan0" I get the following errors:

> Failed to enable the device, resultcode= implementation_failure .
> run-parts: /etc/network/if-pre-up.d/linux-wlan-ng-pre-up exited with
> return code 1

That's not good. Is your wireless device listed in [1] ? What does
"dmesg" say about this ? Are all modules loaded ?

Here (USB device Netgear MA111), I got these outputs:
$ lsmod | grep 'prism\|p80211'
prism2_usb             80068  0
p80211                 36880  1 prism2_usb
usbcore               121980  7
usblp,prism2_usb,ehci_hcd,usb_storage,ohci_hcd,uhci_hcd

$ dmesg
(...)
usb 1-1: new full speed USB device using uhci_hcd and address 3
prism2usb_init: prism2_usb.o: 0.2.2 Loaded
prism2usb_init: dev_info is: prism2_usb
usbcore: registered new driver prism2_usb
ident: nic h/w: id=0x8026 1.0.0
ident: pri f/w: id=0x15 1.1.3
ident: sta f/w: id=0x1f 1.7.0
MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1
CFI:SUP:role=0x00:id=0x02:var=0x02:b/t=1/1
PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=1/4
STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/12
PRI-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
STA-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1
Prism2 card SN: \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
linkstatus=CONNECTED
(...)

> Error for wireless request "Set Mode" (8B06) :
>     SET failed on device wlan0 ; Operation not supported.
> Error for wireless request "Set Bit Rate" (8B20) :
>     SET failed on device wlan0 ; Function not implemented.
> Error for wireless request "Set ESSID" (8B1A) :
>     SET failed on device wlan0 ; Operation not supported.

That is a Debian specific error, which is OK [2].

> Internet Software Consortium DHCP Client 2.0pl5
(...)

1. http://www.linux-wlan.org/docs/wlan_adapters.html.gz
2. http://bugs.debian.org/154367

> When I was asking about scanning I was asking about the ability of the
> card to be able to list what networks are available.

I have definitely no idea how this works, perhaps does someone on
linux-wlan-user-request know about this.

Cheers,

tibob

PS: I hope we're not getting off-topic of
linux-wlan-ng-devel at lists.alioth.debian.org ; if so, please complain in
my Inbox :-)



More information about the Linux-wlan-ng-devel mailing list