Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-08 Thread Hans Petter Selasky
On Friday 08 July 2011 03:25:39 PseudoCylon wrote: On Thu, Jul 7, 2011 at 6:47 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: On Wed, Jul 6, 2011 at 9:19 AM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, I'm going to

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-08 Thread Hans Petter Selasky
Hi, I found some more bugs/issues before I committed the driver. Please verify: http://svn.freebsd.org/changeset/base/223864 --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-08 Thread PseudoCylon
On Fri, Jul 8, 2011 at 1:35 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Friday 08 July 2011 03:25:39 PseudoCylon wrote: On Thu, Jul 7, 2011 at 6:47 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: On Wed, Jul 6, 2011 at 9:19 AM,

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-07 Thread PseudoCylon
On Wed, Jul 6, 2011 at 9:19 AM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, I'm going to review and import your driver. --HPS Hi, The intial patch had some bad code and didn't compile on 9-current. I've tried to clean it up. Please test and report back if I didn't break anything.

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-07 Thread Hans Petter Selasky
On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: On Wed, Jul 6, 2011 at 9:19 AM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, I'm going to review and import your driver. --HPS Hi, The intial patch had some bad code and didn't compile on 9-current. I've tried to

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-07 Thread Hans Petter Selasky
On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: The compiler complained about uninitialized int if_usie.c: 1484 - uint8_t pad; + uint8_t pad = 0; I changed it so that pad is set in both cases: pad = (hip-id USIE_HIP_PAD) ? 1 : 0;

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-07 Thread PseudoCylon
On Thu, Jul 7, 2011 at 6:47 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: On Wed, Jul 6, 2011 at 9:19 AM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, I'm going to review and import your driver. --HPS Hi, The intial

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-06 Thread Hans Petter Selasky
Hi, I'm going to review and import your driver. --HPS Hi, The intial patch had some bad code and didn't compile on 9-current. I've tried to clean it up. Please test and report back if I didn't break anything. http://hselasky.homeunix.org:8192/usie_for_FreeBSD_9_current.patch --HPS

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-06-28 Thread Hans Petter Selasky
On Tuesday 28 June 2011 06:58:37 PseudoCylon wrote: Hello Here is a driver for Sierra Wireless HSPA+ USB modem. Please test it. My subscription will expire on June 29, 2011. (Yes, it sounds silly.) So, try it before too late. source tree https://gitorious.org/usie/usie/trees/master

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-06-28 Thread PseudoCylon
modem On Tuesday 28 June 2011 06:58:37 PseudoCylon wrote: Hello Here is a driver for Sierra Wireless HSPA+ USB modem. Please test it. My subscription will expire on June 29, 2011. (Yes, it sounds silly.) So, try it before too late. source tree https://gitorious.org/usie/usie/trees

[CFT] Sierra Wireless HSPA+ USB modem

2011-06-27 Thread PseudoCylon
Hello Here is a driver for Sierra Wireless HSPA+ USB modem. Please test it. My subscription will expire on June 29, 2011. (Yes, it sounds silly.) So, try it before too late. source tree https://gitorious.org/usie/usie/trees/master tarball https://gitorious.org/usie/usie/archive-tarball/master

uplcom driver and USB modem

2003-09-28 Thread Bruce Cran
I've recently been trying to get my USB modem working in FreeBSD -CURRENT, without much success. In Linux, I can load the pl2303 driver and a ttyUSB0 device node is then used to communicate with the modem as if were attached to a serial port. In FreeBSD, I load the uplcom driver

Re: usb modem problem

2002-11-30 Thread Bernd Walter
On Thu, Nov 28, 2002 at 11:44:10PM -0700, [EMAIL PROTECTED] wrote: Hello, I am trying to use an usb modem under freebsd. It is detected during boot. My system is current as of yesterday sources. Dmesg output is attached. Modem is recognized as /dev/ugen0 and there is another node /dev

usb modem problem

2002-11-28 Thread ertank
Hello, I am trying to use an usb modem under freebsd. It is detected during boot. My system is current as of yesterday sources. Dmesg output is attached. Modem is recognized as /dev/ugen0 and there is another node /dev/ugen0.1 I setup my ppp.conf file to use /dev/ugen0 when I try to use

Re: USB modem?

2000-12-12 Thread Mark Huizer
Is it a case of being in the usbdevs list _and_ supporting those specs? Or just following the specs? I believe that being listed in usbdevs isn't a requirement, but I'm not positive. I also haven't had any look getting the thing to work dynamically loading the various modules involved.

Re: USB modem?

2000-12-12 Thread Nick Hibma
Whether a device is recognized by a driver depends on one thing only: the probe routine in the driver. It either has to conform to the specs and this device obviously doesn't, or it has to be supported by the driver and therefore the IDs of the device need to be known. The entries in usbdevs*

Re: USB modem?

2000-12-01 Thread Mark Huizer
I have a USB modem here, (Siemens), that I would like to get to work under FreeBSD, but I can't even find the right tools to get vendor and product ID's to add to usbdevs :-( Try looking in dmesg - USB device that don't have known product and vendor ID's have theirs printed. Failing

Re: USB modem?

2000-12-01 Thread Mike Meyer
Mark Huizer [EMAIL PROTECTED] types: I have a USB modem here, (Siemens), that I would like to get to work under FreeBSD, but I can't even find the right tools to get vendor and product ID's to add to usbdevs :-( Try looking in dmesg - USB device that don't have known product

Re: USB modem?

2000-11-30 Thread Mike Meyer
Mark Huizer [EMAIL PROTECTED] types: Does anyone here have experience on tryuing to add USB devices? I do. I have a USB modem here, (Siemens), that I would like to get to work under FreeBSD, but I can't even find the right tools to get vendor and product ID's to add to usbdevs :-( Try

USB Modem??

1999-10-18 Thread Brett White
Hey there, Has anyone managed to get USB modem support compiled into the 4.0 kernel using the patches from the projects site?? Or can it be done another way?? Unfortunately my 33.6K internal has rolled over and died and now I just have a 56.6K external USB modem which I haven't been able to get