* Linux and Wireless USB Adaptor
@ 2006-05-28 6:12 Marc Perkel
2006-05-28 6:45 ` Jens Götze
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Marc Perkel @ 2006-05-28 6:12 UTC (permalink / raw)
To: linux-kernel
I have an Airlink Wireless USB 2.0 adaptor. Does it work with Linux? If
so - what do I have to do to make it work?
Thanks in advance.
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Linux and Wireless USB Adaptor 2006-05-28 6:12 Linux and Wireless USB Adaptor Marc Perkel @ 2006-05-28 6:45 ` Jens Götze 2006-05-28 7:21 ` Pavel Machek 2006-05-28 8:07 ` Stefano Brivio 2006-05-28 10:04 ` Daniel Drake 2 siblings, 1 reply; 9+ messages in thread From: Jens Götze @ 2006-05-28 6:45 UTC (permalink / raw) To: Marc Perkel; +Cc: linux-kernel Hello Marc, I would try ndiswrapper (http://ndiswrapper.sf.net), because it is the easiest way to run a USB Wireless LAN adapter. The ndiswrapper is a nice driver, which allows to run Windows NDIS Driver under Linux. Therefore, you can use the delivered Windows Driver to run your adapter under Linux. I use for all my wireless adapter this kind of solution. But maybe it exists a better way to run your adapter under Linux (separate linux driver or so). If you need help to install ndiswrapper you should take a look on the project website. Regards, Jens Marc Perkel wrote: > I have an Airlink Wireless USB 2.0 adaptor. Does it work with Linux? If > so - what do I have to do to make it work? > > Thanks in advance. > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 6:45 ` Jens Götze @ 2006-05-28 7:21 ` Pavel Machek 2006-05-28 7:45 ` Jens Götze 2006-05-28 13:10 ` Marc Perkel 0 siblings, 2 replies; 9+ messages in thread From: Pavel Machek @ 2006-05-28 7:21 UTC (permalink / raw) To: Jens Gtze; +Cc: Marc Perkel, linux-kernel On Sun 28-05-06 08:45:12, Jens G?tze wrote: > Hello Marc, > > I would try ndiswrapper (http://ndiswrapper.sf.net), because it is the > easiest way to run a USB Wireless LAN adapter. The ndiswrapper is a nice > driver, which allows to run Windows NDIS Driver under Linux. Therefore, For some very obscure definition of 'nice'... Avoid ndiswrapper, it is broken by design. Pavel -- Thanks for all the (sleeping) penguins. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 7:21 ` Pavel Machek @ 2006-05-28 7:45 ` Jens Götze 2006-05-28 13:10 ` Marc Perkel 1 sibling, 0 replies; 9+ messages in thread From: Jens Götze @ 2006-05-28 7:45 UTC (permalink / raw) To: Pavel Machek; +Cc: Marc Perkel, linux-kernel Hello Pavel, 'nice' is everything what works fine as a solution. Therefore, I would say that the ndiswrapper is nice, if the case is that no Linux Driver is available. And if you have no time or the knowledge (programming or chip set information) to implement a driver by your own, then is the ndiswrapper a good solution. Yes, the design is not the best, but it works or not?! ;-) Regards, Jens Pavel Machek wrote: > On Sun 28-05-06 08:45:12, Jens G?tze wrote: >> Hello Marc, >> >> I would try ndiswrapper (http://ndiswrapper.sf.net), because it is the >> easiest way to run a USB Wireless LAN adapter. The ndiswrapper is a nice >> driver, which allows to run Windows NDIS Driver under Linux. Therefore, > > For some very obscure definition of 'nice'... > > Avoid ndiswrapper, it is broken by design. > Pavel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 7:21 ` Pavel Machek 2006-05-28 7:45 ` Jens Götze @ 2006-05-28 13:10 ` Marc Perkel 2006-05-28 13:15 ` Jan-Benedict Glaw 1 sibling, 1 reply; 9+ messages in thread From: Marc Perkel @ 2006-05-28 13:10 UTC (permalink / raw) To: linux-kernel Pavel Machek wrote: > On Sun 28-05-06 08:45:12, Jens G?tze wrote: > >> Hello Marc, >> >> I would try ndiswrapper (http://ndiswrapper.sf.net), because it is the >> easiest way to run a USB Wireless LAN adapter. The ndiswrapper is a nice >> driver, which allows to run Windows NDIS Driver under Linux. Therefore, >> > > For some very obscure definition of 'nice'... > > Avoid ndiswrapper, it is broken by design. > > Some people might define "nice" as better than nothing. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 13:10 ` Marc Perkel @ 2006-05-28 13:15 ` Jan-Benedict Glaw 0 siblings, 0 replies; 9+ messages in thread From: Jan-Benedict Glaw @ 2006-05-28 13:15 UTC (permalink / raw) To: Marc Perkel; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 1367 bytes --] On Sun, 2006-05-28 06:10:27 -0700, Marc Perkel <marc@perkel.com> wrote: > Pavel Machek wrote: > > On Sun 28-05-06 08:45:12, Jens G?tze wrote: > > > I would try ndiswrapper (http://ndiswrapper.sf.net), because it is the > > > easiest way to run a USB Wireless LAN adapter. The ndiswrapper is a nice > > > driver, which allows to run Windows NDIS Driver under Linux. Therefore, > >For some very obscure definition of 'nice'... > > > >Avoid ndiswrapper, it is broken by design. > > Some people might define "nice" as better than nothing. Hmm. So an atomic bomb is a nice solution to political problems, too? But back to ndiswrapper: you cannot build anything you want to distribute based on it. You won't get any help debugging problems with it from regular kernel hackers. You won't even get help for non-related problems if that stuff has ever been loaded into the current kernel image from any kernel hacker. So it's pretty far away from something you may consider for productive use, isn't it? MfG, JBG -- Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481 _ O _ "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg _ _ O für einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! O O O ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA)); [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 6:12 Linux and Wireless USB Adaptor Marc Perkel 2006-05-28 6:45 ` Jens Götze @ 2006-05-28 8:07 ` Stefano Brivio 2006-05-28 10:04 ` Daniel Drake 2 siblings, 0 replies; 9+ messages in thread From: Stefano Brivio @ 2006-05-28 8:07 UTC (permalink / raw) To: Marc Perkel; +Cc: linux-kernel On Sat, 27 May 2006 23:12:20 -0700 Marc Perkel <marc@perkel.com> wrote: > I have an Airlink Wireless USB 2.0 adaptor. Does it work with Linux? If > so - what do I have to do to make it work? Please see: http://linux-wless.passys.nl/query_part.php?brandname=Airlink+Tech -- Ciao Stefano ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 6:12 Linux and Wireless USB Adaptor Marc Perkel 2006-05-28 6:45 ` Jens Götze 2006-05-28 8:07 ` Stefano Brivio @ 2006-05-28 10:04 ` Daniel Drake 2006-06-04 2:13 ` maksoud (sent by Nabble.com) 2 siblings, 1 reply; 9+ messages in thread From: Daniel Drake @ 2006-05-28 10:04 UTC (permalink / raw) To: Marc Perkel; +Cc: linux-kernel Hi Marc, Marc Perkel wrote: > I have an Airlink Wireless USB 2.0 adaptor. Does it work with Linux? If > so - what do I have to do to make it work? Is it an AWLL3025 or an AWLL3026? If so, it is based on the ZD1211 chip. You can download a community maintained version of the vendor driver here: http://zd1211.ath.cx/ Or you can try the rewritten version which we aim to get included in 2.6.18 or 2.6.19: http://zd1211.ath.cx/wiki/DriverRewrite Daniel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Linux and Wireless USB Adaptor 2006-05-28 10:04 ` Daniel Drake @ 2006-06-04 2:13 ` maksoud (sent by Nabble.com) 0 siblings, 0 replies; 9+ messages in thread From: maksoud (sent by Nabble.com) @ 2006-06-04 2:13 UTC (permalink / raw) To: linux-kernel Hi, I had the same problem as Marc. I have AWLL3026. I followed the installation instructions in the web site http://zd1211.ath.cx/ but the network is not working yet. I am connected wirelessly to a router that connects me to the internet and the internet is not working. That's how I knew that the network is not working. Any suggestions are appreciated. Thanks, Mohamed Rabie -- View this message in context: http://www.nabble.com/Linux-and-Wireless-USB-Adaptor-t1693753.html#a4699234 Sent from the linux-kernel forum at Nabble.com. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-06-04 2:13 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-05-28 6:12 Linux and Wireless USB Adaptor Marc Perkel 2006-05-28 6:45 ` Jens Götze 2006-05-28 7:21 ` Pavel Machek 2006-05-28 7:45 ` Jens Götze 2006-05-28 13:10 ` Marc Perkel 2006-05-28 13:15 ` Jan-Benedict Glaw 2006-05-28 8:07 ` Stefano Brivio 2006-05-28 10:04 ` Daniel Drake 2006-06-04 2:13 ` maksoud (sent by Nabble.com)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox