Rodin Fadul, 2001-Sep-19 15:07 -0400: > I'm trying to use Wvdial to connect to the internet so I can download the > rest of the Debian System, since I have only the base installed. The trouble > is I don't know how to make wvdial recognize my PCMCIA Modem. Any help will > be MUCH appreciated. THANKS.
Configure the serial device of your modem and then run wvdialconf. This will detect you modem by probing the configured serial devices and then setup wvdial for use. You'll then only need to add phone numbers to /etc/wvdial.conf as indicated to use it. Configuring the modem's serial devices is a matter of loading the correct module. For example, I use a Xircom combo card, and when I load the module for it both the ethernet and the modem devices are configured, as shown in this syslog snapshot: Sep 19 15:37:23 localhost cardmgr[176]: socket 0: Xircom CBEM56G-100 CardBus 10/100 Ethernet + 56K Modem Sep 19 15:37:23 localhost cardmgr[176]: executing: 'modprobe cb_enabler' Sep 19 15:37:23 localhost cardmgr[176]: executing: 'modprobe tulip_cb' Sep 19 15:37:24 localhost cardmgr[176]: executing: 'modprobe serial_cb' Sep 19 15:37:24 localhost kernel: cs: cb_config(bus 32) Sep 19 15:37:24 localhost kernel: fn 0 bar 2: mem 0x60013000-0x600137ff Sep 19 15:37:24 localhost kernel: fn 0 bar 3: mem 0x60012000-0x600127ff Sep 19 15:37:24 localhost kernel: fn 1 bar 1: io 0x280-0x287 Sep 19 15:37:24 localhost kernel: fn 1 bar 2: mem 0x60011000-0x600117ff Sep 19 15:37:24 localhost kernel: fn 1 bar 3: mem 0x60010000-0x600107ff Sep 19 15:37:24 localhost kernel: fn 0 bar 1: io 0x200-0x27f Sep 19 15:37:24 localhost kernel: fn 0 rom: mem 0x6000c000-0x6000ffff Sep 19 15:37:24 localhost kernel: fn 1 rom: mem 0x60008000-0x6000bfff Sep 19 15:37:24 localhost kernel: irq 11 Sep 19 15:37:24 localhost kernel: cs: cb_enable(bus 32) Sep 19 15:37:24 localhost kernel: bridge io map 0 (flags 0x21): 0x200-0x287 Sep 19 15:37:24 localhost kernel: bridge mem map 0 (flags 0x1): 0x60008000-0x60013fff Sep 19 15:37:24 localhost kernel: tulip_attach(device 20:00.0) Sep 19 15:37:24 localhost kernel: tulip.c:v0.91g-ppc 7/16/99 [EMAIL PROTECTED] (modified by [EMAIL PROTECTED] for XIRCOM CBE, fixed by Doug Ledford) Sep 19 15:37:24 localhost kernel: eth0: Xircom Cardbus Adapter (DEC 21143 compatible mode) rev 3 at 0x200, 00:10:A4:99:99:7B, IRQ 11. Sep 19 15:37:24 localhost kernel: eth0: MII transceiver #0 config 3100 status 7809 advertising 01e1. Sep 19 15:37:24 localhost kernel: serial_attach(device 20:00.1) Sep 19 15:37:24 localhost kernel: tty02 at 0x0280 (irq = 11) is a 16550A Sep 19 15:37:24 localhost cardmgr[176]: executing: './network start eth0' Sep 19 15:37:24 localhost cardmgr[176]: + ioctl: Operation not supported Sep 19 15:37:24 localhost kernel: bridge-eth0: found peer eth0 Sep 19 15:37:24 localhost kernel: bridge-eth0: up Sep 19 15:37:24 localhost cardmgr[176]: executing: './serial start ttyS2' Notice the serial device is configured as ttyS2. I hope this helps. jc -- Jeff Coppock Nortel Networks Systems Engineer http://nortelnetworks.com Major Accts. Santa Clara, CA