Am 23.07.2009 21:58, schrieb Joerg Bergmann:
Am 23.07.2009 21:27, schrieb Antonio Olivares:
--- On Thu, 7/23/09, Joerg Bergmann<email@xxxxxxxxxxxx> wrote:
From: Joerg Bergmann<email@xxxxxxxxxxxx>
Subject: Re: Novatel MC950D 3G-device in fedora 11
To: "Community assistance, encouragement, and advice for using
Fedora."<fedora-list@xxxxxxxxxx>
Date: Thursday, July 23, 2009, 12:07 PM
Am 23.07.2009 20:30, schrieb Julian Aloofi:
Am Donnerstag, den 23.07.2009, 20:16 +0200 schrieb
Joerg Bergmann:
I try to get running a novatel MC950D 3G device
in
fedora 11. lsusb shows vedor/device as 1410:5010.
Any hints?
Thank you! Joerg Bergmann
According to this web page, the driver is included in
the kernel:
http://www.ubuntudoctor.com/content/blog/3g-modem-installation-on-ubuntu-linux
If this is true, you can just start
system-config-network(System->Administration->Network)
and start setting
up a modem connection.
If it gets recognized as a USB stick first, try the
following:
su -c 'modprobe -r usbserial'
su -c 'umount /media/Movistar/'
sudo -c 'modprobe usbserial vendor=0x1410
product=0x5010'
There won't be recognized a USB stick, but there is no
/dev/ttyUSBx as well. modprobe -r usbserial reports
FATAL: usbserial in use. And, additional:
WARNING: Deprecated config file /etc/modprobe.conf, all
config files belong into /etc/modprobe.d/
And, on the creation of modem connection, no modem will
be found.
--
If you don't mind try the following (hoping wvdial was installed on
your machine)
$ su -
passwd:
# wvdialconf /etc/wvdial.conf
it will scan modem ports and hopefully it might find one like
/dev/ttyUSB0 ... /dev/ttyUSB3, or something like /dev/ttyACM0 ...
/dev/ttyACM3, ..., etc
Otherwise,
unplug the device and please do the following
$ dmesg and/or (as root su -) # tail -f /var/log/messages
when the device is plugged back in.
Did not found a modem, here is the tail of /var/log/messages:
Jul 23 21:51:50 T40 kernel: usb 3-2: new full speed USB device using
uhci_hcd and address 3
Jul 23 21:51:50 T40 kernel: usb 3-2: New USB device found,
idVendor=1410, idProduct=5010
Jul 23 21:51:50 T40 kernel: usb 3-2: New USB device strings: Mfr=1,
Product=2, SerialNumber=4
Jul 23 21:51:50 T40 kernel: usb 3-2: Product: Novatel Wireless HSUPA Modem
Jul 23 21:51:50 T40 kernel: usb 3-2: Manufacturer: Novatel Wireless
Jul 23 21:51:50 T40 kernel: usb 3-2: SerialNumber: 356846013538400
Jul 23 21:51:50 T40 kernel: usb 3-2: configuration #1 chosen from 1 choice
Jul 23 21:51:50 T40 kernel: scsi3 : SCSI emulation for USB Mass Storage
devices
Jul 23 21:51:55 T40 kernel: scsi 3:0:0:0: CD-ROM Novatel Mass Storage
1.00 PQ: 0 ANSI: 2
Jul 23 21:51:55 T40 kernel: sr1: scsi-1 drive
Jul 23 21:51:55 T40 kernel: sr 3:0:0:0: Attached scsi generic sg2 type 5
Jul 23 21:51:59 T40 kernel: sr1: CDROM (ioctl) error, command: Get
configuration 46 00 00 00 00 00 00 00 20 00
Jul 23 21:51:59 T40 kernel: sr: Sense Key : No Sense [current]
Jul 23 21:51:59 T40 kernel: sr: Add. Sense: No additional sense information
After having installing usb_modeswitch, there are some changes,
but still no success:
Jul 23 22:21:54 T40 pulseaudio[2263]: pid.c: Daemon already running.
Jul 23 22:22:34 T40 kernel: usb 3-2: new full speed USB device using
uhci_hcd and address 2
Jul 23 22:22:34 T40 kernel: usb 3-2: New USB device found,
idVendor=1410, idProduct=5010
Jul 23 22:22:34 T40 kernel: usb 3-2: New USB device strings: Mfr=1,
Product=2, SerialNumber=4
Jul 23 22:22:34 T40 kernel: usb 3-2: Product: Novatel Wireless HSUPA Modem
Jul 23 22:22:34 T40 kernel: usb 3-2: Manufacturer: Novatel Wireless
Jul 23 22:22:34 T40 kernel: usb 3-2: SerialNumber: 356846013538400
Jul 23 22:22:34 T40 kernel: usb 3-2: configuration #1 chosen from 1 choice
Jul 23 22:22:34 T40 kernel: Initializing USB Mass Storage driver...
Jul 23 22:22:34 T40 kernel: scsi2 : SCSI emulation for USB Mass Storage
devices
Jul 23 22:22:34 T40 kernel: usbcore: registered new interface driver
usb-storage
Jul 23 22:22:34 T40 kernel: USB Mass Storage support registered.
Jul 23 22:22:34 T40 kernel: usbcore: registered new interface driver
usbserial
Jul 23 22:22:34 T40 kernel: USB Serial support registered for generic
Jul 23 22:22:34 T40 kernel: usbcore: registered new interface driver
usbserial_generic
Jul 23 22:22:34 T40 kernel: usbserial: USB Serial Driver core
Jul 23 22:22:34 T40 kernel: USB Serial support registered for GSM modem
(1-port)
Jul 23 22:22:34 T40 kernel: usbcore: registered new interface driver option
Jul 23 22:22:34 T40 kernel: option: v0.7.2:USB Driver for GSM modems
Jul 23 22:22:39 T40 kernel: scsi 2:0:0:0: CD-ROM Novatel
Mass Storage 1.00 PQ: 0 ANSI: 2
Jul 23 22:22:39 T40 kernel: sr1: scsi-1 drive
Jul 23 22:22:39 T40 kernel: sr 2:0:0:0: Attached scsi generic sg2 type 5
Jul 23 22:22:43 T40 kernel: sr1: CDROM (ioctl) error, command: Get
configuration 46 00 00 00 00 00 00 00 20 00
Jul 23 22:22:43 T40 kernel: sr: Sense Key : No Sense [current]
Jul 23 22:22:43 T40 kernel: sr: Add. Sense: No additional sense information
Jul 23 22:24:43 T40 kernel: warning: process `/usr/sbin/syste' used the
deprecated sysctl system call with 1.23.
Jul 23 22:26:36 T40 kernel: warning: process `/usr/sbin/syste' used the
deprecated sysctl system call with 1.23.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines