LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-14-2004, 06:06 AM   #1
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Rep: Reputation: 0
Modem set-up


My modem won't respond. It's a hardware modem for sure, and i tried all the /dev/ttyS and when i press quiery modem afterwards it says that modem isn't responding or something.
I use it nicely in windows XP pro on my other partition so i know its properly connected and stuff
Modem is NetoDragon 56k Voice Modem and it is attached to COM3 so i thought that might be a problem but i tried to identify the modem with all the COMs (from1to9 - /dev/ttyS0, /dev/ttyS1...) but with no success.
Im trying now downloading some linux dirvers for it(modem) but I'm afraid i can't download them from windows
I use Linux Mandrake 9
Any ideas???
Sorry if my English is bad a bit

Last edited by SpiRiTcRuSheR; 11-14-2004 at 10:19 AM.
 
Old 11-14-2004, 09:51 AM   #2
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
Talking

I've had some success using minicom when having modem problems. Most distros come with it. More info at:

http://www.linux.com/howtos/Modem-HOWTO-11.shtml

Hint: Check your windows connection and see what port the modem is on (com 1, 2 , 3 etc.) On Linux com1=ttsy0 etc com2=ttsy1, etc.

 
Old 11-14-2004, 10:11 AM   #3
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Original Poster
Rep: Reputation: 0
It's on COM3 as i said but it wont work when i put it on ttsy2, ttyS2... or any other (i tried all) it wont work!
I tried using minicom but with no success, it's like my modem isn't connected properly and it is (it works in WinXP)
 
Old 11-14-2004, 10:40 AM   #4
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
Talking

OK looked up your modem and you definitely need a driver.
It's available at:

http://netodragon.com/downloadpage.htm

I would try using windows, downloading to a floppy. Don't know if that'll work (I don't know squat about windows)
If it doesn't work, email me and I'll send it as an attachment.



Please post either way I'm curious to know
 
Old 11-14-2004, 11:12 AM   #5
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Original Poster
Rep: Reputation: 0
Tnx im downloading it now, ill tell u if it works
 
Old 11-14-2004, 06:19 PM   #6
Dummy-in-Linux
Member
 
Registered: Jun 2004
Location: Bangkok, Thailand
Distribution: Fedora 25 86_64
Posts: 357

Rep: Reputation: 32
Hello SpiRiTcRuSheR,

Sorry I have to say this, but your Netodragon modem is a Winmodem (software modem).

Netodragon has a driver for there chipset, but it would give you some sleepless nights to get that working.

With kind regards,

Richard
 
Old 11-15-2004, 06:40 AM   #7
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Original Poster
Rep: Reputation: 0

U may be right Dummy-in-Linux I dl-ed the drivers joe83 found and when i try to install it i get a bunch of errors, when i do the # make comand it executes it ok but when i do the # make install comand all of this shows up!: (i set the kernel path but still errors show up)
/usr/include/linux/version.h:2:2: #error "======================================================="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "======================================================="
In file included from amrmo_init.c:47:
/usr/include/linux/module.h:298: parse error before "UTS_RELEASE"
In file included from amrmo_init.c:48:
/usr/include/linux/version.h:2:2: #error "======================================================="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "======================================================="

I dont know what i should do since im a newbie in linux OS
I know how to run comands from terminal window but dont know what to do here (up)
If someone could dl this file (driver) and try to install it and tell me what i should do or send me that edited Makefile i would apriciate it very very mutch
...so my sleepless nights have begun
 
Old 11-15-2004, 06:57 AM   #8
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
Talking

I'll try it. Will be later in the week though. Need some info:
What kernel are you running?
What is the modem chipset?

 
Old 11-15-2004, 07:15 AM   #9
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Original Poster
Rep: Reputation: 0
Everything i know about my modem is listed up (in previous posts), and where can i look for my kernel version???
I just found what folder it is in
 
Old 11-15-2004, 07:18 AM   #10
akilles
Member
 
Registered: Sep 2004
Location: Vestfold, Norway
Distribution: Slackware
Posts: 139

Rep: Reputation: 15
type this command: uame -r
[EDIT] This gives you the kernelversion
 
Old 11-15-2004, 07:21 AM   #11
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
Talking

To identify which kernel you have do:
uname -a ( in a console.)

 
Old 11-15-2004, 07:47 AM   #12
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Original Poster
Rep: Reputation: 0
kernel version is 2.4.19-16mdk
 
Old 11-15-2004, 08:46 AM   #13
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
Talking

OK Here's what I have so far:
Chipset is MV92XP
Supposedly some smartlink modems also use this chipset
Anybody out there have any experience with this chipset??
Any help appreciated
Thanks


 
Old 11-15-2004, 08:52 AM   #14
joe83
Member
 
Registered: Sep 2003
Location: Kennesaw GA
Distribution: Slackware-current , Slack81Zip, Smoothwall v2
Posts: 427

Rep: Reputation: 31
Talking

UPDATE:
Found this on computing .net Anyone know if it's acuurate?
Thanks.

Claims that (a company?) called NetoDragon "formerly Motorola" Modem Technology are not accurate. NetoDragon is making what they call a 'MDV92XP' chipset supporting V.92. Their website has a driver download page with drivers for Windows 95, 98, Me, NT, 2000, and XP. Caution: whois Netodragon? A Taiwan-based company whose front-page is a 90k jpg scanned image of a product sheet, plus a link to drivers. The webserver is in Canada. Sites selling these modems may call them NetDragon "formerly Motorola". This "formerly Motorola" part is inaccurate. (The NetoDragon or NetDragon modem is a soft (HSP) modem that includes a Motorola DAA (data access arrangement - the interface between the modem and the analog phone line), and a mis-named 'MDV92XP modem controller'.) The driver version available from NetoDragon's website is 2.92.04P - and it appears upon examination of the files, that NetoDragon is neither 'it's own' chipset, nor a 'formerly Motorola' chipset: NetoDragon/NetDragon is based upon the Smartlink chipset, and later drivers available from Smartlink should work.)
 
Old 11-15-2004, 09:10 AM   #15
SpiRiTcRuSheR
LQ Newbie
 
Registered: Nov 2004
Location: Serbia, Belgrade
Posts: 8

Original Poster
Rep: Reputation: 0
OMFG and it works realy nicely in WinXP
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Need help to set up the modem on Ubuntu mesocool Ubuntu 7 03-28-2005 09:44 AM
I can't set up my modem! beepermeep8 Linux - Hardware 1 11-28-2004 01:39 AM
Modem set up?? _RA_ Linux - Hardware 22 07-21-2004 07:13 AM
Trying to set up Cable Modem Danielallan Linux - Newbie 2 08-12-2003 07:53 AM
unable to set modem with rc.local Noob Linux - Software 1 06-13-2001 10:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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