LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-17-2005, 05:13 PM   #61
tempire
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Rep: Reputation: 0

As an addendum to my last message, I am assuming the "usb.c: USB device 2 (vend/prod 0x1410/0x1110) is not claimed by any active driver." message is the cause of no 'usb' folder in /proc/bus.

All I have is:

unconfigured:~# ls -Fals /proc/bus
total 0
0 dr-xr-xr-x 4 root root 0 Jan 1 12:38 ./
0 dr-xr-xr-x 33 root root 0 Jan 1 12:36 ../
0 dr-xr-xr-x 4 root root 0 Jan 1 12:38 pccard/
0 dr-xr-xr-x 4 root root 0 Jan 1 12:38 pci/
unconfigured:~#
 
Old 09-18-2005, 02:49 PM   #62
dknisely
LQ Newbie
 
Registered: May 2005
Posts: 3

Rep: Reputation: 0
Response to tempire

Did you manually load the usbserial driver with the correct vendor/product numbers? What do you get when you do the following:


rmmod usbserial
modprobe usbserial vendor=0x1416 product=0x1110

If you do "lsmod", so you see usbserial loaded? If so, then check for the devices in the /dev directory. If they are present, then you are good to go for basic connectivity. You do not need to make the driver changes shown in this thread to get a basic PPP session going.

D. Knisely
 
Old 09-19-2005, 04:15 AM   #63
tempire
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Rep: Reputation: 0
It looks like my problem had to do with a PCMCIA USB adapter. When I remove the card, it works fine, albiet expectedly dropping the connection after several minutes.

Though I cannot figure out why I have no /proc/bus/usb, in this case I guess it doesn't matter.
 
Old 09-27-2005, 11:10 AM   #64
hxmiller
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
Quote:
Question: anyone know what the Kyocera's vendor and product IDs are? Are they also 1410 and 1110, like the Novatel?

KPC650 is

Vendor=0x0c88
Product=0x17da
 
Old 09-27-2005, 11:16 AM   #65
hxmiller
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
Quote:
Originally posted by gpetme
No luck yet with getting the V620 to speed up. Are other people (besides Bini2 and myself) having performance problems?

Greg
I'm having the same trouble with the Kyocera KPC650. Pings forever, load connection dies although PPPD show a connection but no traffic is passing.

I'm not having any luck patching the driver/kernel. I can't seem to get the source tree correct.

I'm using Pebble (debian) and 2.4.26 kernel. Seem to continue to have kernel version issues. I have a Debian 2.4.27 workstation where I'm doing the development.

Can someone post my detailed instructions about the Junxion patch (or equivilent) is applied? ie: kernel source, dependent libraries, patching and make

How
 
Old 10-04-2005, 03:48 AM   #66
seva
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
I was having a lot of drops before I applied this patch, major thanks to Junxion for finding this issue.

For reference, here is the Fedora Core 4 2.6.13-1.1526 kernel version of the patch that georgecmu suggested:

Code:
--- linux-2.6.13/drivers/usb/serial/usb-serial.c-fedora_old     2005-10-04 03:11:24.000000000 -0500
+++ linux-2.6.13/drivers/usb/serial/usb-serial.c        2005-10-03 22:47:40.000000000 -0500
@@ -1061,7 +1061,11 @@
                        dev_err(&interface->dev, "No free urbs available\n");
                        goto probe_error;
                }
-               buffer_size = le16_to_cpu(endpoint->wMaxPacketSize);
+               if (serial->dev->descriptor.idVendor == 0x1410 && serial->dev->descriptor.idProduct == 0x1110) {
+                       buffer_size = le16_to_cpu(2048);
+               } else {
+                       buffer_size = le16_to_cpu(endpoint->wMaxPacketSize);
+               }
                port->bulk_in_size = buffer_size;
                port->bulk_in_endpointAddress = endpoint->bEndpointAddress;
                port->bulk_in_buffer = kmalloc (buffer_size, GFP_KERNEL);

Last edited by seva; 10-04-2005 at 03:50 AM.
 
Old 10-10-2005, 08:14 PM   #67
hxmiller
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
Has anyone experienced the card disconnecting usb the immediately reconnecting? However when this happens the ppp connection still shows connected? But the connection isn't really up.


Oct 10 21:16:46 localhost kernel: usb.c: USB disconnect on device 02:00.0-1 address 2
Oct 10 21:16:46 localhost kernel: usbserial.c: Generic converter now disconnected from ttyUSB0
Oct 10 21:16:46 localhost kernel: usbserial.c: Generic converter now disconnected from ttyUSB1
Oct 10 21:16:49 localhost kernel: hub.c: new USB device 02:00.0-1, assigned address 3
Oct 10 21:16:49 localhost kernel: usbserial.c: Generic converter detected
Oct 10 21:16:49 localhost kernel: usbserial.c: Generic converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
Oct 10 21:16:49 localhost kernel: usbserial.c: Generic converter detected
Oct 10 21:16:49 localhost kernel: usbserial.c: Generic converter now attached to ttyUSB1 (or usb/tts/1 for devfs)
Oct 10 21:16:49 localhost /etc/hotplug/usb.agent: ... no modules for USB product c88/17da/0

Last edited by hxmiller; 10-10-2005 at 10:00 PM.
 
Old 10-20-2005, 11:18 AM   #68
hxmiller
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
Thumbs up

bump!
 
Old 10-20-2005, 03:23 PM   #69
sipples
LQ Newbie
 
Registered: Mar 2005
Location: Chicago
Distribution: SuSE Linux
Posts: 22

Original Poster
Rep: Reputation: 15
I managed to get the Novatel V620 working with Ubuntu Linux 5.10. Nothing terribly new or surprising there, except that, like Fedora, the /dev/ttyUSB0 and /dev/ttyUSB1 devices aren't already present, so you have to create them.

I used GNOME PPP as a dialer, and that seemed to work (after editing the /etc/ppp/options file to comment out the LCP lines). GNOME PPP is in either the "Universe" or "Multiverse" Ubuntu collection.

I did have to recompile the usb-serial.c driver code with the aforementioned fix to the buffer_size.
 
Old 10-25-2005, 01:04 AM   #70
Malacandra
Member
 
Registered: Jul 2004
Posts: 44

Rep: Reputation: 15
Almost there....

Been reading and re-reading this thread and I've finally gotten really close.

Using the Sprint PCS version of the Merlin the S620 with Ubuntu Breezy.

When I use wvdial, this is what I get: (main bit's at the bottom...I've got IP addresses showing up!!!)

output --------------------------------------------------------
root@rhino:/home/mark# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Oct 25 01:58:34 2005
--> pid of pppd: 19876
--> Using interface ppp0
--> pppd: nit
--> pppd: nit
--> pppd: nit
--> pppd: nit
--> pppd: nit
--> local IP address 70.13.83.94
--> pppd: nit
--> remote IP address 68.28.145.69
--> pppd: nit
--> primary DNS address 68.28.146.11
--> pppd: nit
--> secondary DNS address 68.28.154.11
--> pppd: nit
-----------------------------------------------------------------

MY PROBLEM: I cannot surf the web with firefox. I am able to ping the local IP address and the remote IP address, but I *cannot* ping either primary or secondary DNS. Thus I can't use the internet.

What little tiny step am I missing to make it all come together???? I can see the IPs, but can't reach them. Oooohhhh so close! and after two straight nights messing with this to get it to work.

Thanks,
Mark

Last edited by Malacandra; 10-25-2005 at 01:17 AM.
 
Old 10-25-2005, 01:54 PM   #71
chris12349
LQ Newbie
 
Registered: Oct 2005
Location: Oregon
Posts: 1

Rep: Reputation: 0
Verizon V620 Working In Ubuntu Breezy

This is how I got my Verizon V620 Partially Working.
I'm dual booting and When running in WinXP it connects quite a bit faster so I'm still trying to get some better speeds. It looks like the patch talked about earlier is my best bet.

Running: Ubuntu Breezy on a Dell XPS Gen2 Laptop

DISCLAIMER, I'm not an expert but these are a compilation of the steps I took after scouring the internet. They may or may not work for you.


STEP 1)

I used Sipple's technique to get my system to recognize the device:

modprobe -r usbserial
modprobe -r ehci-hcd
modprobe -r ohci-hcd
modprobe ohci-hcd
modprobe usbserial vendor=0x1410 product=0x1110

My card is now located at /dev/ttyUSB0

STEP 2)

under /etc/ppp/peers/ I created a file called evdo

----- EVDO -----
nodetach
ttyUSB0
230400
ipparam rtt
noauth
defaultroute
usepeerdns
user 5554443333@vzw3g.com
password vxw
show-password
crtscts
lcp-echo-interval 9999
lock
connect-delay 10000
connect '/usr/sbin/chat -v -t3 -f /etc/ppp/peers/1xevdo_chat'
----- END EVDO ----

(Obviously change "user5554443333" to whatever your modem's number is.)

STEP 3)

Under /etc/ppp/peers I created a file called 1xevdo_chat

------- 1xevdo_chat -------

'' 'AT'
'OK' 'ATE0V1&F&D2&C1S0=0'
'OK' 'ATDT#777'

--------- END 1xevdo_chat ------

STEP 4)
to connect type this at the prompt "sudo pppd call evdo"

This works but there is still something wrong when I try to download. It will start with
a realitivly high speed then stall out in a matter of seconds. - I'm still working on this

I hope this information is useful to someone!

Chris

Last edited by chris12349; 10-25-2005 at 02:27 PM.
 
Old 10-31-2005, 09:51 PM   #72
hxmiller
LQ Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
The error that the usbserial driver reports immediately before disconnecting is:

generic_read_bulk_callback - nonzero read bulk status received: -110.


What could be causing this?
 
Old 12-11-2005, 10:31 AM   #73
mattengland
Member
 
Registered: Nov 2004
Location: Chicago, IL USA
Posts: 42

Rep: Reputation: 15
Any followup on malacandra's problems above?

Also, I'm interested in running a WinXP VMware guest OS (on a VMware Workstation 5.0/5.5 Linux host, probably a Debian-based one like Ubuntu...all running on a IBM/Lenovo Thinkpad flavor T42 or T43) as a "backup" in case my V620 does not work natively on my Linux OS. Does anyone have experience with this config working?

-Matt
 
Old 02-04-2006, 07:12 PM   #74
bhomass
Member
 
Registered: Nov 2005
Posts: 69

Rep: Reputation: 15
when I try the v620 on windows, I got over 4 mbps. why is it no one got better than 200-300 kbps on linux? anyone have any idea how to realize more of the speed potential of this card?
 
Old 02-16-2006, 02:40 PM   #75
ravingvegetable
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse
Posts: 5

Rep: Reputation: 0
hey guys,
I've got a Thinkpad T42, Suse 10, and an activated Sprint S620. I've read thru the thread and the links, and the Verizon stuff does not seem to apply. Anyone with the Sprint card wanna take the time to help ?

I can see it when I do a cat /proc/bus/usb/devices
I manually edited the wvdial.conf
when I run wvdial, I get:
Cannot open /dev/ttyUSB0: Cannot get information for serial port

kindly head this lost soul in the right direction...
Thanks !
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Merlin C201 JerryNew2Linux Linux - Wireless Networking 27 04-26-2005 12:07 PM
CDMA 1xEVDO Card configuration (GPRS) anduine Linux - Laptop and Netbook 1 07-08-2004 08:07 PM
CDMA Problem on Mandrake 9.2 eantoranz Linux - Networking 0 06-09-2004 11:15 PM
RH8 and T40 - Mad Merlin Please Help!!! calderonr Linux - Hardware 1 01-27-2004 08:33 PM
linux support merlin g100 card hwood7587 Linux - Networking 0 11-19-2003 05:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration