Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wusb11 V2.6 802.11 Adapter
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
dasRatsel
n00b
n00b


Joined: 04 Aug 2004
Posts: 40

PostPosted: Sun May 08, 2005 10:02 pm    Post subject: wusb11 V2.6 802.11 Adapter Reply with quote

g'day:

i've been trying to get my usb wireless adapter up, to no avail
i tried using it with the livecd -- didnt work -- so i worked around it and now have a fully functional system (for the most part)
now, i have all the necessary stuff built with the kernel so on and so forth along with hot/cold plug so that when i do lsusb it shows up with all the correct info, but it doesnt show up as a device anywhere. I've tried doing ifconfig eth1, ifconfig wusb0, ifconfig wifi0, nothing's there.. what am i doing wrong?
_________________
where is fancy bred...
in the heart or in the head
Back to top
View user's profile Send private message
gerardo
Apprentice
Apprentice


Joined: 05 Feb 2004
Posts: 228
Location: Belgium

PostPosted: Mon May 09, 2005 6:02 pm    Post subject: Reply with quote

It does work for me.
You should however not use the kernel-drivers. I've tried but they don't work.
Download the drivers from http://at76c503a.berlios.de.
Build them.
Code:
make && make install

Add at76c503-rfmd to /etc/modules.autoload.d/kernel-2.6
Code:
echo at76c503-rfmd >> /etc/modules.autoload.d/kernel-2.6

Make symlink net.wlan0 to net.lo
Code:
ln -s /etc/init.d/net.lo /etc/init.d/net.wlan0


in /etc/conf.d/net add
Code:
iface_wlan0="dhcp"

in /etc/conf.d/net.wlan0 add
Code:
essid_wlan0="name_of_your_network"
mode_wlan0="Managed"
key_name_of_your_network="your_encription_key enc open"
config_wlan0="dhcp"

preferred_aps=( "name_of_your_network" )
config_name_of_your_network=( "dhcp" )
dhcpcd_name_of_your_network="-t 5"


Make sure initfiles are loaded at boot time
Code:
rc-update add modules boot
rc-update add net.wlan0 default


I don't know if it is 100% correct, but it works for me.

I hope this helps.
Back to top
View user's profile Send private message
dasRatsel
n00b
n00b


Joined: 04 Aug 2004
Posts: 40

PostPosted: Tue May 10, 2005 2:37 am    Post subject: Reply with quote

ahh -- like a charm -- only problem is: i'm having some trouble getting it to search f'r dhcp on boot -- i added w/ rc-update like you said -- am i missing something in a config file somewhere?

thanks again -- u made it seem so easy

~xavier
_________________
where is fancy bred...
in the heart or in the head
Back to top
View user's profile Send private message
gerardo
Apprentice
Apprentice


Joined: 05 Feb 2004
Posts: 228
Location: Belgium

PostPosted: Tue May 10, 2005 10:09 pm    Post subject: Reply with quote

Do you have DHCP ?
Code:
emerge net-misc/dhcpcd
Back to top
View user's profile Send private message
dasRatsel
n00b
n00b


Joined: 04 Aug 2004
Posts: 40

PostPosted: Tue May 10, 2005 11:22 pm    Post subject: Reply with quote

oh -- by all means -- the network connects fine -- w. dhcpcd 'n' all -- 's just that when i did rc-update wlan0 default -- it didnt seem to do much ... what does that rc-update line do exactly... i'm assuming i have to go into a config somewhere and just tell it do look f'r a dhcp -- which one -- i would be much abliged as doing it by hand every time when the comp starts is just annoying -- thanks

~xavier
_________________
where is fancy bred...
in the heart or in the head
Back to top
View user's profile Send private message
dasRatsel
n00b
n00b


Joined: 04 Aug 2004
Posts: 40

PostPosted: Tue May 10, 2005 11:27 pm    Post subject: Reply with quote

[edit]

yea -- i'm sorry -- i also have to run:
iwconfig wlan0 essid (your essid)
ifconfig wlan0 up
dhcpcd wlan0 up

each startup too -- howto do that automaticly on boot would be wonderful too
thanks

~Xavier
_________________
where is fancy bred...
in the heart or in the head
Back to top
View user's profile Send private message
gerardo
Apprentice
Apprentice


Joined: 05 Feb 2004
Posts: 228
Location: Belgium

PostPosted: Fri May 13, 2005 5:57 pm    Post subject: Reply with quote

rc-update doesn't start it but ads it to the default-runlevel at boottime.
To start net.wlan0 do
Code:
/etc/init.d/net.wlan0 start

in a root promt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum