<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>I had a sierra pcmcia card working with ubuntu, but it seemed to treat the card like a usb device--would show up with lsusb.</DIV><DIV> </DIV><DIV>I just got a new sierra wireless usb and I'm about to start fighting with that one. The unsupported kernel patch from sierra says in the comments that it "...is needed for the initializer function override, which instructs the device to load as a modem."</DIV><DIV> </DIV><DIV>This really isn't the topic I should jump in on as a first post here, so please forgive anything resembling idiocy.</DIV><DIV> </DIV><DIV>Jeff<BR></DIV><FONT color=#990099>-----trilug-bounces@trilug.org wrote: -----<BR><BR></FONT><BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">To: "Triangle Linux Users Group General Discussion" <trilug@trilug.org><BR>From: "David Brain" <dbrain@gmail.com><BR>Sent by: trilug-bounces@trilug.org<BR>Date: 06/09/2008 12:14PM<BR>Subject: Re: [TriLUG] how do USB disks and USB wifi cards work?<BR><BR><FONT face="Default Monospace,Courier New,Courier,monospace" size=2>Hi,<BR><BR>Not quite - the 'drive like' behavior of USB devices is a standard<BR>(<A href="http://en.wikipedia.org/wiki/USB_mass_storage_device_class" target=blank>http://en.wikipedia.org/wiki/USB_mass_storage_device_class</A>) so the<BR>kernel code just has to know how to talk that to make USB disks work.<BR><BR>I do not believe there is a similar standard for 'network like<BR>devices' (which would be nice...).  So for a USB network device you<BR>are in the normal situation of needing to have a, normally<BR>vendor/chipset specific driver.<BR><BR>David.<BR><BR>On Mon, Jun 9, 2008 at 11:30 AM, Joseph Mack NA3T <jmack@wm7d.net> wrote:<BR>> I have assumed that a USB disk worked something like this<BR>><BR>> o the USB driver arranged for the USB transport hardware to<BR>> deliver whatever was at the end of the USB cable to the OS.<BR>> The OS saw a disk and loaded the disk driver code. The OS<BR>> talked to the disk without knowing (or maybe not caring)<BR>> that an intermediate layer was carrying the bits back and<BR>> forth to the disk.<BR>><BR>> This was fine till I wondered if a USB wifi card worked the<BR>> same way. I assume that the manufacturers use their standard<BR>> wifi hardware and instead of using a PCI or pcmcia<BR>> interface, they put in a usb interface. Presumably then the<BR>> standard Linux usb code would handle the usb link, and the<BR>> OS would use the standard wifi driver for that piece of wifi<BR>> hardware.<BR>><BR>> However I went to the madwifi webpage to find that they<BR>> don't support USB wifi cards (because of difficulties<BR>> writing the code). Presumably my model of how USB connected<BR>> devices work is wrong.<BR>><BR>> Anyone fill me in?<BR>><BR>> Thanks Joe<BR>><BR>> --<BR>> Joseph Mack NA3T EME(B,D), FM05lw North Carolina<BR>> jmack (at) wm7d (dot) net - azimuthal equidistant map<BR>> generator at <A href="http://www.wm7d.net/azproj.shtml" target=blank>http://www.wm7d.net/azproj.shtml</A><BR>> Homepage <A href="http://www.austintek.com/" target=blank>http://www.austintek.com/</A> It's GNU/Linux!<BR>> --<BR>> TriLUG mailing list        : <A href="http://www.trilug.org/mailman/listinfo/trilug" target=blank>http://www.trilug.org/mailman/listinfo/trilug</A><BR>> TriLUG FAQ  : <A href="http://www.trilug.org/wiki/Frequently_Asked_Questions" target=blank>http://www.trilug.org/wiki/Frequently_Asked_Questions</A><BR>><BR>-- <BR>TriLUG mailing list        : <A href="http://www.trilug.org/mailman/listinfo/trilug" target=blank>http://www.trilug.org/mailman/listinfo/trilug</A><BR>TriLUG FAQ  : <A href="http://www.trilug.org/wiki/Frequently_Asked_Questions" target=blank>http://www.trilug.org/wiki/Frequently_Asked_Questions</A><BR></FONT></BLOCKQUOTE><BR></FONT>