|
List Info
Thread: Unable up wlan0
|
|
| Unable up wlan0 |

|
2006-09-16 21:48:31 |
Hi, i'm running debian testing/unstable with custom kernel
Linux 2.6.15,
i compiled the driver, with debian version
0.2.4+svn20060808-2, with
debug flag on, and loading...
# modprobe p80211 wlan_debug=5
Sep 3 19:12:01 localhost kernel: init_module(0): ---->
Sep 3 19:12:01 localhost kernel: p80211netdev_startup(0):
---->
Sep 3 19:12:01 localhost kernel: p80211netdev_startup(0):
<----
# modprobe prism2-cs prism2_debug=5
Sep 3 19:12:01 localhost kernel: init_module(0): <----
Sep 3 19:12:05 localhost kernel: prism2cs_init(0): ---->
Sep 3 19:12:05 localhost kernel: prism2cs_init:
prism2_cs.o: 0.2.4 Loaded
Sep 3 19:12:05 localhost kernel: prism2cs_init: dev_info
is: prism2_cs
Sep 3 19:12:05 localhost kernel: prism2cs_init(0): <----
and with the modules loaded i can see the proc information:
# cat /proc/net/p80211/wlan0/wlandev
p80211 version: 0.2.4 (dom sep 3 18:14:03 CEST 2006)
name : wlan0
nsd name : prism2_cs
address : 00:02:6f:03:f2:6b
nsd caps : wep_hw short_preamble hw_frag autojoin
bssid : 00:00:00:00:00:00
Enabled :
# cat /proc/net/p80211/wlan0/nsd
# prism2_cs version 0.2.4 (dom sep 3 18:14:03 CEST 2006)
'$Id:
prism2sta.c 1767 2006-01-19 21:25:50Z solomon $'
# nic h/w: id=0x800c 1.0.0
# pri f/w: id=0x15 1.1.0
# sta f/w: id=0x1f 1.4.9
# initial nic hw type, needed for SSF ramdl
initnichw=0003
I only get a "wlan0: link is not ready":
...
kernel: p80211knetdev_set_multicast_list(1): <----
kernel: p80211knetdev_get_stats(0): ---->
kernel: p80211knetdev_get_stats(0): <----
kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
kernel: p80211knetdev_set_multicast_list(1): ---->
kernel: prism2sta_setmulticast(1): ---->
kernel: hfa384x_drvr_setconfig(1): ---->
...
Anybody can helpme?
Thanks a lot
Eduardo.
_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-user lists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
|
|
| Unable up wlan0 |

|
2006-09-17 16:03:23 |
Eduardo
Have you set your appropriate wireless network name,
possible encryption
key and so on in your /etc/network/interfaces file?
To get the 'link is not ready' message is normal - once
the card is
configured for the wireless network you want to be on, you
then get
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Karl
On Sat, 2006-09-16 at 23:48 +0200, Eduardo wrote:
> Hi, i'm running debian testing/unstable with custom
kernel Linux 2.6.15,
> i compiled the driver, with debian version
0.2.4+svn20060808-2, with
> debug flag on, and loading...
>
> # modprobe p80211 wlan_debug=5
>
> Sep 3 19:12:01 localhost kernel: init_module(0):
---->
> Sep 3 19:12:01 localhost kernel:
p80211netdev_startup(0): ---->
> Sep 3 19:12:01 localhost kernel:
p80211netdev_startup(0): <----
>
> # modprobe prism2-cs prism2_debug=5
>
> Sep 3 19:12:01 localhost kernel: init_module(0):
<----
> Sep 3 19:12:05 localhost kernel: prism2cs_init(0):
---->
> Sep 3 19:12:05 localhost kernel: prism2cs_init:
prism2_cs.o: 0.2.4 Loaded
> Sep 3 19:12:05 localhost kernel: prism2cs_init:
dev_info is: prism2_cs
> Sep 3 19:12:05 localhost kernel: prism2cs_init(0):
<----
>
> and with the modules loaded i can see the proc
information:
>
> # cat /proc/net/p80211/wlan0/wlandev
> p80211 version: 0.2.4 (dom sep 3 18:14:03 CEST 2006)
>
> name : wlan0
> nsd name : prism2_cs
> address : 00:02:6f:03:f2:6b
> nsd caps : wep_hw short_preamble hw_frag autojoin
> bssid : 00:00:00:00:00:00
> Enabled :
>
> # cat /proc/net/p80211/wlan0/nsd
> # prism2_cs version 0.2.4 (dom sep 3 18:14:03 CEST
2006) '$Id:
> prism2sta.c 1767 2006-01-19 21:25:50Z solomon $'
>
> # nic h/w: id=0x800c 1.0.0
> # pri f/w: id=0x15 1.1.0
> # sta f/w: id=0x1f 1.4.9
> # initial nic hw type, needed for SSF ramdl
> initnichw=0003
>
> I only get a "wlan0: link is not ready":
>
> ...
> kernel: p80211knetdev_set_multicast_list(1): <----
> kernel: p80211knetdev_get_stats(0): ---->
> kernel: p80211knetdev_get_stats(0): <----
> kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
> kernel: p80211knetdev_set_multicast_list(1): ---->
> kernel: prism2sta_setmulticast(1): ---->
> kernel: hfa384x_drvr_setconfig(1): ---->
> ...
>
>
> Anybody can helpme?
>
>
> Thanks a lot
> Eduardo.
>
> _______________________________________________
> Linux-wlan-user mailing list
> Linux-wlan-user lists.linux-wlan.com
> http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-user lists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
|
|
| Unable up wlan0 |

|
2006-09-18 10:22:53 |
Karl Relton escribió:
> Eduardo
>
> Have you set your appropriate wireless network name,
possible encryption
> key and so on in your /etc/network/interfaces file?
>
Yes, SinCables doesn't needs any encryption key, it's
open, this is the
wlan0 section in /etc/network/interfaces:
allow-hotplug wlan0
iface wlan0 inet dhcp
name Tarjeta de red inalámbrica
wireless_mode managed
wireless-essid SinCables
this configuration was working before that i updated from
version
0.2.4+svn20060808-1 to version 0.2.4+svn20060808-2,
> To get the 'link is not ready' message is normal -
once the card is
> configured for the wireless network you want to be on,
you then get
>
> ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>
but now i can't up the link with any version :-(
> Karl
>
Thanks
Eduardo.
>
> On Sat, 2006-09-16 at 23:48 +0200, Eduardo wrote:
>
>> Hi, i'm running debian testing/unstable with
custom kernel Linux 2.6.15,
>> i compiled the driver, with debian version
0.2.4+svn20060808-2, with
>> debug flag on, and loading...
>>
>> # modprobe p80211 wlan_debug=5
>>
>> Sep 3 19:12:01 localhost kernel: init_module(0):
---->
>> Sep 3 19:12:01 localhost kernel:
p80211netdev_startup(0): ---->
>> Sep 3 19:12:01 localhost kernel:
p80211netdev_startup(0): <----
>>
>> # modprobe prism2-cs prism2_debug=5
>>
>> Sep 3 19:12:01 localhost kernel: init_module(0):
<----
>> Sep 3 19:12:05 localhost kernel: prism2cs_init(0):
---->
>> Sep 3 19:12:05 localhost kernel: prism2cs_init:
prism2_cs.o: 0.2.4 Loaded
>> Sep 3 19:12:05 localhost kernel: prism2cs_init:
dev_info is: prism2_cs
>> Sep 3 19:12:05 localhost kernel: prism2cs_init(0):
<----
>>
>> and with the modules loaded i can see the proc
information:
>>
>> # cat /proc/net/p80211/wlan0/wlandev
>> p80211 version: 0.2.4 (dom sep 3 18:14:03 CEST
2006)
>>
>> name : wlan0
>> nsd name : prism2_cs
>> address : 00:02:6f:03:f2:6b
>> nsd caps : wep_hw short_preamble hw_frag autojoin
>> bssid : 00:00:00:00:00:00
>> Enabled :
>>
>> # cat /proc/net/p80211/wlan0/nsd
>> # prism2_cs version 0.2.4 (dom sep 3 18:14:03 CEST
2006) '$Id:
>> prism2sta.c 1767 2006-01-19 21:25:50Z solomon $'
>>
>> # nic h/w: id=0x800c 1.0.0
>> # pri f/w: id=0x15 1.1.0
>> # sta f/w: id=0x1f 1.4.9
>> # initial nic hw type, needed for SSF ramdl
>> initnichw=0003
>>
>> I only get a "wlan0: link is not
ready":
>>
>> ...
>> kernel: p80211knetdev_set_multicast_list(1):
<----
>> kernel: p80211knetdev_get_stats(0): ---->
>> kernel: p80211knetdev_get_stats(0): <----
>> kernel: ADDRCONF(NETDEV_UP): wlan0: link is not
ready
>> kernel: p80211knetdev_set_multicast_list(1):
---->
>> kernel: prism2sta_setmulticast(1): ---->
>> kernel: hfa384x_drvr_setconfig(1): ---->
>> ...
>>
>>
>> Anybody can helpme?
>>
>>
>> Thanks a lot
>> Eduardo.
>>
>> _______________________________________________
>> Linux-wlan-user mailing list
>> Linux-wlan-user lists.linux-wlan.com
>> http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
>>
>
>
>
_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-user lists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
|
|
| Unable up wlan0 |

|
2006-09-18 10:22:53 |
Karl Relton escribió:
> Eduardo
>
> Have you set your appropriate wireless network name,
possible encryption
> key and so on in your /etc/network/interfaces file?
>
Yes, SinCables doesn't needs any encryption key, it's
open, this is the
wlan0 section in /etc/network/interfaces:
allow-hotplug wlan0
iface wlan0 inet dhcp
name Tarjeta de red inalámbrica
wireless_mode managed
wireless-essid SinCables
this configuration was working before that i updated from
version
0.2.4+svn20060808-1 to version 0.2.4+svn20060808-2,
> To get the 'link is not ready' message is normal -
once the card is
> configured for the wireless network you want to be on,
you then get
>
> ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
>
but now i can't up the link with any version :-(
> Karl
>
Thanks
Eduardo.
>
> On Sat, 2006-09-16 at 23:48 +0200, Eduardo wrote:
>
>> Hi, i'm running debian testing/unstable with
custom kernel Linux 2.6.15,
>> i compiled the driver, with debian version
0.2.4+svn20060808-2, with
>> debug flag on, and loading...
>>
>> # modprobe p80211 wlan_debug=5
>>
>> Sep 3 19:12:01 localhost kernel: init_module(0):
---->
>> Sep 3 19:12:01 localhost kernel:
p80211netdev_startup(0): ---->
>> Sep 3 19:12:01 localhost kernel:
p80211netdev_startup(0): <----
>>
>> # modprobe prism2-cs prism2_debug=5
>>
>> Sep 3 19:12:01 localhost kernel: init_module(0):
<----
>> Sep 3 19:12:05 localhost kernel: prism2cs_init(0):
---->
>> Sep 3 19:12:05 localhost kernel: prism2cs_init:
prism2_cs.o: 0.2.4 Loaded
>> Sep 3 19:12:05 localhost kernel: prism2cs_init:
dev_info is: prism2_cs
>> Sep 3 19:12:05 localhost kernel: prism2cs_init(0):
<----
>>
>> and with the modules loaded i can see the proc
information:
>>
>> # cat /proc/net/p80211/wlan0/wlandev
>> p80211 version: 0.2.4 (dom sep 3 18:14:03 CEST
2006)
>>
>> name : wlan0
>> nsd name : prism2_cs
>> address : 00:02:6f:03:f2:6b
>> nsd caps : wep_hw short_preamble hw_frag autojoin
>> bssid : 00:00:00:00:00:00
>> Enabled :
>>
>> # cat /proc/net/p80211/wlan0/nsd
>> # prism2_cs version 0.2.4 (dom sep 3 18:14:03 CEST
2006) '$Id:
>> prism2sta.c 1767 2006-01-19 21:25:50Z solomon $'
>>
>> # nic h/w: id=0x800c 1.0.0
>> # pri f/w: id=0x15 1.1.0
>> # sta f/w: id=0x1f 1.4.9
>> # initial nic hw type, needed for SSF ramdl
>> initnichw=0003
>>
>> I only get a "wlan0: link is not
ready":
>>
>> ...
>> kernel: p80211knetdev_set_multicast_list(1):
<----
>> kernel: p80211knetdev_get_stats(0): ---->
>> kernel: p80211knetdev_get_stats(0): <----
>> kernel: ADDRCONF(NETDEV_UP): wlan0: link is not
ready
>> kernel: p80211knetdev_set_multicast_list(1):
---->
>> kernel: prism2sta_setmulticast(1): ---->
>> kernel: hfa384x_drvr_setconfig(1): ---->
>> ...
>>
>>
>> Anybody can helpme?
>>
>>
>> Thanks a lot
>> Eduardo.
>>
>> _______________________________________________
>> Linux-wlan-user mailing list
>> Linux-wlan-user lists.linux-wlan.com
>> http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
>>
>
>
>
_______________________________________________
Linux-wlan-user mailing list
Linux-wlan-user lists.linux-wlan.com
http://lists.linux-wlan.com/mailman/listinfo/linux-w
lan-user
|
|
[1-4]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|