Oh hell, the airprime driver is flat-out MISSING?

"Well there's yer problem, Sparky!"

OK, I downloaded linux-source-2.6.27 from Synaptic.  There is NO
filename with "airprime" in it anywhere.  Searches for "airprime" as a
text string in all files shows no significant stuff.

There's references to an "airprime.ko" file which is compiled out of
"airprime.c", which contains a block of stuff people have been editing
to get various cards working.  It looks something like this:

---
* AirPrime CDMA Wireless Serial USB driver
*
* Copyright (C) 2005-2006 Greg Kroah-Hartman <[EMAIL PROTECTED]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 as published by the Free Software Foundation.
*/

#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/usb/serial.h>

static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x0c88, 0x17da) }, /* Kyocera Wireless KPC650/Passport */
{ USB_DEVICE(0x1410, 0x1110) }, /* Novatel Wireless Merlin CDMA */
{ USB_DEVICE(0x1410, 0x1130) }, /* Novatel Wireless S720 CDMA/EV-DO */
{ USB_DEVICE(0x1410, 0x2110) }, /* Novatel Wireless U720 CDMA/EV-DO */
{ USB_DEVICE(0x1410, 0x1430) }, /* Novatel Merlin XU870 HSDPA/3G */
{ USB_DEVICE(0x1410, 0x1100) }, /* ExpressCard34 Qualcomm 3G CDMA */
{ USB_DEVICE(0x413c, 0x8115) }, /* Dell Wireless HSDPA 5500 */
{ USB_DEVICE(0x413c, 0x8118) }, /* Dell Wireless HSDPA 5510 */
{ },
};
---

Jim again - this is per:

http://ubuntuforums.org/archive/index.php/t-461991.html

Now we're getting somewhere.  God only knows what it's using INSTEAD of
airprime...?

IF I can find an airprime.c file I can splice in a line for the KPC680
with the info obtained off of USBView.  Better yet, I'd like to find
either a compiled or source for an airprime module tuned up better for
the KPC680, if one exists.

Any help REAL welcome, meanwhile I'll go drop Greg a line...

-- 
KPC680 cellmodem card crashes Intrepid/NM7 (could be airprime.ko kernel module 
is the culprit)
https://bugs.launchpad.net/bugs/273842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to