LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-18-2004, 05:30 AM   #1
jcz
LQ Newbie
 
Registered: Jan 2004
Posts: 3

Rep: Reputation: 0
Motorola A920 and Fedora ?


Hello there!

Got my c600 setup with Fedora instead of rh9, fixed my problem. I now have a question concerning my new 3g mobile handset which i have been trying to access from my fedora laptop with no success. Is there somewhere a project where integrating your mobil to your linux OS is about to be possible?

Thanks in advance!

jcz@fakeillusion.net
 
Old 09-30-2004, 03:18 PM   #2
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
Hi there,

did you have any luck on this project?
Does anyone have an idea of how to sync Linux (I'm using debian) with motorola a920?
 
Old 12-07-2004, 11:52 AM   #3
ogott
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
old thread, but still interesting. here are some links:

Motorola A920 (is almost the same as A925) under linux over USB:
http://dev.gentoo.org/~brix/papers/A920/A920.html

... and if you want to connect to your PC via bluetooth, additionally this one:
http://a925.albatorsk.com/

how to access the phone's memory and the inserted SD/MMC card:
http://www.koeniglich.de/p3nfs.html

how to use the synchonisation features:
http://multisync.sourceforge.net/news.php

an open source ogg vorbis player :
http://symbianoggplay.sourceforge.net/

a powerful "calculator" with many, many features (including calculating matrix, integration, differentiation, displaying graphs - makes your phone a TI92 killer):
http://www.poliplus.com/p800f1.htm
unfortunately this program isn't free, the price is USD $29.95 if you want to get it legally.


i hope these links help,

ogott
 
Old 12-07-2004, 12:08 PM   #4
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
these links are very helpful. Many thanks!
 
Old 12-08-2004, 07:29 PM   #5
ogott
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
little hint: in the first howto it says you have to connect to /dev/ttyUSB0 (or to /dev/usb/tts/0 if you use devfs). for me that didn't work. i'm running debian with devfs (simply "apt-get install devfsd" and add "devfs=mount" to the kernel parameters) and the appropriate device for me is /dev/usb/acm/0.
simply add that one to you /etc/ppp/peers/A920-USB.

ogott
 
Old 12-15-2004, 11:39 PM   #6
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
Hey again,
I finally got around to try to connect to my a920, and I have a little problem. I don't know where in /dev I can find the device. I'm using gentoo with devfs and I don't have any of the three devices mentioned above. Although the a920 is recognized by the kernel. Any ideas? Thanks.
 
Old 12-16-2004, 08:43 AM   #7
ogott
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
hi,

this is what /var/log/syslog says when i plug in my A925:
Code:
Dec 16 15:39:09 meteor kernel: ohci_hcd 0000:00:02.1: wakeup
Dec 16 15:39:09 meteor kernel: usb 3-1: new full speed USB device using address 2
Dec 16 15:39:10 meteor usb.agent[19533]:      cdc-acm: loaded successfully
Dec 16 15:39:10 meteor kernel: drivers/usb/class/cdc-acm.c: Ignoring extra header
Dec 16 15:39:10 meteor kernel: cdc_acm 3-1:1.0: ttyACM0: USB ACM device
Dec 16 15:39:10 meteor kernel: usbcore: registered new driver cdc_acm 
Dec 16 15:39:10 meteor kernel: drivers/usb/class/cdc-acm.c: v0.23:USB Abstract Control Model driver for USB modems and ISDN adapters
because of these two orange lines (the ones where it says "ACM") i found out that the correct device for me is /dev/usb/acm/0
make a "tail -f /var/log/syslog" (or /var/log/messages) to see wheter there's something similar for you. when you post it here, maybe i can help you.
besides: did you append "devfs=mount" to your kernel parameters? and did you compile in (or as a module everything that's mentioned in the howtos?

ogott
 
Old 12-16-2004, 10:40 AM   #8
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
Hey! thanks a lot for your reply. Judging from your output I should have cdc_acm compiled as well, which I don't (I'm quite sure it's not mentioned in the howto, but it seems obvious now that it's needed )

I'll compile that module and give it another shot. I'll report here, whether I succeed or not.
 
Old 12-16-2004, 11:00 AM   #9
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
OK; with cdc_acm loaded the device is linked to /dev/usb/acm/0. The problem I have now, is that when I load usbserial; my a920 /dev/usb/acm/0 dissappears... strange indeed. Any ideas? Do you still want an output from dmesg posted?
Thanks for trying to help me out on this one. Really appreciate it
 
Old 12-16-2004, 11:09 AM   #10
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
OK OK... made I mistake. I hadn't entered the information in /etc/modules.conf according to the howto. The comments in that file, however, say that one shouldn't alter it manually but I did it anyway. /dev/usb/acm/0 is thus present but the connection fails anyway. I have Desktop suite running on the handheld and this is what pppd returns:

Code:
Using interface ppp0
Connect: ppp0 <--> /dev/usb/acm/0
LCP: timeout sending Config-Requests
Connection terminated.
Using interface ppp0
Connect: ppp0 <--> /dev/usb/acm/0
tcflush failed: Bad file descriptor
tcsetattr: Invalid argument (line 1027)
I don't even know which file is referred to here...
 
Old 12-16-2004, 11:11 AM   #11
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
OK, for the love of Gods!! It's getting silly now with all my posts here; but I tried to connect again and this time it worked. I don't really know why it didn't worked last time but that's alright...

anyway, many thanks..
 
Old 12-16-2004, 11:55 AM   #12
ogott
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
nice to see that it works for you too. no idea what that error message meant or what file it referred to, but if it works now, it's ok.
now i have a question to you: is your connection as slow as it is for me? i'm only getting about 60 kbps over the USB cable. i know it's just USB 1.1, but it should be faster anyways. so, when i have to get data to my mobile, i use my card reader to write to the SD card directely.

ogott
 
Old 12-16-2004, 12:08 PM   #13
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
I haven't configured a SyncML server yet; I haven't really checked into which clients are good for kde. But I remember during my Windoze-days, when I was using Motorola's own software for syncing, the transfer was extremely slow. So I used to do the same you do, using a card reader. I guess it's the same deal under Linux with the speed.

I'll let you know about my tramsfer rates under Linux when I get things working here...
 
Old 12-16-2004, 12:20 PM   #14
ogott
LQ Newbie
 
Registered: Dec 2004
Posts: 6

Rep: Reputation: 0
ah yeah, i don't use that SyncML tool either, i only tried transferring data with that nfsapp tool directly to the C: or D: drive. that was quite slow.
besides, i want to state that i don't use the mobile for doing phone calls or whatever one is supposed to use a phone, but i just use it as a mp3 and movie player (it's the cheapest device that you can get here in austria that can do that - i payed € 99,- and it's prepaid, so no monthly fee). that's why transferring data is quite important to me.

ogott
 
Old 12-16-2004, 12:28 PM   #15
Nightfrost
Member
 
Registered: Jun 2004
Location: Sweden
Distribution: ArchLinux
Posts: 201

Rep: Reputation: 30
ah OK, I see. But then I think the best idea is to just use a card reader. What I would like to be able to do is to sync the calendar and emails.

By the way, does the oggplayer work fine for you. I tried it a while ago and I remember getting really bad sound with lots of noise, maybe I there's an updated version I should try...
 
  


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
Motorola V180 on fedora Guignol Linux - Hardware 1 09-28-2005 01:12 AM
Fedora core3 - gprs connect with usb cable on c380 motorola -HELP veedee Linux - Newbie 0 08-27-2005 09:02 PM
Motorola SM56 PCI Modem Driver for Fedora Core 2(Kernel-2.6.5) ppvinod Linux - Hardware 3 03-22-2005 12:54 PM
How to install my motorola C#%) cell phone on my LINUX FEDORA BOX? sharma_deepak83 Linux - Hardware 1 07-07-2004 07:15 AM
Motorola MPx200 (ATTWS) used as a modem for Laptop running Fedora Core 1? Possible?? dajantzi Linux - Laptop and Netbook 0 03-06-2004 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:11 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