Re: US Robotics modem on fedora 5
- From: Bit Twister <BitTwister@xxxxxxxxxxxxxxxx>
- Date: Sun, 16 Mar 2008 20:57:39 +0000 (UTC)
On Sun, 16 Mar 2008 20:50:01 GMT, JM wrote:
I installed fedora core 5 on my computer with a US Robotics 56KB PCI
card fax/modem. Linux does not detect any modems. I did not find any
linux drivers on the us robotics website. Are there any places where you
can download linux drivers for this modem?
No idea about your PCI card. I installed a PCI card in my neighbors pc.
In a nutshell you use setserial in /etc/rc.local to make linux aware
of the modem. Snippet I placed in /etc/rc.local which checks if the
modem is installed. If so, setserial with values I found with lspci -v
#********************************************************************
#* how to get/set pci mode. Here we search for a Zoom pci modem
#* pci values found with lspci -v. Use First I/O port at value
#********************************************************************
_cnt=$(lspci -v | grep --count "Agere Systems Venus Modem")
if [ $_cnt -gt 0 ] ; then
setserial /dev/ttyS3 uart 16550A port 0xdf00 irq 16
fi
.
- References:
- US Robotics modem on fedora 5
- From: JM
- US Robotics modem on fedora 5
- Prev by Date: US Robotics modem on fedora 5
- Next by Date: mandriva 2006 install
- Previous by thread: US Robotics modem on fedora 5
- Next by thread: Re: US Robotics modem on fedora 5
- Index(es):
Relevant Pages
|