So far I haven't gotten a response from the Ubuntu forums so I thought maybe I
would try you folks here.
I don't know what else to do about this. All I wnt is to get my modem to work
otherwise there is no point in me even having linux installed.
Cheers.
Gandolf wrote to Mikesla <=-maybe
So far I haven't gotten a response from the Ubuntu forums so I thought
Iwor
would try you folks here.
I don't know what else to do about this. All I wnt is to get my modem to
k
otherwise there is no point in me even having linux installed.
Cheers.
So.....
The loaded question that comes to my mind is 'Why do you need use of
your modem?' Don't you have high speed networking on your machine already?
On the other hand... if a modem is legitimately necessary...
May I suggest investing in a serial based modem? No drivers are
needed, and I have yet to run into a linux distro that doesn't know how
to correctly deal with serial ports. (That includes my USB to RS232 adapter for my laptop.)
How to 'sniff out' a serial port is on linux:
$ dmesg | grep tty
The needed output for identifying the serial port is as follows:
[ 2289.792347] usb 6-1: pl2303 converter now attached to ttyUSB0
All you have to do now is set up Minicom (or SyncTerm, or whatever your favorite terminal program is) to recognize that device. In my case,
the device name would be /dev/ttyUSB0
Hope that helps. As you have already found out, WinModems and linux
don't always play well together. Hope you find the solution you need.
---
Ga> On the other hand... if a modem is legitimately necessary...
Ga> May I suggest investing in a serial based modem? No drivers are
Ga> needed, and I have yet to run into a linux distro that doesn't know how
Ga> to correctly deal with serial ports. (That includes my USB to RS232
Ga> adapter for my laptop.)
Okay you lost me.
Serial based modem: http://www.usr.com/products/modem/modem-product.asp?sku=USR5686G
USB to RS-232 (DB9) serial port cable: http://www.google.com/products/catalog?client=ubuntu&channel =fs&q=usb+to+rs2
US Robotics sells a USB to 25pin serial port cable just for their
modems as well. http://www.usr.com/products/modem/modem-product.asp?sku=USR995700-USB
Well I have spent over 7 hours looking thumbing through serveral
website to find modem drivers for my internal PCI. I finally
found a website which hosts drivers which can eb found here http://www.linuxant.com/drivers/hcf/full/downloads.php
How I came about knowing finally what chipset my modem
is made of was by using a program called "scanModem".
Alright down to the the nitty gritty...After downloading
several versions from the website about I had to default
to a generic version...
After I enter "sudo dpkg -i modem.deb it will start doing
what I guess is normal then it comes up with fatal error...
[FATAL ERROR]
driver version 1.21full
(cd /lib/modules/3.0.0-12-generic/build && make "CNXT_KERNELSRC=/lib/modules/3.0.0-12-generic/build" "M=/usr/lib/hcfpcimodem/modules" "CC=gcc" clean)
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic' make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-12-generic'
rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions .tmp_versions /lib/modules/3.0.0-12-generic/build/.tmp_version cfpciosspec.mod /lib/modules/3.0.0-12-generic/build/.tmp_versions/hcfpciseri mod /lib/modules/3.0.0-12-generic/build/.tmp_versions/hcfpciengine.mod /lib/modules/3.0.0-12-generic/build/.tmp_versions/hcfpcihw.mod Modules.symve GPL/hda/Modules.symvers Module.symvers GPL/hda/Module.symvers modules.order GPL/hda/modules.order Module.markers GPL/hda/Module.markers
(cd /lib/modules/3.0.0-12-generic/build && make "CNXT_KERNELSRC=/lib/modules/3.0.0-12-generic/build" "M=/usr/lib/hcfpcimodem/modules" "CC=gcc" modules)
make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
CC [M] /usr/lib/hcfpcimodem/modules/mod_engine.o
CC [M] /usr/lib/hcfpcimodem/modules/mod_hcfpci.o
CC [M] /usr/lib/hcfpcimodem/modules/mod_osspec.o
In file included from /usr/lib/hcfpcimodem/modules/mod_osspec.c:323:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined [-Wcpp]
In file included from /usr/lib/hcfpcimodem/modules/mod_osspec.c:323:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined [-Wcpp]
CC [M] /usr/lib/hcfpcimodem/modules/osservices.o
In file included from /usr/lib/hcfpcimodem/modules/osservices.c:20:0: /usr/lib/hcfpcimodem/modules/GPL/oscompat.h:201:57: error: 'SPIN_LOCK_UNLOCK undeclared here (not in a function)
In file included from /usr/lib/hcfpcimodem/modules/osservices.c:44:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined [-Wcpp] /usr/lib/hcfpcimodem/modules/osservices.c:51:28: fatal error: linux/smp_lock No such file or directory
compilation terminated.
make[2]: *** [/usr/lib/hcfpcimodem/modules/osservices.o] Error 1
make[1]: *** [_module_/usr/lib/hcfpcimodem/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-12-generic'
make: *** [all] Error 2
So far I haven't gotten a response from the Ubuntu forums so I thought mayb would try you folks here.
I don't know what else to do about this. All I wnt is to get my modem to wo otherwise there is no point in me even having linux installed.
Cheers.
So far I haven't gotten a response from the Ubuntu forums so I thought m would try you folks here.
I don't know what else to do about this. All I wnt is to get my modem to otherwise there is no point in me even having linux installed.
Cheers.
So.....
The loaded question that comes to my mind is 'Why do you need use of
your modem?' Don't you have high speed networking on your machine already?
On the other hand... if a modem is legitimately necessary...
May I suggest investing in a serial based modem? No drivers are needed,
and I have yet to run into a linux distro that doesn't know how to
correctly deal with serial ports. (That includes my USB to RS232
adapter for my laptop.)
How to 'sniff out' a serial port is on linux:
$ dmesg | grep tty
The needed output for identifying the serial port is as follows:
[ 2289.792347] usb 6-1: pl2303 converter now attached to ttyUSB0
All you have to do now is set up Minicom (or SyncTerm, or whatever your favorite terminal program is) to recognize that device. In my case, the device name would be /dev/ttyUSB0
Hope that helps. As you have already found out, WinModems and linux
don't always play well together. Hope you find the solution you need.
Ga> On the other hand... if a modem is legitimately necessary...
Ga> May I suggest investing in a serial based modem? No drivers are
Ga> needed, and I have yet to run into a linux distro that doesn't know
Ga> to correctly deal with serial ports. (That includes my USB to RS23
Ga> adapter for my laptop.)
Okay you lost me.
Serial based modem: http://www.usr.com/products/modem/modem-product.asp?sku=USR5686G
USB to RS-232 (DB9) serial port cable: http://www.google.com/products/catalog?client=ubuntu&channel=fs&q=usb+to+rs2
US Robotics sells a USB to 25pin serial port cable just for their modems
as well. http://www.usr.com/products/modem/modem-product.asp?sku=USR995700-USB
As for dialup networking in reference to your ISP....
Ubuntu has a program in its repository called 'Gnome PPP.'
It claims to be able to support dialup networking support, but I haven't used a dialup networking tool in years.
Hope that helps.
Re: Re: Modem Installation, a
By: Gandolf to Mikesla on Fri Nov 11 2011 07:57 pm
Ga> On the other hand... if a modem is legitimately necessary...
Ga> May I suggest investing in a serial based modem? No drivers are
Ga> needed, and I have yet to run into a linux distro that doesn't k
Ga> to correctly deal with serial ports. (That includes my USB to R
Ga> adapter for my laptop.)
Okay you lost me.
Serial based modem: http://www.usr.com/products/modem/modem-product.asp?sku=USR5686G
USB to RS-232 (DB9) serial port cable: http://www.google.com/products/catalog?client=ubuntu&channel=fs&q=usb+to+
US Robotics sells a USB to 25pin serial port cable just for their modems as well. http://www.usr.com/products/modem/modem-product.asp?sku=USR995700-USB
As for dialup networking in reference to your ISP....
Ubuntu has a program in its repository called 'Gnome PPP.'
It claims to be able to support dialup networking support, but I haven't used a dialup networking tool in years.
Hope that helps.
All I did when I had dial up for many years, was create another network inteface (ppp0) using the Network Configuration tool.
Then just bring the interface up and down using the Network Device control tool. But I use Fedora.
Serial modems are the way to go. WinModems are horrid, even under Windows.
Re: Re: Modem Installation, aJust responding to add that I probably should have read ahead. It looks like everyone else already drove that message home LOL.
By: Mikesla to Gandolf on Fri Nov 11 2011 06:46 pm
Hi Mike,
As Gandalf already mentioned, Linux and Winmodems don't share a very good history together. I'm surprised that that is still the case.
When I was doing dial-up, my best luck was with an external modem through th serial port.
I imagine they can be had cheap through NewEgg or Tigerdirect (or even some smaller computer retailers).
Hope it eventually works out either way.
Re: Re: Modem Installation, a
By: Mikesla to Gandolf on Fri Nov 11 2011 06:46 pm
Hi Mike,
As Gandalf already mentioned, Linux and Winmodems don't share a very good history together. I'm surprised that that is still the case.
When I was doing dial-up, my best luck was with an external modem through th serial port.
I imagine they can be had cheap through NewEgg or Tigerdirect (or even some smaller computer retailers).
Hope it eventually works out either way.
/***********************************************/
/* cdp - Diamond Mine BBS */
/* telnet://bbs.dmine.net */
/* The Programmers' SIG @ DelphiForums */
/* http://forums.delphiforums.com/prosig/start */ /***********************************************/
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 106 |
Nodes: | 16 (0 / 16) |
Uptime: | 00:05:03 |
Calls: | 5,846 |
Files: | 8,496 |
D/L today: |
13 files (7,048K bytes) |
Messages: | 343,202 |