On 2004-02-07, Peter Samuelson penned:
>
> --Fig2xvG2VGoz8o/s Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
>
>
> [Monique Y. Herman]
>> luigi:~# lspci | grep audio 00:02.7 Multimedia audio controller:
>> Silicon Integrated Systems [SiS] Sound Controller (rev a0)
>
> That
Hello
Monique Y. Herman (<[EMAIL PROTECTED]>) wrote:
> I must be missing something ungodly obvious ...
>
> Okay, installed kernel image 2.4.24-1-k7. I have sound:
>
> luigi:~# lsmod | grep audio
> i810_audio 24124 2
> ac97_codec 13428 0 [i810_audio]
> soundcore
[Monique Y. Herman]
> luigi:~# lspci | grep audio
> 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
> Sound Controller (rev a0)
That's i810_audio, as you noticed in your old module list. The
menuconfig option looks like:
Intel ICH (i8xx), SiS 7012, NVidia nForce Audio
On Fri, Nov 29, 2002 at 03:05:27PM +0100, Alex Polite wrote:
> When I need to recompile my kernel I usually erase my /usr/src/linux,
> get a fresh version copy in my old .config and start working.
> Compiling the kernel only takes 10 minutes, so it's no big deal. But
> still... I'd rather just reco
without erasing the /usr/src/linux,
just cd there and make menuconfig (or whichever you prefer)
the config loaded will be the one you last choosed,
so adding a module should be seconds of typing and minutes of compiling
after config,
make-kpkg clean
and make-kpkg... (usual)
hope it helps
Alex Poli
On Tue, May 05, 1998 at 12:02:30PM -0400, Bill Leach wrote:
> Hi Gerald;
>
> Though I noticed your original posting I did not then comment for it
> being too much of a 'blind leading the blind' situation.
More like the blind leading the stupid... Read on.
>
> What I did notice is that
Hi Gerald;
Though I noticed your original posting I did not then comment for it
being too much of a 'blind leading the blind' situation.
What I did notice is that the lines you quoted:
On Tue, May 05, 1998 at 12:25:40AM -0700, G. Crimp wrote:
[snip]
> if hash encaps 2> /dev/null; then \
> obj
Nathan E Norman wrote:
>On Tue, 5 May 1998, Oliver Elphick wrote:
>: Presumably someone else was having some kind of problem with this
>: feature.
>
>But why is "-k" being passed to `objdump' at all? According to the docs
>I have, "-k" is indeed not a legal option to `objdump'.
>
>
On Tue, 5 May 1998, Oliver Elphick wrote:
: "G. Crimp" wrote:
[ snip ]
: >if hash encaps 2> /dev/null; then \
: > objdump -k -q -o 0x10 /usr/src/kernel-source-2.0.30/vmlinux >
^^
: >$tmppiggy; \
: >else \
: > objcopy -O binary -R .note -R .comment -R .stab -R .
"G. Crimp" wrote:
...
> I finally installed the kernel-package as you suggested. I was
>hoping first to find out where my problem was coming from with the
>non-Debian specific kernel compile procedures. I am back to square one
>after trying `make-kpkg --revision custom.1.0 kernel-imag
On Sun, Apr 19, 1998 at 11:39:52PM +0200, Marcus Brinkmann wrote:
>
> Try kernel-package. "make-kpkg --revision custom.1.0 kernel-image" will
> creat you a deb file with your kernel. Then install the deb file in /usr/src
> with "dpkg -i " and answer "yes" when it is offering to make a
> boot disk.
On Wed, Apr 29, 1998 at 11:32:27AM -0400, Scott Ellis wrote:
[snip]
> > Somewhere in usr/src/linux/arch/i386/boot/compressed there is a file
> > that is invoking objdump (whatever that might be) with an option `-k'.
> > make zdisk and make zImage say this is an illegal option.
[snip]
> >
>
> If that is the case, then I'm not sure this will solve my problem.
> I think the problem is with the compile itself, and I don't know enough
> about C and make scripts, etc. to figure it out. Somewhere in
> /usr/src/linux/arch/i386/boot/compressed there is a file that is invoking
> objdu
On Sun, Apr 19, 1998 at 11:39:52PM +0200, Marcus Brinkmann wrote:
> On Sat, Apr 18, 1998 at 10:28:10PM -0700, G. Crimp wrote:
> > Hi,
> >
> > I tried recompiling the kernel to include sound support for a newly
> > acquired card. I got an error that I don't understand. I'm using Deb
> > 1.3.1
On Sat, Apr 18, 1998 at 10:28:10PM -0700, G. Crimp wrote:
> Hi,
>
> I tried recompiling the kernel to include sound support for a newly
> acquired card. I got an error that I don't understand. I'm using Deb
> 1.3.1, kernel 2.0.30. The card is of unknown manufacturer, 16 bit, chipset
> ES
On Sat, 7 Dec 1996, Paul Christenson wrote:
> There is something that I've been wondering.. Why is everyone so
> fascinated with modules? I acknowledge that they have their uses, but
> how many people really need to UNLOAD a module once it's loaded?
>
> If you need it, compile it into the kernel,
On Sat, 7 Dec 1996, Paul Christenson wrote:
>
> There is something that I've been wondering.. Why is everyone so
> fascinated with modules? I acknowledge that they have their uses, but how
> many people really need to UNLOAD a module once it's loaded?
>
> If you need it, compile it into the ke
On Fri, 6 Dec 1996, Bruce Perens wrote:
> We had a report that adding PPP to /etc/modules rather than letting kerneld
> load it made it work. I don't know why that would be, so if you can
> corroborate it, that would help.
This isn't directed to you, Bruce.. but your message brought up a point.
We had a report that adding PPP to /etc/modules rather than letting kerneld
load it made it work. I don't know why that would be, so if you can
corroborate it, that would help.
Thanks
Bruce
--
Bruce Perens K6BP [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP f
Kevin,
A similar problem occurs if mgetty is running on ttyS1 and I try to dial out
for ppp using cua1 - the messages is "Sorry - this system lacks PPP kernel
support". Changing the ppp dial out to ttyS1 works fine.
This looks like the reporting problem is either with the kernel or with pppd.
I
-BEGIN PGP SIGNED MESSAGE-
On Wed, 18 Sep 1996, Kevin Conover wrote:
kcppp>When I first came up with 2.0.0, I tested the modem with minicom before
kcppp>attempting PPP. No problem. After compiling the new kernel, I didn't
test
kcppp>minicom. I compiled the kernel a dozen times, somet
Hi All,
I'm replying to my own message since I got several responses and my problem
is now solved. Unfortunately, the problem (& solution) turned out to be
completely different.
When I first came up with 2.0.0, I tested the modem with minicom before
attempting PPP. No problem. After compiling
On Mon, 16 Sep 1996 08:48:06 EDT Kevin Conover ([EMAIL PROTECTED])
wrote:
> It installed 2.0.0. I got everything installed, including X (a
> pain, my #9 Motion 771 likes to shift the screen dramatically).
For this card, you need to add a
InvertVCLK "*" 0
for every Display section in ev
Kevin> what am I missing?!?!?!?
You didn't tell us what you were selecting for PPP in "make xconfig". If I am
not mistaken, you need modules. I always use them where I can, and they work
great for me. I select:
#
# Network device support
#
CONFIG_NETDEVICES=y
24 matches
Mail list logo