Good to hear, good luck and post back if you have any more problems.
Printable View
Good to hear, good luck and post back if you have any more problems.
Right on Stephen- definitely the spirit of Linux to compile something on your own system for someone else. The best advice I ever got from a wimpdoze user was Ctrl+Alt+Del :)Quote:
Originally Posted by bongski55
I have install knoppix 3.3 on my hard disk
download and make
http://www.medres.ch/%7Ejstifter/pctel/pctel-0.9.7.html
when I try "insmod -f pctel.o "
it told me "unresolved symbols ....."
I am supprise than Knopper did not put good sources in /usr/src/linux ???
any help ? or tip ?
DELL inspiron 8500 NVidia GeForce 4200
I just installed Knoppix 3.3 on my laptop (Dell Inspiron 4100). To get the internal modem working I used the pctel v0.9.6 driver. Before you can "./confivure" you need to do this:
...$ aclocal
...$ automake
then "./configure --with-hal=i8xx", "make" and "make install" (last must be as root). Worked on first try!
On my system, I got my winmodem to work but only as root. When I login as user, my modem will not work. I am forced to SU, then "insmod pctel" and "insmod ptserial" in order to use the modem. How can I get this to work for me as user?