LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 02-07-2005, 12:29 AM   #1
Trio3b
Member
 
Registered: Oct 2004
Location: Texas, USA
Distribution: MDV 2008.1, PCLinuxOS,
Posts: 315

Rep: Reputation: 30
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel 536 modem Trio3b Linux - Newbie 0 02-04-2005 11:50 PM
Intel 536 PCI modem on Mandrake 10.1 digitalhead Mandriva 2 12-18-2004 02:27 PM
'no carrier' suse 9.0, intel 536 modem Horny Toad Linux - Newbie 2 04-23-2004 01:21 AM
intel 536 ep modem and fedora genghis Linux - Hardware 3 01-02-2004 03:15 PM
Installing modem Intel 536 EX chipset garzl Linux - Hardware 0 09-20-2003 11:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 06:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration