> http://www.actiontec.com/support/modems/pcimaster.html > Step 1 As root, type (the # is the prompt): > # cd dev > # ./MAKEDEV ttySx
The ttySes from ttyS0 to ttyS(some high number) already exist > # cat /proc/pci > > The following is an example of a possible outcome: > 5. Non-prefetchable 32 bit memory at 0x00000000. > Bus 0, device 17, function 0: > Communication controller: Unknown vendor Unknown device > (rev 0). > Vendor id=11c1. Device id=480 > Medium devsel. Fast back-to-back capable. IRQ 11. > Master Capable > No Bursts > Min Gnt=252.Max Lat=14 > Non-prefetchable 32 bit memory at 0xe4000000. > I/O at 0x6400. > I/O at 0x6800. > I/O at 0x6c00. > # setserial /dev/modem uart 16550A port 0x6400 irq 11 In my case: the base address was 0xe400 and the IRQ was 10, so I entered setserial /dev/ttyS3 uart 16550A port 0xe400 irq 10 It didn't work :-( > /etc/rc.d/ directory, and using an editing program such as > jed edit the rc.local file, and insert setserial > /dev/modem uart 16550A prot 0x6400 irq 11 as the last > line. In my case (from the laptop): kwrite fish://[EMAIL PROTECTED]:222/etc/rc.d/rc.local & :-) Problem: It doesn't work. Boot knoppix (runlevel 2 only since I have only 16MB ram) and run minicom - no joy. knoppix automagically finds the modem and calls it ttyS4. Any clues anyone? Should I call it broken and get my money back? I'm beginning to suspect it may be broken, since I have diligently followed all steps to make it work. Could the problem be due to the fact that the base i/o address is 0xe400? Any pointers in the right direction much appreciated. Yuri
