LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Help with intel 536ep modem and Suse 9.1 (https://www.linuxquestions.org/questions/linux-hardware-18/help-with-intel-536ep-modem-and-suse-9-1-a-231104/)

lnebrown 09-15-2004 07:40 PM

Help with intel 536ep modem and Suse 9.1
 
Hi, I'm new to Linux, running Suse 9.1 (Personal Edition, so i installed gcc on my own), and having problems trying to install my Intel 536ep "winmodem". I know people have been having problems with this modem, but I saw that Intel actually released the driver for Suse 9.1(installed from "intel-536ep-4.69-suse91-smp.tgz")
So following the readme.txt instructions, this is what i get:

linux:/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp # make clean
cd coredrv; make clean
make[1]: Entering directory `/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp/coredrv'
rm -f *.o *.ko

linux:/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp # make 536
Module precompile check
Current running kernel is: 2.6.4-52-default
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
uname -r|grep "2.6" && \
cd coredrv && make 536core_26 && \
cp Intel536.ko .. && cd .. && \
strip --strip-debug Intel536.ko && \
exit; \
ls Intel536.ko >/dev/null 2>&1 || uname -r | grep "2.6" && echo "Failed to build driver" && exit; \
if [ ]; then \
cd coredrv; make TARGET=TARGET_SELAH KERNEL_SOURCE_PATH= "PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" 536core; \
else \
cd coredrv; make TARGET=TARGET_SELAH KERNEL_INCLUDES=/lib/modules/`uname -r`/build/include \
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" 536core; \
fi ; \
cp Intel536.o .. ; \
if [ -a /boot/vmlinuz.version.h ]; then \
cp /boot/vmlinuz.version.h /lib/modules/`uname -r`/build/include/linux/version.h;\
fi
2.6.4-52-default
make[1]: Entering directory `/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp/coredrv'
make -C /lib/modules/2.6.4-52-default/build SUBDIRS=/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp/coredrv modules
make[2]: Entering directory `/usr/src/linux-2.6.4-52'
make[2]: *** No rule to make target `stuff/Another'. Stop.
make[2]: Leaving directory `/usr/src/linux-2.6.4-52'
make[1]: *** [536core_26] Error 2
make[1]: Leaving directory `/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp/coredrv'
2.6.4-52-default
Failed to build driver

linux:/home/lnebrown/Desktop/modem stuff/Another try/intel-536EP-4.69-suse91-smp # make install
rm -f /etc/hamregistry.bin
bash Intel536_inst
running kernel 2.6.4-52-default
installing hamregistry, used for persistant storage
installing Intel536 driver
install: cannot stat `Intel536.ko': No such file or directory
make: *** [install] Error 1



So can anybody help me out? I very badly want to ditch windows, but I'd prefer not to buy a new modem.

Much appreciated,

CLB

penguin4 09-16-2004 07:33 PM

inebrown; visit intels web site. request driver
for their modem. that may solve problem.

lnebrown 09-17-2004 06:38 AM

Thanks, I may try that.

But in the meantime, do the error messages above show that I need to install some package or anything else?

It seems to me that the first error is:
diff: /boot/vmlinuz.autoconf.h: No such file or directory

what do i need to install to get this header file?

thegsusfreek 10-28-2004 02:39 PM

Are you doing this as root? That's the only thing I can really think of.

Currently, I'm also having trouble installing (from the source) on FC2. This is strange since I've installed it about four times on FC2 already with absolutely no problems. :( Anyway, I hope you get this solved

penguin4 10-28-2004 04:22 PM

inebrown; question? how about rechecking entries ,redoing & go slower without making errors in entring commands or misspelling. that may be where error may show problem?
slow down go carefully methodically & step by step.

thegsusfreek 10-28-2004 08:48 PM

Ooooooooohhhhh... I figured out your problem. lol! So simple, I should've seen it before.

Okay, when you do "make install" you get the error that there is no intel536.ko The reason for this error is this: "Intel536.ko" is the driver. If you look at the last line of "make 536", you'll see:

Quote:

Failed to build driver
The reason that it failed is because of this line right here:

Quote:

make[2]: *** No rule to make target `stuff/Another'. Stop.
It's because it doesn't work with spaces. It thinks that "linux:/home/lnebrown/Desktop/modem" is the directory and that "stuff/Another" is the file. Just extract the tar to your home directory ("/home/lnebrown") and do it again. It should work just fine. Just be sure that you install while logged in as root. This doesn't work when you're logged in as a user with root priveleges. I just figured that out today.

Let me know if this helps.

penguin4 10-29-2004 12:28 PM

thegsusfreek; thank you with that info, last time i tried that got chewed by mod.
yeah some times little thngs do get overlooked. thank you again.

thegsusfreek 10-29-2004 11:02 PM

Quote:

last time i tried that got chewed by mod.
Tried what? Running a program in a dir with spaces? Helping someone? Sry, I'm confused. :P

penguin4 10-30-2004 12:32 PM

thegsusfreek; sry; attempting to help another. guess it was difference of opinion between mod & my reply.

lnebrown 11-08-2004 01:16 PM

it works!
 
It worked! Now I'm one step closer to being windows-free! I just need to find some good support for my miniDV camcorder....

J.W. 11-08-2004 01:35 PM

lnebrown - congrats on finding the solution. It would be helpful to future readers if you described what you did to achieve these results. (I assume it was thegsusfreak's advice that led to the solution; spaces in directory names IMO should be avoided)

penguin4 - if you have an issue or problem with a mod, please take it up with the mod directly or contact the site admin (aka jeremy). -- J.W.

lnebrown 11-08-2004 08:11 PM

the modem installed correctly when I extracted the install files into the ...home\username\ directory as thegsusfreak suggested. I previously tried running the files from another directory, and the folder names had spaces, and that is what gave me the initial error. I'm not sure if it would have run in the original location if I had taken out the spaces in the directory name.


All times are GMT -5. The time now is 09:26 PM.