On Fri, 23 Mar 2007, John Pate wrote:
I got this information...
On Thu, 22 Mar 2007, Pawe? Wla? wrote:
1.
my kernel is not distribution-precompiled, but original kernel from
ftp.kernel.org compiled on my machine. I do not use kernel-headers from
slackware, but soft-link in /usr/include/
linux to /usr/src/linux/include/linux,
asm to ams-i386
asm-generic to /usr/src/linux/include/asm-generic
asm-386 to /usr/src/linux/include/asm-i386
and of course soft-link /usr/src/linux to /usr/src/linux-2.6.18
That how things are on all my slackware computers I take care of, I do not
know if that is important or not.
Actually this is very important! Doh! Essentially you're
synchronising the `kernel headers' with the installed kernel tree by doing
this. Yes, I shall be doing this on my Slackware machines in future!
Yes, I know why I am doing all this, I just was not sure if this is
important in this very case.
[ . . . ]
martian: info: Your port is /dev/ttySM0
However...
# ./automate.sh
Module:
Added to /etc/rc.local
Daemon:
./automate.sh: line 131: /sbin/chkconfig: No such file or directory
./automate.sh: line 132: /sbin/chkconfig: No such file or directory
Why do you want this automate script? What is it for? My guess is -
this is not good for slackware (there is no /sbin/chkconfig in the
distribution, to my knowledge at least)
Run
/sbin/modprobe martian_dev
/usr/sbin/martian modem &
ln -sf /dev/ttySM0 /dev/modem
as root and you will have /dev/modem up and running.
Pawel