954,123 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

modem drivers error installing and another problem

Ok, I have a Smart link 56K V.92 Modem... the drivers are available at www.smlink.com
ok when running make as root I get
/usr/include/stdio.h:329
|
|
|
all the way down skipping numbers untill 402
a few keywords I find
"syntax"
"snprint" or something liek that
I cant copy the log over to my floppy or my windows partition, it appears I don't have the priveleges to copy it over to eaather thanks for the help

Epro
Light Poster
30 posts since Feb 2004
Reputation Points: 11
Solved Threads: 0
 
I cant copy the log over to my floppy or my windows partition, it appears I don't have the priveleges to copy it over to eaather thanks for the help


You can't copy a file to your floppy as root? Check /etc/fstab and look for:
[indent]
/dev/fd0 /floppy vfat rw,users,noauto
[/indent]
If you don't have an entry in your /etc/fstab for mounting the floppy, you'll have to manually add one. Same thing for you Windows partition, whichcould look something like this:
[indent]
/dev/hda0 /c-drive vfat rw,users,noauto 0 0
[/indent]
Make sure you change the mountpoint to your actual mountpoint (directory) or create one using:
[indent]
root@host# mkdir /c-drive
[/indent]

TheOgre
Posting Whiz
393 posts since Aug 2003
Reputation Points: 128
Solved Threads: 9
 

ok i got an idea of what my problem is...the kernel sources are installed...but not the kernel-headers! I have kernel 2.4.22-10mdk the one that came with MDK9.2 any help or redirections on where to get this file?

Epro
Light Poster
30 posts since Feb 2004
Reputation Points: 11
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: