Intel 536 modem
Newb installing an Intel 536ep dialup modem (no DSL here) that came with Linux drivers on CD. Have studied linmodem and Winmodem sites and have installed an ext. serial modem in Kppp. Would like to try this internal controller based PCI modem. Nowhere did anything say about installing kernel sources but someone helped me out. I have no CLI experience, but am trying. It is a long story but have spent about a month trying to access internet. I have ext serial modem on order and am changing ISP. Could not connect with AOL and Linux. Am using Mandrake 10.0. Can anyone walk me thru this?
Thanks
OK, installed kernel headers per urpmi and got a little further:
these are install instructions for the modem drivers
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-536ep
7. When you restart the computer,Tye: bash 536ep-inst
step 3
[root@localhost Linux]# cd Intel-536ep-443
step 4
[root@localhost Intel-536ep-443]# make clean
cd coredrv; make clean
make[1]: Entering directory `/home/mark/Linux/Intel-536ep-443/coredrv'
rm -f *.o *~ core
make[1]: Leaving directory `/home/mark/Linux/Intel-536ep-443/coredrv'
cd serialdrv; make clean
make[1]: Entering directory `/home/mark/Linux/Intel-536ep-443/serialdrv'
rm -f *.o *~ core
make[1]: Leaving directory `/home/mark/Linux/Intel-536ep-443/serialdrv'
rm -f *.o
rm -f *.o
step 5
[root@localhost Intel-536ep-443]# make 536ep
if [ -a /boot/vmlinuz.version.h ]; then \
cp /boot/vmlinuz.version.h /lib/modules/`uname -r`/build/include/linux/version.h; fi
cd coredrv; make \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
536ep;
make[1]: Entering directory `/home/mark/Linux/Intel-536ep-443/coredrv'
cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I../inc -c -o coredrv.o coredrv.c
In file included from coredrv.c:40:
/lib/modules/2.6.3-7mdk/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
coredrv.c: In function `kcli':
coredrv.c:285: warning: implicit declaration of function `cli'
coredrv.c: In function `ksave_flags':
coredrv.c:290: warning: implicit declaration of function `save_flags'
coredrv.c: In function `krestore_flags':
coredrv.c:295: warning: implicit declaration of function `restore_flags'
make[1]: *** [coredrv.o] Error 1
make[1]: Leaving directory `/home/mark/Linux/Intel-536ep-443/coredrv'
make: *** [536ep] Error 2
[root@localhost Intel-536ep-443]# [root@localhost Linux]# cd Intel-536ep-443
bash: [root@localhost: command not found
[root@localhost Intel-536ep-443]# [root@localhost Intel-536ep-443]# make clean
bash: [root@localhost: command not found
[root@localhost Intel-536ep-443]# cd coredrv; make clean
rm -f *.o *~ core
[root@localhost coredrv]# make[1]: Entering directory `/home/mark/Linux/Intel-536ep-443/coredrv'
> rm -f *.o *~ core
> make[1]: Leaving directory `/home/mark/Linux/Intel-536ep-443/coredrv'
> cd serialdrv; make clean
> make[1]: Entering directory `/home/mark/Linux/Intel-536ep-443/serialdrv'
bash: command substitution: line 1: unexpected EOF while looking for matching `''
bash: command substitution: line 4: syntax error: unexpected end of file
bash: make[1]:: command not found
[root@localhost coredrv]# rm -f *.o *~ core
[root@localhost coredrv]# make[1]: Leaving directory `/home/mark/Linux/Intel-536ep-443/serialdrv'
> rm -f *.o
> rm -f *.o
> [root@localhost Intel-536ep-443]# make 536ep
> if [ -a /boot/vmlinuz.version.h ]; then \
> cp /boot/vmlinuz.version.h /lib/modules/`uname -r`/build/include/linux/version.h; fi
> cd coredrv; make \
> "PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" \
> 536ep;
> make[1]: Entering directory `/home/mark/Linux/Intel-536ep-443/coredrv'
> cc -DTARGET_SELAH -DTARGET_LINUX -DLINUX -Wall -O -I /lib/modules/`uname -r`/build/include -I../inc -c -o coredrv.o coredrv.c
> In file included from coredrv.c:40:
> /lib/modules/2.6.3-7mdk/build/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
> coredrv.c: In function `kcli':
bash: command substitution: line 1: unexpected EOF while looking for matching `''
bash: command substitution: line 6: syntax error: unexpected end of file
bash: command substitution: line 1: syntax error near unexpected token `fi'
bash: command substitution: line 1: `/build/include/linux/version.h; fi'
bash: make[1]:: command not found
[root@localhost coredrv]# coredrv.c:285: warning: implicit declaration of function `cli'
> coredrv.c: In function `ksave_flags':
> coredrv.c:290: warning: implicit declaration of function `save_flags'
bash: command substitution: line 1: unexpected EOF while looking for matching `''
bash: command substitution: line 3: syntax error: unexpected end of file
bash: coredrv.c:285:: command not found
[root@localhost coredrv]# coredrv.c: In function `krestore_flags':
> coredrv.c:295: warning: implicit declaration of function `restore_flags'
> make[1]: *** [coredrv.o] Error 1
> make[1]: Leaving directory `
Where do I go from here?
Thanks
|