Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The BIG Wireless Question
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
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Wed May 11, 2005 2:21 am    Post subject: The BIG Wireless Question Reply with quote

How the hell do I get this thing to work? And you thought it would be something good... Oh well. I have to say that I am still a sorta newbie. I have already built my server and am now in the process of converting everything over on my main desktop for Windows XP to Gentoo. The problem is the only access to internet I have is through wireless. I moved my computer temporarily to get wired access, but that isn't working. I have tried iwconfig, wpa_supplicant, and both of my adapters to no avail. Here is the problem. I have a Linksys WUSB11 Usb adapter with the atmel chipset. I also have a WUSB54G by Linksys which has the prism54 chipset. I have no clue what I did with ndiswrapper, because now it doesn't work. Anyways, this fix determines whether you you have a fully devoted gentoo user or half-ass. Cheers.
Back to top
View user's profile Send private message
freebies_11
n00b
n00b


Joined: 09 Dec 2004
Posts: 36

PostPosted: Wed May 11, 2005 2:35 am    Post subject: Reply with quote

Good luck with the WUSB54G. Mine won't work.
Back to top
View user's profile Send private message
elvisthedj
Guru
Guru


Joined: 21 Jun 2004
Posts: 483
Location: Nampa, ID

PostPosted: Wed May 11, 2005 2:47 am    Post subject: Reply with quote

Quote:

Card: Linksys WUSB54G, 802.11b/g, USB 2.0 -- link here
Chipset: Prism54
usbid: 5041:2234
Driver: Linksys Windows XP driver http://www.linksys.com/download/default.asp
Other: Works smoothly, of course ;) - this is the device the USB extension was originally developed for. WEP is running, WPA is supported using wpa_supplicant 0.2.5. No problems with both 1.1 and 2.0 host controllers. As with many other USB devices, no success with 2.4 kernels so far. Try to use 2.6.7 or better. There is a native driver for Prism54 that is working on USB support. View its status at Prism54.org


Looks like ndiswrapper should work fine..

Quote:

I have no clue what I did with ndiswrapper, because now it doesn't work.


Did you perhaps delete the windows drivers? I believe they should be in /etc/ndiswrapper/wusb54G/


http://ndiswrapper.sourceforge.net/phpwiki/index.php/Installation
_________________
Kris Edwards
kris edwards at g mail dot c0m
PGP
WWW
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Wed May 11, 2005 3:17 am    Post subject: Reply with quote

I am getting desperate. I am using the nitro-sources kernel and amworried about stability. I am thinking about rebuilding tomorrow and using gentoo-dev sources with reiser4 patch. I need somebody to post step by step install instructions to get either adapter working. Does ndiswrapper conflict with baselayout 1.11 and will wireless work with the stable layout? For desktop, should I use x86 or ~x86 to get the most compatibility? Please help out.
Back to top
View user's profile Send private message
elvisthedj
Guru
Guru


Joined: 21 Jun 2004
Posts: 483
Location: Nampa, ID

PostPosted: Wed May 11, 2005 3:56 am    Post subject: Reply with quote

Quote:

I need somebody to post step by step install instructions to get either adapter working.

It's been done

Quote:

For desktop, should I use x86 or ~x86 to get the most compatibility? Please help out.

It's pretty hard to be completely x86. There are a lot of stable packages with unstable dependencies. If you truly mean compatibility, you'll use ~x86 quite often.

Good Luck.

Edit: BTW, if you change your subject to something more relevant, you might get more help.
_________________
Kris Edwards
kris edwards at g mail dot c0m
PGP
WWW
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Wed May 11, 2005 6:02 am    Post subject: Reply with quote

elvisthedj wrote:
It's pretty hard to be completely x86. There are a lot of stable packages with unstable dependencies. If you truly mean compatibility, you'll use ~x86 quite often.


It's also foolish to go entirely ~x86 - which may be what the guy asking meant.
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Wed May 11, 2005 11:06 am    Post subject: Reply with quote

does ndiswrapper conflict with any packages, because after I installed the unstable baselayout and added the readlin, sysvinit, and other recommended packages to package.keywords, it stopped working?
Back to top
View user's profile Send private message
elvisthedj
Guru
Guru


Joined: 21 Jun 2004
Posts: 483
Location: Nampa, ID

PostPosted: Wed May 11, 2005 9:56 pm    Post subject: Reply with quote

Quote:

because after I installed the unstable baselayout and added the readlin, sysvinit, and other recommended packages to package.keywords, it stopped working?


What does dmesg say? If the module isn't loaded (lsmod), are you able to modprobe ndiswrapper? "stopped working" doesn't really say much.

See if it's loading and which driver it's using by doing the following:
Code:

    # dmesg |grep ndis
ndiswrapper version 0.10 loaded (preempt=yes,smp=yes)
ndiswrapper: using irq 177
wlan0: ndiswrapper ethernet device 00:03:xx:1d:0c:xx using driver wmp11v27.sys
ndiswrapper (set_auth_mode:482): setting auth mode failed (C0010015)
ndiswrapper: driver wmp11v27.sys (Linksys,07/30/2002, 3.08.28.0) added


If it's not loading when you boot up, but you're able to load it with modprobe then you might just need to do the following:
Code:

echo ndiswrapper >> /etc/modules.autoload.d/kernel-2.6

_________________
Kris Edwards
kris edwards at g mail dot c0m
PGP
WWW
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Fri May 13, 2005 11:21 am    Post subject: Reply with quote

rebuilt system today without reiser4 and used gentoo-sources instead of nitro-sources. am trying ndiswrapper tonight. will tell how it goes.
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Sat May 14, 2005 4:35 pm    Post subject: Reply with quote

I am still having the problem with the device. I have found that when I do a
Code:
modprobe ndiswrapper
the system freezes (well actually it can't find the device and just hangs). I have found that the system (through dmesg) is registering the device as
Code:
usb 1-2: new high speed USB device using ehci_hcd and address 5
.
lsusb outputs:
Code:

Bus 005:  ID 13b1:000d
Bus 001 Device 001:  ID 0000:0000
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Sat May 14, 2005 5:06 pm    Post subject: Reply with quote

one problem i am solving is that my usb controller is ohci and not uhci like i had originally built into the kernel. oops. fixing it now.
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Sat May 14, 2005 5:10 pm    Post subject: Reply with quote

now it recongnizes my wusb11, but not the wusb54g in lsusb. I am going to emerge atmel-firmware to try and use the former instead of the latter.
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Sat May 14, 2005 5:40 pm    Post subject: Reply with quote

am using the cvs snapshot of the alternate driver for the atmel chipset, got it to recognize and am now configuring it
Back to top
View user's profile Send private message
macawgumbo
Apprentice
Apprentice


Joined: 28 May 2004
Posts: 165

PostPosted: Sat May 14, 2005 7:20 pm    Post subject: Reply with quote

i got it to work using the WUSB11 v2.6 with an atmel chipset. I downloaded the atmel firmware driver from the cvs repository (alternative driver than sourceforge). I then configured everything and instead of linking net.wlan0 to net.lo, I copied net.eth0 to net.wlan0 in /etc/init.d/ and it works on boot now! Yay!
Back to top
View user's profile Send private message
djmaze
n00b
n00b


Joined: 25 Jun 2003
Posts: 36
Location: Berlin, Germany

PostPosted: Wed Jun 22, 2005 9:53 pm    Post subject: Reply with quote

So you compiled the atmel driver from http://atmelwlandriver.sourceforge.net? It doesn't and didn't ever compile for me on kernel 2.6!

Here is the error message (from "make usb"):

Code:

  CC [M]  /usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.o
/usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.c: In function `update_usb_intf_descr':
/usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.c:1260: error: structure has no member named `epmaxpacketout'
/usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.c:1261: error: structure has no member named `epmaxpacketout'
/usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.c:1263: error: structure has no member named `epmaxpacketin'
/usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.c:1264: error: structure has no member named `epmaxpacketin'
make[3]: *** [/usr/src/atmelwlandriver/objs/usbvnetr/release/reset_device.o] Error 1
make[2]: *** [_module_/usr/src/atmelwlandriver/objs/usbvnetr/release] Error 2



How did you get this running?? Thanks for any help..


Greetz,
Martin
Back to top
View user's profile Send private message
djmaze
n00b
n00b


Joined: 25 Jun 2003
Posts: 36
Location: Berlin, Germany

PostPosted: Wed Jun 22, 2005 10:09 pm    Post subject: Reply with quote

Sorry, didn't read your text thoroughly. So you mean the Berlios driver. Thanks, great, works ! ;-)
Back to top
View user's profile Send private message
ronpetch
n00b
n00b


Joined: 04 Jan 2004
Posts: 3
Location: NSW

PostPosted: Thu Jun 23, 2005 6:26 am    Post subject: installing wireless Reply with quote

I have a Netgear WG311 card. I have searched for help on installation under Linux, in general. Some seem to manage, others are like me confused by the various bits of advice. The installation always seems to involve some guesswork as to the wrapper, goes through simple operations and then gets esoteric.
Is there any Gentoo expert out there who can do an idiot's guide?
Even some tips in simple terms would be a help, the wireless network works fine with Windows98.

regards Ron Petch

"Nostalgia ain't what it used to be"
Back to top
View user's profile Send private message
Alex Ludd
n00b
n00b


Joined: 16 Jun 2005
Posts: 18
Location: Safeway

PostPosted: Mon Jun 27, 2005 1:45 am    Post subject: Reply with quote

bump
_________________
Visit my site at http://alexludd.blogspot.com
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