PDA

View Full Version : Help? cdc_acm won't recognize SLVR L7c.


aburton
04-08-2007, 10:43 AM
Is there something that can be done about this? I'd go into the source and add the product id myself, but I don't know how. It's really frustrating to me that my phone loads trivially in windows, but won't in ubuntu. Help please!

cash7c3
04-08-2007, 10:16 PM
try bitpim for linux cdma

aburton
04-09-2007, 02:00 PM
Bitpim requires cdc_acm in order to work, so I'm not sure what you're suggesting.

poetic_folly
04-09-2007, 10:56 PM
Hmm. Spent some time wading through Linux forums, and I don't see an answer, quick or involved. Looks like you may be out of luck unless you can get in there and trial and error some sort of solution...

joydeep
04-11-2007, 02:28 AM
run as root tail -f /var/log/messages

now insert your phone and check the log.
below is mine when the phone is in data mode
--------------------------------------------------------------------------------
Apr 11 12:57:30 linux kernel: ohci_hcd 0000:00:0b.0: wakeup
Apr 11 12:57:30 linux kernel: usb 2-5: new full speed USB device using ohci_hcd and address 7
Apr 11 12:57:30 linux kernel: usb 2-5: new device found, idVendor=22b8, idProduct=4902
Apr 11 12:57:30 linux kernel: usb 2-5: new device strings: Mfr=1, Product=2, SerialNumber=3
Apr 11 12:57:30 linux kernel: usb 2-5: Product: Motorola Phone (L7i)
Apr 11 12:57:30 linux kernel: usb 2-5: Manufacturer: Motorola Inc.
Apr 11 12:57:30 linux kernel: usb 2-5: SerialNumber: 35328101074863
Apr 11 12:57:30 linux kernel: usb 2-5: configuration #1 chosen from 1 choice
Apr 11 12:57:30 linux kernel: cdc_acm 2-5:1.0: ttyACM0: USB ACM device
----------------------------------------------------------------------------------------------------------

check if u have cdc_acm in ur kernel.

aburton
04-11-2007, 11:28 PM
Right, but you have an L7i, and I have an L7c, which hasn't been added to cdc_acm yet. Is there a fix for this?

poetic_folly
04-12-2007, 04:53 PM
I'd go into the source and add the product id myself, but I don't know how.

You mean you could but you don't know the phone's info, or you mean you don't know how to modify the source?

aburton
04-13-2007, 07:46 PM
I don't know how to modify the source. I hear it's a huge pain.

marsmissions
04-15-2007, 02:16 PM
cdc_acm is a kernel module. im pretty sure modifying it will require a full recompile of the kernel, which could take hours depending on your machine.

aburton
04-15-2007, 03:07 PM
I've compiled my kernel before, and it doesn't take that long if you know what you're doing. I just don't know how to edit the module.

marsmissions
04-15-2007, 11:22 PM
I've compiled my kernel before, and it doesn't take that long if you know what you're doing. I just don't know how to edit the module.

actually it can take that long, it doen't matter if you know what you're doing. old processors take a long time to compile things sometimes, the linux kernel is pretty big.

joydeep
04-15-2007, 11:47 PM
I really don't know what to suggest here as I am not a kernel module expert. but you can try luck installing the Live linux cd designed for mobile phone. it has kmobile, moto4lin etc.... if that works for you then you have to investigate the kernel module etc... in that live cd and try to collect those and compile your kernel accordingly. good luck.

2rbees
09-14-2008, 04:39 PM
did you ever get your phone to work?