On Thu, 30 Sep 2004 09:46, Lance Blackler wrote: > Hi Cluggers. > > I have rejoined the list for a while 'cause I am having a problem with > setting up my modem for the 2.6.7 kernel. > > Running Simple Mepis (Debian stable/unstable) on a PIII 800. > Modem is an Actiontec hardware PCI56K type (same as your one Yuri). > > It works fine on the 2.4.24 (I think - but not too important) kernel when I > run the following commands (got them down pat now :)) > > cd /dev > MKDEV ttyS4 > ln -s ttyS4 modem > chmod 666 ttyS4 > chmod 666 modem Is this _really_ ttyS4? check with the command:- cat /proc/ioports
i.e. you actually have 5 serial line devices connected to the machine? If so, on 2.6 kernels you have to enable more devices. make menuconfig Device Drivers ---> Character devices ---> Serial drivers ---> Maximum number of non-legacy 8250/16550 serial ports change the number from 4 to what you have. > setserial modem autoconfig and then do this in a rc.local file appropriate to your distro, but use the actual parameters required. autoconfig is - imho - dangerous. -- Sincerely etc., Christopher Sawtell
