Re: Using a USB modem.

2014-09-10 Thread atar
I'm using at the last release of FreeBSD which is currently FreeBSD 10.0 but I'm using the i386-memstick.img version of that distribution. > On 9/10/2014 10:18 AM, atar wrote: >> Here's the output of usbconfig -d 4.4 dump_device_desc: >> >>> ugen4.4: at usbus4, cfg=0 >>> md=HOST spd=HIGH (480M

Re: Using a USB modem.

2014-09-10 Thread Mike Tancsa
On 9/10/2014 10:18 AM, atar wrote: Here's the output of usbconfig -d 4.4 dump_device_desc: ugen4.4: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x bDeviceSubClass = 0x bDeviceProtocol = 0x bMa

Re: Using a USB modem.

2014-09-10 Thread atar
Hi there! Thanks you for your answer and sorry for the big delay of my response. I simply hadn't enough time to test your suggestions until now. So, lets start. > Did you load the driver (kldload u3g) ? Yes. > what is the output of > usbconfig Here's the output of usbconfig -d 4.4 dump_devic

Re: Using a USB modem.

2014-09-02 Thread Mike Tancsa
On 9/2/2014 2:59 PM, atar wrote: Typically, they will show up as /dev/cuaUx or /dev/cuaUx.x (note the capital U). That's interesting since in the output of 'ls -lh /dev' in my PC it appears with no capital 'U'. Thats your onboard serial ports (uart0 and uart1). In addition, I've tried to

Re: Using a USB modem.

2014-09-02 Thread atar
Thanks you for your kind support. > Typically, they will show up as /dev/cuaUx or /dev/cuaUx.x (note the capital > U). That's interesting since in the output of 'ls -lh /dev' in my PC it appears with no capital 'U'. In addition, I've tried to initialize the both devices with 'ppp' but when I

Re: Using a USB modem.

2014-09-02 Thread Mike Tancsa
On 9/2/2014 10:29 AM, atar wrote: I've a ZTE USB modem and I want to use it with FreeBSD. I've attached it to one of the USB slots on my PC and run the "ls -lh /dev/" command to see what's going on. I've saw that two modem devices have been created in the 'dialup' group: cuau0 and cuau1. My q