Results 1 to 5 of 5
Hi,
i total n00b and need help setting up my lucent modem (worked a treat under Mandrake 9.0).
Downloaded the source files.
did a probe :
got this
Code:
A ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-10-2004 #1Just Joined!
- Join Date
- Apr 2004
- Posts
- 2
Slackware 9.0 modem problem .
Hi,
i total n00b and need help setting up my lucent modem (worked a treat under Mandrake 9.0).
Downloaded the source files.
did a probe :
got this
Good.Code:A supported Lucent/Agere DSP chipset modem is identified: PCI_ID=11c1:044c VENDOR 0x11c1 DEVICE 0x044c ID are within the serviced ranges for Lucent/Agere DSP modems: ------------------------------------------ LUCENT 0x11c1 0x0440-0x045c XIRCOM 0x115d 0x0000-0x000F XIRCOM 0x115d 0x0440-0x045c XIRCOM 0x115d 0x0010-0x03ff ------------------------------------------- Drivers and their compiler kits are available at: http://www.heby.de/ltmodem/ For more details read the Recording file.
Now, i go ./build_module
got this
================================================== ===============
All should work automatically for most Linux installations/distributions,
IF a complete kernel-headers/ folder is available:
through a symbolic link: /lib/modules/KernelVersion/build --> PATH_to/kernel-headers/
at the classical /usr/src/ position.
Otherwise a symbolic link will be necessary:
ln -s PATH_to/kernel-headers/ /usr/src/linux
Read DOCs/Compile-properly.txt and 1ST-READ if an explanation is needed about kernel-headers.
To compile modules for a kernel other version than 2.4.20, such as version 2.2.17-3test, use syntax:
./build_module 2.2.17-3test
where the version.h in the kernel-headers/ folder has 2.2.17-3test
If desirable to make a record for trouble shooting purposes,
Abort with Ctrl-C. First start a recording script with:
script ltrecord.txt
Then again the command: ./build_module
================================================== ==================
Diagnostic information is progressively being written to BLDrecord.txt .
Often, contents of BLDrecord.txt will aid in solving a problem.
Now acquiring distribution data:
The Linux distribution is: slackware, Slackware 9.0.0
TARGET_CPU=
End of distribution check.
A supported Lucent/Agere DSP chipset modem is identified: PCI_ID=11c1:044c
VENDOR 0x11c1 DEVICE 0x044c
ID are within the serviced ranges for Lucent/Agere DSP modems:
------------------------------------------
LUCENT 0x11c1 0x0440-0x045c
XIRCOM 0x115d 0x0000-0x000F
XIRCOM 0x115d 0x0440-0x045c
XIRCOM 0x115d 0x0010-0x03ff
-------------------------------------------
Drivers and their compiler kits are available at:
http://www.heby.de/ltmodem/
For more details read the Recording file.
==================================================
Checking for any preliminary complications.
Kernel config file not recognized within the /boot folder.
OK thus far.
Removing old makings and expanding a clean source.tar.gz
Setting BLDrecord.txt link within source/ folder.
lrwxrwxrwx 1 aboo users 16 Apr 10 20:13 BLDrecord.txt -> ../BLDrecord.txt
Following a successful check for matching kernel-headers,
the modem drivers will be compiled for the current kernel version: 2.4.20
Performing a configure trial and capturing the report to ../conf-report.txt.
Parsing the report:
No kernel headers found.
A sample successfull conf_out.txt is in the folder DOCs/
Read in DOCs/ ForNewbies, Compile-Properly.txt and Flavor.txt
For the Linux distribution SuSe and perhaps Others,
the resource test failure may merely be
because Root permission is needed to access kernel-headers/ folders.
Login in as Root and re-run ./build_module
Here is the report from ../conf-report.txt
------------------
creating cache ./config.cache
Checking OS
Checking machine type
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
Checking gcc major version 3
Checking for rpm build... rpmbuild
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for make... yes
checking for ld... yes
Checking for kernel headers
... in /usr/src/linux: nope
... in /usr/src/kernel-headers-2.4.20: nope
... in /usr/src/linux-2.4.20: nope
... in /lib/modules/2.4.20/build: nope
ERROR: No kernel headers found.
If you have kernel headers installed but configure did not
find them, please try:
configuring the sources with utils/srcprep
if a Debian like System, see utils/kpkgprep
install the kernel headers from your distribution if available.
Do carefully read 1stREAD.
Two other common problems are unreadable kernel sources
(SuSE - build as root) or unconfigured kernel sources
(configure kernel sources and execute make dep in the
kernel source tree).
------------------
Read instructions at the end of BLDrecord.txt
Ok, copied the source files :
Code:cd /usr/src;ls -l total 12 drwxr-xr-x 2 root root 4096 Apr 10 20:07 linux/ drwxr-xr-x 14 573 573 4096 Nov 28 2002 linux-2.4.20/ drwxr-xr-x 7 root root 4096 Dec 12 2002 rpm/ cd /linux-2.4.20/;ls -l total 248 -rw-r--r-- 1 573 573 18691 Aug 2 2002 COPYING -rw-r--r-- 1 573 573 79594 Nov 28 2002 CREDITS drwxr-xr-x 30 573 573 4096 Nov 28 2002 Documentation/ -rw-r--r-- 1 573 573 42744 Nov 28 2002 MAINTAINERS -rw-rw-r-- 1 573 573 18780 Nov 28 2002 Makefile -rw-r--r-- 1 573 573 14239 Aug 2 2002 README -rw-r--r-- 1 573 573 2815 Apr 6 2001 REPORTING-BUGS -rw-r--r-- 1 573 573 9291 Aug 2 2002 Rules.make drwxr-xr-x 19 573 573 4096 Nov 28 2002 arch/ drwxr-xr-x 41 573 573 4096 Nov 28 2002 drivers/ drwxr-xr-x 46 573 573 4096 Nov 28 2002 fs/ drwxr-xr-x 26 573 573 4096 Nov 28 2002 include/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 init/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 ipc/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 kernel/ drwxr-xr-x 4 573 573 4096 Nov 28 2002 lib/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 mm/ drwxr-xr-x 28 573 573 4096 Nov 28 2002 net/ drwxr-xr-x 4 573 573 4096 Nov 28 2002 scripts/ cd include/ total 104 drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-alpha/ drwxr-xr-x 21 573 573 4096 Nov 28 2002 asm-arm/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-cris/ drwxr-xr-x 2 573 573 4096 Sep 20 2001 asm-generic/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-i386/ drwxr-xr-x 3 573 573 4096 Nov 28 2002 asm-ia64/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-m68k/ drwxr-xr-x 18 573 573 4096 Nov 28 2002 asm-mips/ drwxr-xr-x 11 573 573 4096 Nov 28 2002 asm-mips64/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-parisc/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-ppc/ drwxrwxr-x 3 573 573 4096 Nov 28 2002 asm-ppc64/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-s390/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-s390x/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-sh/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-sparc/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 asm-sparc64/ drwxrwxr-x 2 573 573 4096 Nov 28 2002 asm-x86_64/ drwxr-xr-x 12 573 573 12288 Nov 28 2002 linux/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 math-emu/ drwxr-xr-x 4 573 573 4096 Nov 28 2002 net/ drwxr-xr-x 2 573 573 4096 Dec 21 2001 pcmcia/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 scsi/ drwxr-xr-x 2 573 573 4096 Nov 28 2002 video/
what's next ?Please , i need my modem
.
it would be great if someone could walk me throug this process (ie remove the driver and show step-by-step howit's done).
Thank you.
- 04-10-2004 #2
Do you have your kernel source installed? You can download some from kernel.org or use the one on your slackware cdrom.
Good luck
- 04-10-2004 #3Just Joined!
- Join Date
- Apr 2004
- Posts
- 2
Did you look at what i posted ?I thought i already have it /usr/src/linux-2.4.20/ .Am i wrong ?
Originally Posted by kriss
- 04-11-2004 #4
Sorry, I missed that part.
Did you try to build it as root?
Good luck
- 04-12-2004 #5
What it is asking for is your kernel headers.
This is a requisite of the ltmodem source build. So install your kernel headers and you should be good to go. Let us know how it goes.Me & Myself just ganged up on I....... Now We all have problems..and none of Us are speaking!
bash-3.00$ uname -a
SunOS sparky 5.11 OpenSolaris-swa sun4u sparc SUNW,Ultra-Enterprise


Reply With Quote
