DISTRIBUTION: SLACKWARE 9.0
I have an Internal PCI Intel 536ep Modem...
I got the drivers off the intel website, and the readme file contains these installation instructions...
-------------------------------------------------------------------------------
3. INSTALLATION
Prerequisites:
1. root access
2. bash shell to run install scripts
3. a 536EP modem
4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING.
and programming development tools installed as well
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 536ep
6. Type: make install
Please examine the 536ep-inst script if you have a different distribution.
---------------------------------------
NOTE: THE DISTRIBUTIONS NAMED EARLIER ON IN THE FILE WERE REDHAT, MANDRAKE AND SuSE
---------------------------------------
The driver is split in two. A serial driver and core driver.
The core driver must be loaded first since the serial driver depends on it.
The serial driver registers itself as character device
major number 240, minor number 1.
ATTENTION: if the driver compiles but the script just wont work for you.
Here are the bare minimum steps to get your modem to work.
0. log in as root.
1. insmod -f 536epcore.o
2. insmod -f 536ep.o
2a. you can start "hamregistry" at this point if you wish.
3. rm /dev/536ep
4. mknod /dev/536ep c 240 1 (note "240" is the default, if it does not
work see what /proc/devices says 536ep's major number is)
5. ln -s /dev/536ep /dev/modem
6. start a comm application like minicom and use the modem.
7. see section 3 (International Users) for info on setting the correct
country settings.
------------------------------------------------------------------------------------
now thats out of the way, lets get to the problem.
firstly, i read these instructions, and hoped for the best...
i got some errors when i typed make 536ep and when i typed make install.
The first part (Prerequisites) says:-
1. root access ---->
GOT
2. bash shell to run install scripts ---->
what is?
3. a 536EP modem
got (duh)
4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING.
now, the forth one is what i think is causing the problem
as its in capital, i would expect it to be quite important...
the question is, what are they, and how can i install them (or, just in general how can i make my modem work)?
please help....im very much newbie, so be gentle