* zd1211b question.
@ 2007-07-28 11:55 Gene Heskett
2007-07-28 13:57 ` Jan Engelhardt
2007-07-28 14:26 ` Daniel Drake
0 siblings, 2 replies; 3+ messages in thread
From: Gene Heskett @ 2007-07-28 11:55 UTC (permalink / raw)
To: lkml
Greetings all;
A net friend of mine has a Gateway m305CRV laptop, with this radio in it:
Bus 003 Device 003: ID 050d:705c Belkin Components
Its apparently sitting on the usb bus, and from my grepping of the kernel
srcs, it looks as if the zd1211b driver might be the correct one:
drivers/net/wireless/zd1211rw/zd_usb.c: /* ZD1211B */
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x0ace,
0x1215), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x157e,
0x300d), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x079b,
0x0062), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x1582,
0x6003), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x050d,
0x705c), .driver_info = DEVICE_ZD1211B },
This last one is the right set of numbers. However, I'll be dipped but I
can't find anyplace in a make xconfig in the 2.6.22.1-rt9 tree, to turn on
the building of that driver.
Am I blind, don't know how to run grep, or does the xconfig script need more
tlc?
Can somebody toss me a bone of info here?
Thanks everybody.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Thus spake the master programmer:
"When a program is being tested, it is too late to make design changes."
-- Geoffrey James, "The Tao of Programming"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: zd1211b question.
2007-07-28 11:55 zd1211b question Gene Heskett
@ 2007-07-28 13:57 ` Jan Engelhardt
2007-07-28 14:26 ` Daniel Drake
1 sibling, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2007-07-28 13:57 UTC (permalink / raw)
To: Gene Heskett; +Cc: lkml
On Jul 28 2007 07:55, Gene Heskett wrote:
>Greetings all;
>
>A net friend of mine has a Gateway m305CRV laptop, with this radio in it:
>Bus 003 Device 003: ID 050d:705c Belkin Components
>
>Its apparently sitting on the usb bus, and from my grepping of the kernel
>srcs, it looks as if the zd1211b driver might be the correct one:
>[...]
>This last one is the right set of numbers. However, I'll be dipped but I
>can't find anyplace in a make xconfig in the 2.6.22.1-rt9 tree, to turn on
>the building of that driver.
>
>Am I blind, don't know how to run grep, or does the xconfig script need more
>tlc?
>
>Can somebody toss me a bone of info here?
cat drivers/net/wireless/zd1211rw/Kconfig?
Jan
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: zd1211b question.
2007-07-28 11:55 zd1211b question Gene Heskett
2007-07-28 13:57 ` Jan Engelhardt
@ 2007-07-28 14:26 ` Daniel Drake
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Drake @ 2007-07-28 14:26 UTC (permalink / raw)
To: Gene Heskett; +Cc: lkml
Gene Heskett wrote:
> This last one is the right set of numbers. However, I'll be dipped but I
> can't find anyplace in a make xconfig in the 2.6.22.1-rt9 tree, to turn on
> the building of that driver.
Sounds like you haven't satisfied the dependencies or are looking in the
wrong menu.
Under menuconfig you can type: /ZD1211<enter>
That will tell you where abouts it resides, and it's dependencies.
You'll also need firmware with this driver. See
http://www.linuxwireless.org/en/users/Drivers/zd1211rw
Daniel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-28 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-28 11:55 zd1211b question Gene Heskett
2007-07-28 13:57 ` Jan Engelhardt
2007-07-28 14:26 ` Daniel Drake
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox