PDA

View Full Version : USRobotics 5610



bmike1
07-23-2003, 07:13 AM
I cannot get it to run with Knoppix 3.2. I have a HD install.

lspci -v looks like this
000:0b.0 Serial controller US Robotics/3Com 56K Fax/Modem Model 5610 (rev 01) (prog-if 02 [16550])
Subsystem:USR/3Com= Unknown device 00d3
Flags: medium devsel, IRQ 9
I/O ports at ec00 [size= 8]
Capabilities: <available only to root>

this is the response I get from wvdial:
--> Initializing modem.
--> Sending ATZ
ATZ OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized
-->Sending ATDT (ISPs #)
<hear dial tone>
<doesn't dial>

cd/dev
chmod 777 modem
chmod 777 ttyS4
links and devices are therealready
doesn't do anything

Any ideas as to what to do to get it to work?

bmike1
07-23-2003, 04:17 PM
I have no features on my phone which is plugged into my modem as we speak (and works).
But this /var/log/messages is interesting.
Check this out:
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS02 at 0x03e8 (irq = 4 is a 16550A
PCI assigned IRQ 9 for device 00:b0
Redundant entry in serial pci_table. Please send the output of lspci -vv, this message (12b9, 1008, 12b9, 00d3)and the manufacturer and name of serial board or modem board to serial-pci-info@lists.sourceforge.net ttyS04 at port 0xec0000 (irq = 9) is a 16550A

lspci -vv
00:0b.0 Serial controller US Robotics/3Com 56K Fax/Modem Model 5610 (rev 01) (prog-if 02 [16550])
Subsystem:USRobotics/3Com= Unknown device 00d3
Control: I/O + Mem- BusMaster- SpecCycle- MemWIN- VGASnoop- ParERR- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR+
Interrupt: pin A routed to IRQ 9
Region 0: I/O ports at ec00 [size 8]
Capabilities: [dc] Power management version 2
Flags PMEClk- DSI- D1- D2- AuxCurrent= 0mA PME (D0+, D1-, D2+, D3hot+, D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-

bmike1
07-25-2003, 12:07 AM
1~ cat /proc/pci (find I/O & IRQ output)
2~ less var/log/messages (find uart and ttyS? outputs) (these will be located near the I/O port entry and the IRQ entry) (the uart entry will begin with "is a" then write down the number that follows) (hereafter replace ttyS? with the appropriate number)
3~ cd /dev; test -c ttyS? || ./MAKEDEV ttyS?; chmod 666 /dev/ttyS?
4~ setserial /dev/ttyS? uart <#> port <I/O Address> IRQ <#> baud_base <baud rate> spd_vhi skip_test
5~ ln -sf /dev/ttyS? /dev/modem
6~ wvdialconf /etc/wvdial.conf
7~ jpico /etc/wvdial.conf (remove the comment chatacters ";" at the beginning of the lines with them) (insert the appropriate info) (delete the "<" and ">" in the script)
8~ save and exit the editor
9~ 'wvdial' to dial provider
10~ if desired find program with konqueror and bring to desktop

transistordude
08-09-2004, 12:42 AM
Is it also written on your USR modem model 0778? I read somebody claiming the 5610A is the same as the 0778 (which I have). I am also trying to get it work.

feory <at> po-box.mcgill.ca

transistordude
08-09-2004, 01:17 AM
I just got my modem to work. Did you try kppp with /dev/modem?