Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th November 2006, 08:14 AM
brightfan Offline
Registered User
 
Join Date: Sep 2006
Age: 27
Posts: 12
Question How to connect my cellphone to FC4.

My cellphone is Nokia 3250
In Windows I just plugged in usb plugs then it detected Nokia 3250 and a removeable flash disk icon appeared in My Computer.
But in FC4,Nothing happened.
(I didn't install any drivers in Windows.It just seems as I am plugging in a U-disk.)
Reply With Quote
  #2  
Old 25th November 2006, 10:12 AM
aniketv Offline
Registered User
 
Join Date: Apr 2005
Location: India,USA
Age: 27
Posts: 218
In FC4 ..hotplug support is still kinda native....
post the output of "lsusb" after you plug the phone , and also from /var/log/messages
Reply With Quote
  #3  
Old 26th November 2006, 03:24 AM
brightfan Offline
Registered User
 
Join Date: Sep 2006
Age: 27
Posts: 12
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 0421:042e Nokia Mobile Phones
Bus 002 Device 002: ID 046d:c025 Logitech, Inc. MX500 Optical Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
This was what it said.
Reply With Quote
  #4  
Old 26th November 2006, 04:40 AM
gthill's Avatar
gthill Offline
Registered User
 
Join Date: May 2005
Location: g-land, east java
Age: 49
Posts: 387
# plug in the device
# then type

dmesg

# If the device is recognised you should see output like this:
----------------------------------------------------------------------
usb 3-6: new high speed USB device using ehci_hcd and address 4
usb 3-6: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
Vendor: JetFlash Model: TS2GJF150 Rev: 8.07
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdb: 4014080 512-byte hdwr sectors (2055 MB)
sdb: Write Protect is off
sdb: Mode Sense: 03 00 00 00
sdb: assuming drive cache: write through
SCSI device sdb: 4014080 512-byte hdwr sectors (2055 MB)
sdb: Write Protect is off
sdb: Mode Sense: 03 00 00 00
sdb: assuming drive cache: write through
sdb: sdb1
sd 1:0:0:0: Attached scsi removable disk sdb
sd 1:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete
SELinux: initialized (dev sdb1, type vfat), uses genfs_contexts
----------------------------------------------------------------
# This will tell you the device name
# In this example it is device sdb, I already have another usbdisk plugged in and it has /dev/sda
# Now create a mount point
su -
mkdir /usbdisk2

# Do this to add the new line to your /etc/fstab
echo "/dev/sdb1 /usbdisk2 auto user,noauto 0 0" >> /etc/fstab

# exit root
# then you are ready to mount it

mount /usbdisk2
Reply With Quote
  #5  
Old 26th November 2006, 08:07 AM
brightfan Offline
Registered User
 
Join Date: Sep 2006
Age: 27
Posts: 12
usb 2-2: new full speed USB device using uhci_hcd and address 3
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
Vendor: Model: Rev:
Type: Direct-Access ANSI SCSI revision: 00
usb-storage: device scan complete
SCSI device sda: 990628 512-byte hdwr sectors (507 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 990628 512-byte hdwr sectors (507 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
sda: unknown partition table
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
end_request: I/O error, dev sda, sector 990624
Buffer I/O error on device sda, logical block 247656
end_request: I/O error, dev sda, sector 990624
Buffer I/O error on device sda, logical block 247656
end_request: I/O error, dev sda, sector 990560
Buffer I/O error on device sda, logical block 247640
Buffer I/O error on device sda, logical block 247641
end_request: I/O error, dev sda, sector 990560
Buffer I/O error on device sda, logical block 247640
Buffer I/O error on device sda, logical block 247641
end_request: I/O error, dev sda, sector 990368
Buffer I/O error on device sda, logical block 247592
Buffer I/O error on device sda, logical block 247593
end_request: I/O error, dev sda, sector 990368
Buffer I/O error on device sda, logical block 247592
Buffer I/O error on device sda, logical block 247593
end_request: I/O error, dev sda, sector 990368
end_request: I/O error, dev sda, sector 990224
end_request: I/O error, dev sda, sector 990224

Seems not a block device?

Last edited by brightfan; 26th November 2006 at 08:19 AM.
Reply With Quote
  #6  
Old 26th November 2006, 08:55 AM
aniketv Offline
Registered User
 
Join Date: Apr 2005
Location: India,USA
Age: 27
Posts: 218
well looks like your phone is recognised as mass storage device, but there is some trouble reading it...
try command "fdisk -l" with your phone connected and post the output
Reply With Quote
  #7  
Old 27th November 2006, 04:39 AM
brightfan Offline
Registered User
 
Join Date: Sep 2006
Age: 27
Posts: 12
Disk /dev/hda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 64 514048+ 83 Linux
/dev/hda2 65 1976 15358140 83 Linux
/dev/hda3 1977 2996 8193150 83 Linux
/dev/hda4 2997 7296 34539750 5 Extended
/dev/hda5 2997 3633 5116671 83 Linux
/dev/hda6 3634 3697 514048+ 83 Linux
/dev/hda7 3698 3748 409626 83 Linux
/dev/hda8 3749 3874 1012063+ 82 Linux swap / Solaris
/dev/hda9 3875 4700 6634813+ 83 Linux
/dev/hda10 4701 7296 20852338+ 83 Linux

It didn't consider it as a valid device.These were all my hard disk partition.
Reply With Quote
Reply

Tags
cellphone, connect, fc4

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't mount my cellphone anymore! arnes99 Hardware & Laptops 22 29th April 2009 02:54 PM
dialup connection using cellphone deepaksinghkush Using Fedora 0 26th February 2008 04:06 AM
Slow USB transfer to cellphone haavard Hardware & Laptops 1 14th February 2007 01:04 AM
How to Fax Using Cellphone With Fedora? dealmaker Using Fedora 0 10th June 2006 10:27 PM
Spint wireless via my cellphone hondaman Servers & Networking 0 4th June 2006 05:14 AM


Current GMT-time: 15:19 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat