emekadavid said:
good day, I am looking for a way to connect to networks using this modem on my system; it is on COM1. just discovered it myself:
https://www.linuxquestions.org/ques...ing-what-this-ttys0-reading-means-4175420805/
I would prefer something, possibly an antenna that:
1. is a point-to-point link to a high speed link.
and/or
2. can bridge to a wireless network like wifi! possible? i believe it is. radio.
please, i will be happy to have links or suggestions.
tnx
You say in the Linuxquestions thread, your model number is Compaq TC4200.
Is this the machine ?
http://h18000.www1.hp.com/products/quickspecs/12138_na/12138_na.HTML
RJ-11 Port (Modem) <--- Connect to phone line, for dialup networking
This means the modem is inside your computer already.
RJ-45 Port (NIC) <--- Connect to ADSL modem or cable modem, for broadband
Optional integrated 802.11 a/b/g Wifi <--- Wireless connection to home router
Bluetooth Module (optional) <--- Suitable for wireless PAN or connection to
tether style networking, say 3G or 4G ???
This would not be my first option.
USB <--- You could connect a USB dialup modem if you want.
You could connect a USB to Ethernet (RJ-45) if you want.
Some routers even have a USB port.
This would not be my first option either.
In summary, that particular model has lots of options. And the built-in
dialup modem and RJ-11 port is the one you'd try first.
If the machine is that modern, you could try "lshw" to get more info
about what is inside. "sudo lshw" runs the utility as root. Using
"man lshw" will tell you more about it. If lshw is not installed,
the shell may even tell you what command to issue, to download
the executable.
Other programs are "lspci" and "lsusb", but "lshw" gives about as
comprehensive a list as Device Manager in Windows would give you.
Dialup networking in Linux, would involve PPP protocol as it would on Windows.
In this example, they used two packages, "wvdial" and "ppp". And
a lot of little config file changes. This tutorial is from 2001,
before better tools were available. Now, I understand there is a
"Gnome PPP", as well as "KPPP" for KDE. Modern distros also have
the accursed Network Manager, which can trash a perfectly good
network connection. And there are also control panels, for
selecting networking options, which may ease the setup of the
PPP dialup session. I wouldn't delve into a lot of script files,
unless the "automation" in your distro has failed. Modern
distros should be better at this, than the old distros where the
amount of work would be similar to the description in the
next link.
http://www.linuxjunkies.org/html/Modem-Dialup-NT-HOWTO.html#s2
You should try to get the distro to identify the dialup modem
for you, rather than drilling into "dmesg", looking for /dev/ttyS0
and the like. The hardware discovery that the OS does at boot
time, should have passed sufficient device info to Network
Manager, for the appropriate icons to be present to select
dialup graphically as a networking option.
And you don't have to use dialup. It's just the direction
you headed initially, suggested you wanted dialup networking.
But that computer has plenty of options. If you have ADSL or
cable modem/router with Wifi, you should be able to use
Wifi from the TC4200 to those equipments. Or even an
Ethernet cable in the RJ-45 hole.
HTH,
Paul