LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-05-2004, 04:02 PM   #1
rsuave
Member
 
Registered: Nov 2004
Distribution: Debian Sarge
Posts: 39

Rep: Reputation: 15
intel-536EPmodem in suse linux


Hi , I recently installed Suse Linux 9.1.It rocks but i have one problem.I am having a problem installing the driver for my stupid winmodem.I don't want to bu a new one yet as I hope to get broadband soon.
I followed the instructions as follows:
I entered the directory the driver is in. I did the make clean command but the following happens

linux:~ # cd /home/paul/intel-536EP-2.56.76.0-suse91-UP
linux:/home/paul/intel-536EP-2.56.76.0-suse91-UP # make clean /coredrv
cd coredrv; make clean
make[1]: Entering directory `/home/paul/intel-536EP-2.56.76.0-suse91-UP/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/home/paul/intel-536EP-2.56.76.0-suse91-UP/coredrv'
rm -f *.o *.ko
make: *** No rule to make target `/coredrv'. Stop.
linux:/home/paul/intel-536EP-2.56.76.0-suse91-UP #

The error is "no rule to make target".
The install stops then.
Can anyone help me?
Has anyone else got this modem to work with linux.
 
Old 11-05-2004, 04:25 PM   #2
rsuave
Member
 
Registered: Nov 2004
Distribution: Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
Me again Ive got past the stage I was at but stiill get an error at the second stage as follows:

linux:~ # cd /home/paul/intel-536EP-2.56.76.0-suse91-UP
linux:/home/paul/intel-536EP-2.56.76.0-suse91-UP # make clean
cd coredrv; make clean
make[1]: Entering directory `/home/paul/intel-536EP-2.56.76.0-suse91-UP/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/home/paul/intel-536EP-2.56.76.0-suse91-UP/coredrv'
rm -f *.o *.ko
linux:/home/paul/intel-536EP-2.56.76.0-suse91-UP # make 536
Module precompile check
Current running kernel is: 2.6.4-52-default
/lib/modules... autoconf.h does not exist
please install kernel source
make: *** [check] Error 1
linux:/home/paul/intel-536EP-2.56.76.0-suse91-UP # make 536 /coredrv
Module precompile check
Current running kernel is: 2.6.4-52-default
/lib/modules... autoconf.h does not exist
please install kernel source
make: *** [check] Error 1
linux:/home/paul/intel-536EP-2.56.76.0-suse91-UP #

Can anyone help
 
Old 11-05-2004, 04:57 PM   #3
Kilahchris
Member
 
Registered: Jan 2003
Location: NY
Distribution: Suse 9.0
Posts: 202

Rep: Reputation: 30
You have to install the Kernel Source code and possibly configure it.
Your Modem's drivers source code cannot locate the header files it needs



The Kernel source might be on your distro cd (assuming thats where you installed Linux from).

If the source is not on cd; this website will explain how to do better than I
http://www.linuxheadquarters.com/how...lsources.shtml

Last edited by Kilahchris; 11-05-2004 at 05:08 PM.
 
Old 11-06-2004, 12:11 PM   #4
pete138
LQ Newbie
 
Registered: Aug 2004
Distribution: Suse 9.3
Posts: 14

Rep: Reputation: 0
Look at this:
http://www.linuxquestions.org/questi...hreadid=251097
and
http://www.linuxquestions.org/questi...hreadid=251773

Hope this helps.

Worked for me.

Last edited by pete138; 11-06-2004 at 12:17 PM.
 
Old 11-08-2004, 01:23 PM   #5
lnebrown
Member
 
Registered: Sep 2004
Location: Seattle
Distribution: Ubuntu
Posts: 51

Rep: Reputation: 15
http://www.linuxquestions.org/questi...hreadid=231104

I'm very new to linux but I finally got some good advice on installing my 536ep modem in suse 9.1. See the link to my thread above^. Turns out I had to move it to my home directory (...home\username\); then all installed fine!

Also, I installed this file from the intel driver download site:
intel-536ep-4.69-suse91-smp.tgz

good luck

Last edited by lnebrown; 11-08-2004 at 01:26 PM.
 
Old 11-09-2004, 01:16 PM   #6
rsuave
Member
 
Registered: Nov 2004
Distribution: Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
Thanks for your replies , I have now moved on to Mandrake Linux version 10.0.
 
Old 11-09-2004, 02:36 PM   #7
rsuave
Member
 
Registered: Nov 2004
Distribution: Debian Sarge
Posts: 39

Original Poster
Rep: Reputation: 15
Now im having the same problem in mandrake as I had with Suse.When installing the driver I followed the instructions as follows. I extracted the file intel-536ep-4.69-mdk10-smp.tgz to my home directory /home/username. Then I typed make clean this happened:
[root@localhost intel-536EP-2.56.76.0-mdk10-SMP]# make clean
cd coredrv; make clean
make[1]: Entering directory `/home/paul/intel-536EP-2.56.76.0-mdk10-SMP/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/home/paul/intel-536EP-2.56.76.0-mdk10-SMP/coredrv'
rm -f *.o *.ko
everything ok so far but then i typed make 536 as instructed and then :

[root@localhost intel-536EP-2.56.76.0-mdk10-SMP]# make 536
Module precompile check
Current running kernel is: 2.6.3-7mdk
/lib/modules... autoconf.h does not exist
please install kernel source
make: *** [check] Error 1

As far as I understand the kernal source I am using is 2.6.
This source is already installed.

Newbie question. There is a source on the distro cd 2.4 which should i have running?
Has anyone else got this modem(intel536ep)to work with mandrake 10.0?

Any help is very welcome
 
  


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
Suse Linux 8 using motherboard P4 Titan GA-81PE1000 chipset intel 865 PE david_fadjar Linux - Hardware 1 12-13-2004 11:20 AM
Can't get Intel 536 moedm chipset to install correctly on Suse Linux 9.1 Personal iainb Linux - Newbie 0 09-18-2004 07:49 AM
SuSe Linux 8.2 Pro - Intel 82815eg chipset sergeantroach Linux - Hardware 0 10-19-2003 10:15 AM
Intel ICH5R sata raid controller with Suse Linux 8.2 dani111 Linux - Newbie 2 09-07-2003 06:19 PM
Linux net driver for Intel D815EFV integrated mobo (Intel PRO/100 VE) bikermagi Linux - Networking 0 05-07-2002 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:14 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