* insmod pctel.o
@ Gregory Nowak
` Charles Hallenbeck
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Hi all,
I managed to get my modem module pctel.o compiled. Then, I did some searching on the net. I found instructions for getting the module to work by someone who claimed that he successfully got the pctel hsp 56 K PCI modem to work under Linux. His instructions say to put pctel.o in to '/lib/modules/net/pctel.o'. I did that, then changed in to the just mentioned directory, and did 'insmod pctel.o'. I then got some unresolved symbols. I tried to reroute the output from insmod into a file to send to the list, but for some reason the output was displayed and the output file was created, but it was blank. Could someone please tell me how to resolve symbols in the kernel? If it would help to see the output of insmod, then could someone please tell me how to reroute the output properly? I did 'insmod pctel.o >errors.txt' to reroute the output. Thanks for any help in advance.
Greg
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: insmod pctel.o
insmod pctel.o Gregory Nowak
@ ` Charles Hallenbeck
` Kirk Wood
` Ari Moisio
2 siblings, 0 replies; 5+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: speakup
Greg -
capture your output like this:
insmod pctel.o >errors 2>&1
You want to capture 'stdout' and 'stderr' both.
HTH - Chuck
On Sat, 31 Mar 2001, Gregory Nowak wrote:
> Hi all,
>
> I managed to get my modem module pctel.o compiled. Then, I did some searching on the net. I found instructions for getting the module to work by someone who claimed that he successfully got the pctel hsp 56 K PCI modem to work under Linux. His instructions say to put pctel.o in to '/lib/modules/net/pctel.o'. I did that, then changed in to the just mentioned directory, and did 'insmod pctel.o'. I then got some unresolved symbols. I tried to reroute the output from insmod into a file to send to the list, but for some reason the output was displayed and the output file was created, but it was blank. Could someone please tell me how to resolve symbols in the kernel? If it would help to see the output of insmod, then could someone please tell me how to reroute the output properly? I did 'insmod pctel.o >errors.txt' to reroute the output. Thanks for any help in advance.
> Greg
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
My web site is http://www.mhonline.net/~chuckh
The Moon is Waxing Crescent (44% of Full)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: insmod pctel.o
insmod pctel.o Gregory Nowak
` Charles Hallenbeck
@ ` Kirk Wood
` Ari Moisio
2 siblings, 0 replies; 5+ messages in thread
From: Kirk Wood @ UTC (permalink / raw)
To: speakup
Check to see if you adde support for the module in your kernel. For
instance, if you are adding a module for a network card, but there is not
network support you will get unresolved symbols. Same goes for sound
support.
=======
Kirk Wood
Cpt.Kirk@1tree.net
Nothing is hard if you know the answer or are used to doing it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: insmod pctel.o
insmod pctel.o Gregory Nowak
` Charles Hallenbeck
` Kirk Wood
@ ` Ari Moisio
2 siblings, 0 replies; 5+ messages in thread
From: Ari Moisio @ UTC (permalink / raw)
To: Speakup mailing list
Gregory Nowak 31.03.01:
Hi!
Sometimes depmod -a should be executed before new modules wil work.
HTH:>
>Greg
>
>
...ei silloin kustannuksia ajatella kun säästetään...
--
Mr. Ari Moisio, Niittykatu 7, 41160 Tikkakoski, +358-40-5055239
ari.moisio@iki.fi http://www.iki.fi/arimo PGP-keyID: 0x3FAF0F05
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: insmod pctel.o
@ Gregory Nowak
0 siblings, 0 replies; 5+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
The kernel has network support compiled. I'm just now wondering however if maybe I should add support for some of the serial port options like the option for non-standard serial support.
Greg
> ----- Original Message -----
>From: Kirk Wood <cpt.kirk@1tree.net
>To: speakup@braille.uwo.ca
>Date: Sat, 31 Mar 2001 16:45:03 -0600 (CST)
>Subject: Re: insmod pctel.o
>Check to see if you adde support for the module in your kernel. For
>instance, if you are adding a module for a network card, but there is not
>network support you will get unresolved symbols. Same goes for sound
>support.
>=======
>Kirk Wood
>Cpt.Kirk@1tree.net
>Nothing is hard if you know the answer or are used to doing it.
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
insmod pctel.o Gregory Nowak
` Charles Hallenbeck
` Kirk Wood
` Ari Moisio
Gregory Nowak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).