Re: Problem with usb modem CMOTECH CCU550

2008-06-04 Thread Nikolay Pavlov
On Wednesday 04 June 2008 06:11:54 Miguel Vásquez. wrote:
 Hello everybody.


 Hi, I am a novice in FreeBSD, I use FreeBSD 7.0 in a Acer Aspire
 5570z laptop, I have tried to use my modem CMOTECH CCU550 but I have not
 successful, Can you Help me??


 Until now, I did the following thing:
 I executed,
 #kldload ucom
 #kldload umodem
 plug my modem and the system display:


 ucom0: CMOTECH CO., LTD. CMOTECH CDMA Technologies, class 2/0, rev
 2.00/0.00, addr 2 on uhub2 ucom0: iclass 2/2
 ucom0: data interface 1, has CM over data, has break
 ucom0: status change notification available

 after this, i tried to configure KPPP but, i can not to get to connect,
 what is wrong??

 I want to adapt my service of Internet for FreeBSD 7.0,
 but, i can not make work my modem.

 I hope you can help me.
 Note: My English is not good, i speak spanish.


 Best regards,
 Miguel.

Hi Miguel. Last time i've used this modem it works ok on FreeBSD.
Try to read this docs to configure it uppropriately: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.html

-- 
==  
- Best regards, Nikolay Pavlov. ---
==  

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with Usb Modem CMOTECH CCU550

2008-05-24 Thread Miguel Vásquez .

  Hello everybody.


Hi, I am a novice FreeBSD, I use FreeBSD 6.3 in one laptop Acer Aspire
5570z, I have tried to use my modem CMOTECH CCU550 but I am not
successful, Can you Help me??



Until now, I did the following thing:

1) I added the line of code: 

product CMOTECH CCU550  0x5533 CDMA 2000 1xRTT/1xEVDO USB modem

in line 780 of the file /usr/src/sys/dev/usb/usbdevs.


2)later, I added the line of code:

{ USB_VENDOR_CMOTECH, USB_PRODUCT_CMOTECH_CCU550, 
ANY,{ UQ_ASSUME_CM_OVER_DATA }},

in line 85 and 86 of the file /usr/src/sys/dev/usb/usb_quirks.c

3) later, it executes the following thing:

# cd /usr/src/sys/i386/conf
# mkdir /root/kernels
# cp GENERIC /root/kernels/MYKERNEL
# ln -s /root/kernels/MYKERNEL
# cd /usr/src
# make buildkernel KERNCONF=MYKERNEL
# make installkernel KERNCONF=MYKERNEL
# shutdown -r now

When it starts (boot) The FreeBSD 6.3 system, it takes my modem as they ugen0

Why?


I hope you can help me!!

Note: My English is not good.


Miguel.



  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to [EMAIL PROTECTED]