ciao,
dopo aver reso funzionante al 98% la mia slackware 10.0 con kernel 2.4.6 sto cercando di far funzionare anche il mio modem interno che è un lucent 56k con un chip interno Intel 536ep, famoso per essere supportato anche da linux. Nel cd di installazione però di drivers sono per le distro vecchie e per quella mia attuale non c'è niente. Su internet h otrovato diversi files per diverse distribuzioni, però dato che per la slack 10 non c'era niente ho preso i file non compilati dai qui: http://downloadfinder.intel.com/scri...*&submit=Go%21

in particolare questo: http://downloadfinder.intel.com/scri...536ep-4.69.tgz

ho seguito le istruzioni:
codice:
3.  INSTALLATION

Prerequisites:
   1. root access
   2. bash shell to run install scripts
   3. an Intel536ep modem
   4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING.
      (found on your distribution's CD)

6 steps to install
   1. login as ROOT 
   2. extract the archive into a directory with "tar -zxvf <archivename>.tgz"
   3. cd into the directory it created.
   4. Type: make clean
   5. Type: make 536
   6. Type: make install
This will create a /dev/modem device file. This file is used as an interface to 
modem by all applications: minicom, kpppd, efax, etc. Please configure the applications
to use /dev/modem if neccessary.

The installation script has been designed for the following distributions 
release versions

   mandrake-release
   SuSE-release
   redhat-release
   debian_version (including Corel)
   slackware-version
   conectiva-version
   bluepoint-release
   redflag-release
   Unknown distributions install modules and utilities but
   will not install boot scripts!.

Please examine the Intel536_inst and Intel536_boot scripts if you have a different distribution.
solo che dopo aver dato make install, mi da questo errore:


rm -f /etc/hamregistry.bin
bash Intel536_inst
running Kernel 2.4.6
installing hamregistry, used for persistant sorage
installing Intel536 driver
unknow distribution. no boot installed
make: *** [install] Error 1

ed al riavvio non mi carica correttamente il modulo... i comandi make clean e make 536 non mi danno errori invece...

mi aiutate perfavore ?