LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-13-2005, 04:35 PM   #1
Young_Pilgrim
LQ Newbie
 
Registered: Aug 2005
Posts: 2

Rep: Reputation: 0
Unhappy iBurst PCMCIA driver install make error 2 Ubuntu 2.6.10 linux


Hello All,

Yes I am a linux newbie, but a computer professional as a a day job. So heres my question.

I am running: Ubuntu 'Hoary Hedgehog' with the 2.6.10 Kernel.
Hardware platform is a Toshiba Tecra A2 laptop with an iBurst PCMCIA card for wireless broadband.

I downloaded the driver and followed instructions from the net, as well as the readme, but I dont get very far. After unzipping the driver to the /tmp/iburst directory, I get the following error after I try to run the make command:


Quote:
make -C /lib/modules/2.6.10-5-386/build SUBDIRS=/tmp/iburst/iburst-1.2.1 modulesmake[1]: Entering directory '/lib/modules/2.6.10-5-386/build'
make [1] : *** No rule to make target 'modules'. Stop.
make [1]: Leaving directory /lib/modules/2.6.10-5-386/build
make: *** [default] Error 2
What do I do now? The 'modules' directory exists, and I dont have a clue.

Thanks,

Y_P

Last edited by Young_Pilgrim; 08-13-2005 at 04:37 PM.
 
Old 08-22-2005, 03:37 AM   #2
basileus
Member
 
Registered: Nov 2004
Location: Turku, Finland
Distribution: Debian, Ubuntu, Gentoo
Posts: 388

Rep: Reputation: 30
make [1] : *** No rule to make target 'modules'. Stop.

It means that the "Makefile" does not have a target to do a "make modules". For example, in kernel compilation typical targets are "dep", "modules", "bzImage" etc. So "target 'modules'" has nothing to do with "modules" directory.

As you did not actually mention what you were trying to do, I suppose you're trying to compile external Wlan modules. I suggest you check Ubuntu manuals on how to compile a custom kernel and external modules. I can help only with stock Debian procedures.

Also check www.google.com/linux:

"ubuntu kernel compilation"
"ubuntu external modules"

Those should provide you with a starting point.
 
Old 08-22-2005, 03:51 AM   #3
Young_Pilgrim
LQ Newbie
 
Registered: Aug 2005
Posts: 2

Original Poster
Rep: Reputation: 0
My Mission

Thank you Basileus.

I am trying to install my iBurst PCCard, which provides a wireless broadband service.
I have downloaded the driver which contains the following instructions:

Quote:
2.6 Kernel Installation for Debian/Ubuntu Linux


Step 0. Make sure you have linux-headers package for your kernel,
A P4 kernel uses the linux-headers-2.6.10-5-686 package you can
run "COLUMNS=150 dpkg --list|grep kernel" to find out the current kernel
on the system

Step 0a. apt-get install pppoeconf ppp pppoe

Step 1. Go to http://sourceforge.net/projects/ibdriver/ and download the
latest driver into /tmp directory, you also need to be logged in as root.

Step 2. cd /tmp; tar xzvf <filename>; cd <directory>

Step 3. make && make install (check to see if there were any errors)

Step 4. edit /etc/network/interfaces and paste the following lines at
the bottom

auto nas-ib
iface nas-ib inet manual
up ifconfig $IFACE up
up pon dsl-provider
down poff dsl-provider
down ifconfig $IFACE down

Step 5. Edit /etc/modprobe.d/iburst.modprobe and paste the following

options ib-net ifname="nas-ib"
options ib-pcmcia debug=7 interval=100

Step 6. Edit /etc/pcmcia/iburst.conf and paste the following

device "iburst_cs"
class "network" module "ib-pcmcia"

card "ArrayComm ut02"
manfid 0x02e3, 0x0001
bind "iburst_cs"

card "ArrayComm ut02"
manfid 0x02e3, 0x0002
bind "iburst_cs"

Step 7. run /etc/init.d/pcmcia restart

Step 8. run pppoeconf

Step 9. Insert iBurst card and wait a minute or so for the interface to
come up and pppoe to be triggered, you should have a working link
by this stage.
I thought I needed to install the driver, as you can see I only get to Step 3.
Thanks for your advice, I will read up on those topics you suggested.

Y_P

Last edited by Young_Pilgrim; 08-22-2005 at 03:54 AM.
 
Old 09-29-2005, 08:48 AM   #4
skrewdriver
LQ Newbie
 
Registered: Sep 2005
Location: Sydney
Distribution: Ubuntu
Posts: 1

Rep: Reputation: 0
I'm having exactly the same problem. Did you find a solution?
 
Old 10-02-2005, 07:33 AM   #5
fergus.bear
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
You need to make a symbolic link called /lib/modules/2.6.10-5-386/build that points to /usr/src/linux-headers-2.6.10-5-386/

The command would be:

ln -s /usr/src/linux-headers-2.6.10-5-386/ /lib/modules/2.6.10-5-386/build

Double check the folder name for the linux-headers. I'm typing out of memory and it might be slightly different.
 
Old 05-21-2006, 02:38 AM   #6
-=Graz=-
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358

Rep: Reputation: 31
Thanks guys!!! PHEW!


picked up my mate one of these iBURST PCMCIA cards today and was totally cr@pping myself when i saw it only came with a 2.4 kernel driver and redhat scripts... EEEeeekkk..

Problem appears fixed now though! Cheers
 
Old 05-25-2006, 04:49 PM   #7
coaic
LQ Newbie
 
Registered: Apr 2006
Location: Australia
Distribution: Ubuntu, SuSE, FC, xBSD, Darwin/Fink
Posts: 13

Rep: Reputation: 0
Patches to Linux driver for Ubuntu/2.6.12 Kernel

I'm assuming as you have Ubuntu "Hoary" if/when you migrate to "Breezy" or beyond you may want to consider patches posted here:

http://sourceforge.net/tracker/index...84&atid=742190

that fix several bugs in the current driver.
 
  


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
Installing rcs under Ubuntu -- make error stymie d Ubuntu 7 03-13-2008 09:22 AM
Ubuntu Install Error Beck24 Ubuntu 3 09-28-2005 09:25 AM
Error when trying to install iBurst driver (ib-driver 2.6) on SUSE 9.3 daysleeper Linux - Hardware 2 09-06-2005 08:55 AM
'make' error compiling alsa driver rickh Debian 3 05-14-2005 12:28 AM
modem driver make install error msg Daveb3 Linux - Hardware 0 12-24-2002 12:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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