Modem Installation

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
rhcepk
Naik
Posts: 87
Joined: Fri Jul 21, 2006 5:18 am

Modem Installation

Post by rhcepk »

ASALAM-O-ALIKUM

how are you.

Today I installed SimplyMEPIS. I want to install my Modem .
I follow the Video of Sir Kamran Azeem but I got some problem .

Problem is :-

root@8[Documents]# cd inte-536EP-2.56.76.0
bash: cd: inte-536EP-2.56.76.0: No such file or directory
root@8[Documents]# cd intel-536EP-2.56.76.0
root@8[intel-536EP-2.56.76.0]# dir
1028064422.001 coredrv Intel536_boot license.txt readme.txt
config_check hamregistry Intel536_inst makefile
root@8[intel-536EP-2.56.76.0]# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/Documents/intel-536EP-2.56.76.0/coredrv'
rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Modules.symvers
rm -rf .tmp_versions
make[1]: Leaving directory `/root/Documents/intel-536EP-2.56.76.0/coredrv'
rm -f *.o *.ko
root@8[intel-536EP-2.56.76.0]# make 536
Module precompile check
Current running kernel is: 2.6.7
/lib/modules... autoconf.h does not exist
please install kernel source
make: *** [check] Error 1
root@8[intel-536EP-2.56.76.0]# install
install: too few arguments
Try `install --help' for more information.
root@8[intel-536EP-2.56.76.0]#


please tell me the solution of this problem.

One thing more this is very important what is .deb rpm .gz
etc

which one is for SimplyMEPIS

thanks to

Take Care.


ALLAH HAFIZ
usamahashimi

Post by usamahashimi »

Hi
rhcepk !
The output is clearly telling to install kernel source. I did not use Mepis linux but what i know about it is that its CD does not include kernel source and you have to download it from internet. If you are a new and dont know about kernel source that the easiest solution is that you can use kubuntu instead of Mepis and install everyting (on CD after the completion of installation) by using adept. Moreover, I am using the same modem, Intel 536EP.
In very simple words, .deb, .rpm and .gz are package types just like .exe in windows. Mepis use .deb.
Thanks
nayyares
Battalion Quarter Master Havaldaar
Posts: 237
Joined: Tue Dec 13, 2005 10:47 pm
Location: JNB, SA
Contact:

Post by nayyares »

Hello,

If the installation of drive is auto-tools based then you should read the INSTALL or README file inside driver directory, as in auto tool you have following steps:

Code: Select all

$./configure 
$make 
$make install
this is the simplest version of installation using auto-tools, there are few option available, but i think the simple one will work for you.

in your pasted shell output , i am unable to find $./configure step, i think you missed that ? first make sure that you are following the correct commands in correct sequence.

thanks
Nayyar Ahmad
RHCE, CCNA, OCP DBA
nayyares aT fedoraproject DoT org
blogs: nayyares.blogspot.com
usamahashimi

Post by usamahashimi »

Hi
nayyares !
No he did not miss any step. The 3 step of installation is;
make clean
make 536
make install
The real problem is that, he has to install kernel source.
Thanks
Post Reply