LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Modem set-up (https://www.linuxquestions.org/questions/linux-newbie-8/modem-set-up-254635/)

SpiRiTcRuSheR 11-14-2004 06:06 AM

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??? :scratch:
Sorry if my English is bad a bit

joe83 11-14-2004 09:51 AM

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.

:Pengy:

SpiRiTcRuSheR 11-14-2004 10:11 AM

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) :cry:

joe83 11-14-2004 10:40 AM

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.

:Pengy:

Please post either way I'm curious to know :study:

SpiRiTcRuSheR 11-14-2004 11:12 AM

Tnx im downloading it now, ill tell u if it works :)

Dummy-in-Linux 11-14-2004 06:19 PM

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

SpiRiTcRuSheR 11-15-2004 06:40 AM

:( :( :( :( :(
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 :cry: :scratch: :cry:

joe83 11-15-2004 06:57 AM

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

:study:

SpiRiTcRuSheR 11-15-2004 07:15 AM

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 :(

akilles 11-15-2004 07:18 AM

type this command: uame -r
[EDIT] This gives you the kernelversion

joe83 11-15-2004 07:21 AM

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

:Pengy:

SpiRiTcRuSheR 11-15-2004 07:47 AM

kernel version is 2.4.19-16mdk

joe83 11-15-2004 08:46 AM

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


:study:

joe83 11-15-2004 08:52 AM

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.)

SpiRiTcRuSheR 11-15-2004 09:10 AM

OMFG and it works realy nicely in WinXP :confused:


All times are GMT -5. The time now is 01:44 AM.