LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-24-2008, 11:40 AM   #1
abhi_69
LQ Newbie
 
Registered: Jul 2008
Location: Bangladesh
Distribution: Ubuntu
Posts: 28

Rep: Reputation: 15
Question Modem problem in Fedora core 9


hello all,
i use a USB modem from Huawei Technology, China for internet connection. model is- ETS 2058.
fedora core 9 can't detect it at all. so, i can't use internet from fedora. i am in problem. i get some tutorial about this in internet, but, they r about ubuntu. i try those, but not works at all in fedora 9.
this modem is connected with /dev/ttyUSB0.
this can't detected.

what can i do?

plz. give me details.
 
Old 08-24-2008, 11:56 AM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Once the module is loaded, you can use kppp to connect to the Internet. It should be easy.

Where is the Ubuntu tutorial?

What is the name of the driver module?

ti_usb_3410_5052?

You load the module with

#su
<passwd>
#modprobe <module>


Post output of

#lsmod
 
Old 08-24-2008, 01:38 PM   #3
abhi_69
LQ Newbie
 
Registered: Jul 2008
Location: Bangladesh
Distribution: Ubuntu
Posts: 28

Original Poster
Rep: Reputation: 15
Unhappy Modem problem in Fedora 9

yes.

my driver module is ti_usb_3410_5052.

i use this ubuntu tutorial to configure my modem. but, it again show error about device & its not connected with /dev/ttyUSB0 at all.
here is the tutorial-
http://ubuntuforums.org/showthread.php?t=464779

i use wvdial for dialing. i have no kppp installed. becoz, i use only gnome desktop. can u give any details solution?

i will be grateful to u. plz. help me.
thnx.

Last edited by abhi_69; 08-24-2008 at 01:42 PM.
 
Old 08-25-2008, 05:03 AM   #4
abhi_69
LQ Newbie
 
Registered: Jul 2008
Location: Bangladesh
Distribution: Ubuntu
Posts: 28

Original Poster
Rep: Reputation: 15
Question Problem with modem in fedora 9

i use modprobe <module> to load device module.

here is the output of 'lsmod'-

Module: ti_usb_3410_5052
size: 52552
used by: 0

Module: sg
size: 31028
used by: 0

Module: usbserial
Size: 30000
used by: 1 ti_usb_3410_5052


but, i can't use the modem device. it still show error. what can i do now?
plz. give any solution.

i want to use internet from fedora core 9. any help?

thanx in advance.

Last edited by abhi_69; 08-25-2008 at 05:08 AM.
 
Old 08-25-2008, 05:56 PM   #5
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Did you follow what is said?

In your case you must


1. As root user make a text file called 026_ti_usb_3410.rules in /etc/udev/rules.d (if it is not present)

2. put the following into that file

#TI USB 3410
SUBSYSTEM=="usb_device" ACTION=="add" SYSFS{idVendor}=="0451",SYSFS{idProduct}=="3410" \
SYSFS{bNumConfigurations}=="2" \
SYSFS{bConfigurationValue}=="1" \
RUN+="/bin/sh -c 'echo 2 > /sys%p/device/bConfigurationValue'"


3. check output of

#su
#dmesg -c

in new shell or reboot PC and check if it works

After that simply use wvdial or any other dial up program


You don't have broadband in your region?
...the huawei adsl modems/routers do not need any drivers.

Last edited by amani; 08-25-2008 at 05:59 PM.
 
Old 08-26-2008, 08:32 AM   #6
abhi_69
LQ Newbie
 
Registered: Jul 2008
Location: Bangladesh
Distribution: Ubuntu
Posts: 28

Original Poster
Rep: Reputation: 15
Exclamation Modem problem in Fedora 9

i try this tutorial fully. i do everything u said step by step.
but, it still show error. this device is not connected with /dev/ttyUSB0.

there is no broadband connection facility in our locality. so, modem is our only way to connect to internet. i am in problem now.
what can i do now?
plz. give me any advice.
any other solution for me?

how can i connect to internet now?
 
Old 08-28-2008, 09:29 AM   #7
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
what does dmesg contain?

check for other possible device names /dev/ttyUSB1...
 
Old 09-02-2008, 08:31 AM   #8
abhi_69
LQ Newbie
 
Registered: Jul 2008
Location: Bangladesh
Distribution: Ubuntu
Posts: 28

Original Poster
Rep: Reputation: 15
Smile

hello all,
my problem is solved. i forget to edit 'resolv.conf' with nameserver address. finally i solve this. now, i have a connected fedora.
thanz to all who try to solve my problem.
BYE.
 
  


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
Fedora core 2 problem in dial up modem!! Too slow!!Help please ignacius_n Linux - Networking 9 04-01-2005 10:50 PM
Configuring modem for Fedora Core 1 (ltwin modem) robroy911 Linux - Hardware 0 08-02-2004 06:47 AM
Intel 536ep modem on Fedora Core 1 Problem moto55 Linux - Hardware 3 07-03-2004 09:07 AM
acer external modem problem in fedora core. sagun_newbie Linux - Hardware 1 07-02-2004 06:30 AM
Help! Modem detect problem in fedora core 1 stanmx Linux - Hardware 0 03-01-2004 03:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:41 AM.

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