> Built-in ??? (winmodem) 56k V.90/V.92 Data/Fax Modem I think what I have in my notebook is the same as this: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://pctelcompdb.sourceforge.net/viewdetails.php?id_no=159 Manufacturer:PCTel Model:Dell Inspiron 5100 (Intel Corp. 82801DB AC'97 Modem) Chipset:Intel 845 Status:Working Distributions tested:SuSE 8.2 Professional Kernel versions:2.4.20 Driver versions:pctel-0.9.6Output of lspci -v: 00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem (rev 02) (prog-if 00 [Generic]) Subsystem: PCTel Inc: Unknown device 4c21 Flags: bus master, medium devsel, latency 0, IRQ 10 I/O ports at 1800 [size=256] I/O ports at 1c00 [size=128] Capabilities: [50] Power Management version 2 Output of lspci -n: 00:1f.6 Class 0703: 8086:24c6 (rev 02) Owner:Dave Corrie Notes: This was a little tricky to get working. I configured --with-hal=i8xx and changed the PCI_DEVICE_ID_I845 define to 0x24c6 in src/ptserial/ptserial-2.4.7.c, as described in database entry #155. Because SuSE 8.2 ships with gcc3 it was necessary to remove the -Werror flag from src/ptserial/Makefile and pass the -f flag to insmod when loading the modules. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I don't really understand all of his notes and how they might translate to the shipped (no updates) version of RedHat 9. Any guidance, please? Thanks! dmc