* Re: emu10k1 compilation problms.
` Littlefield, Tyler
@ ` Kerry Hoath
` Buddy Brannan
` Alex Snow
2 siblings, 0 replies; 20+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
kernel uses alsa drivers these days,
modprobe snd_emu10k1
also cat /proc/asound/cards if it exists and use modprobe to load
dependancies.
----- Original Message -----
From: "Littlefield, Tyler" <compgeek13@gmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Tuesday, June 05, 2007 12:21 PM
Subject: Re: emu10k1 compilation problms.
>I don't see it in my modules dir, and I got the kernel image from apt,
> hoping once I got time, to patch speakup in, and go.
> Anyway, I can't modprobe emu10k1, it tells me that the file can't be
> found.
>
> Thanks,
> ~~TheCreator~~
> [My programs don't have bugs; just randomly added features]
> msn:
> compgeek13@gmail.com
> aim: st8amnd2005
> skype: st8amnd127
> vertigo head coder
> web: tysdomain.com
> ----- Original Message -----
> From: "Zachary Kline" <Z_kline@hotmail.com>
> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> Sent: Monday, June 04, 2007 10:09 PM
> Subject: Re: emu10k1 compilation problms.
>
>
>> Hello,
>> The kernel sources themselves contain the Emu10K driver, do they not?
>> At least that's been my experience whenever I've needed a sound card
>> configured.
>> Thanks,
>> Zack.
>>
>> ----- Original Message -----
>> From: "Littlefield, Tyler" <compgeek13@gmail.com>
>> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
>> Sent: Monday, June 04, 2007 9:04 PM
>> Subject: emu10k1 compilation problms.
>>
>>
>> > Hello list,
>> > Well, I wanted to accomplish something and be able to say I didn't need
>> > help.
>> > Unfortunately, that plan was shattered.
>> > I found the emu10k1 driver on sourceforge, coppied in my .config and
>> > set
>> > the kernel source path.
>> > When I type make, here's the problem I get.
>> > Anyone able to suggest a fix?
>> > make[1]: Entering directory `/usr/src/emu10k1-v0.20a/scripts'
>> > cc -I/usr/src/linux/include get_version.c -o get_version
>> > get_version.c: In function 'main':
>> > get_version.c:5: error: 'UTS_RELEASE' undeclared (first use in this
>> > function)
>> > get_version.c:5: error: (Each undeclared identifier is reported only
> once
>> > get_version.c:5: error: for each function it appears in.)
>> > make[1]: *** [get_version] Error 1
>> > make[1]: Leaving directory `/usr/src/emu10k1-v0.20a/scripts'
>> > make: *** [opts] Error 2
>> > Any help is appriciated,
>> > Thanks,
>> > ~~TheCreator~~
>> > [My programs don't have bugs; just randomly added features]
>> > msn:
>> > compgeek13@gmail.com
>> > aim: st8amnd2005
>> > skype: st8amnd127
>> > vertigo head coder
>> > web: tysdomain.com
>> > _______________________________________________
>> > Speakup mailing list
>> > Speakup@braille.uwo.ca
>> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>> >
>>
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Littlefield, Tyler
` Kerry Hoath
@ ` Buddy Brannan
` Littlefield, Tyler
` Alex Snow
2 siblings, 1 reply; 20+ messages in thread
From: Buddy Brannan @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
That's 'cause you should be modprobe'ing
snd_emu10k1
instead.
Since kernel 2.6.X, ALSA is the default set of sound modules and they're all named in similar fashion.
Really, you shouldn't try to create extra work for yourself :)
--
Buddy Brannan, KB5ELV
Email: buddy@brannan.name or phone 888-75-BUDDY
Get a free online mall and earn on 1000 stores:
http://www.powermall.us
>From Kitchen Disaster to Culinary Master, make meals and baking
easier and faster: http://www.tastyshop.net
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Buddy Brannan
@ ` Littlefield, Tyler
` Kerry Hoath
0 siblings, 1 reply; 20+ messages in thread
From: Littlefield, Tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
OK, I modprobed like I said for snd_emu10k1, and snd_pcm_oss.
my /dev/dsp device was tossed, so I got that back, with mknod /dev/dsp c 14
3, because mplayer likes to have that around.
I don't get errors, but I also don't get any sound, so I guess it's sorta a
love hate type thing.
Any suggestions?
Thanks,
~~TheCreator~~
[My programs don't have bugs; just randomly added features]
msn:
compgeek13@gmail.com
aim: st8amnd2005
skype: st8amnd127
vertigo head coder
web: tysdomain.com
----- Original Message -----
From: "Buddy Brannan" <buddy@brannan.name>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, June 04, 2007 10:27 PM
Subject: Re: emu10k1 compilation problms.
> That's 'cause you should be modprobe'ing
> snd_emu10k1
> instead.
>
> Since kernel 2.6.X, ALSA is the default set of sound modules and they're
all named in similar fashion.
>
> Really, you shouldn't try to create extra work for yourself :)
> --
> Buddy Brannan, KB5ELV
> Email: buddy@brannan.name or phone 888-75-BUDDY
> Get a free online mall and earn on 1000 stores:
> http://www.powermall.us
> From Kitchen Disaster to Culinary Master, make meals and baking
> easier and faster: http://www.tastyshop.net
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Littlefield, Tyler
@ ` Kerry Hoath
` Littlefield, Tyler
` Doug Smith
0 siblings, 2 replies; 20+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
go read the wiki you need to unmute your audio with alsamixer or amixer.
----- Original Message -----
From: "Littlefield, Tyler" <compgeek13@gmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Tuesday, June 05, 2007 1:24 PM
Subject: Re: emu10k1 compilation problms.
> OK, I modprobed like I said for snd_emu10k1, and snd_pcm_oss.
> my /dev/dsp device was tossed, so I got that back, with mknod /dev/dsp c
> 14
> 3, because mplayer likes to have that around.
> I don't get errors, but I also don't get any sound, so I guess it's sorta
> a
> love hate type thing.
> Any suggestions?
>
> Thanks,
> ~~TheCreator~~
> [My programs don't have bugs; just randomly added features]
> msn:
> compgeek13@gmail.com
> aim: st8amnd2005
> skype: st8amnd127
> vertigo head coder
> web: tysdomain.com
> ----- Original Message -----
> From: "Buddy Brannan" <buddy@brannan.name>
> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> Sent: Monday, June 04, 2007 10:27 PM
> Subject: Re: emu10k1 compilation problms.
>
>
>> That's 'cause you should be modprobe'ing
>> snd_emu10k1
>> instead.
>>
>> Since kernel 2.6.X, ALSA is the default set of sound modules and they're
> all named in similar fashion.
>>
>> Really, you shouldn't try to create extra work for yourself :)
>> --
>> Buddy Brannan, KB5ELV
>> Email: buddy@brannan.name or phone 888-75-BUDDY
>> Get a free online mall and earn on 1000 stores:
>> http://www.powermall.us
>> From Kitchen Disaster to Culinary Master, make meals and baking
>> easier and faster: http://www.tastyshop.net
>>
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Kerry Hoath
@ ` Littlefield, Tyler
` Doug Smith
` Doug Smith
1 sibling, 1 reply; 20+ messages in thread
From: Littlefield, Tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I had my grandma check, with aumix, and it's not muted.
Thanks,
~~TheCreator~~
[My programs don't have bugs; just randomly added features]
msn:
compgeek13@gmail.com
aim: st8amnd2005
skype: st8amnd127
vertigo head coder
web: tysdomain.com
----- Original Message -----
From: "Kerry Hoath" <kerry@gotss.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, June 04, 2007 11:48 PM
Subject: Re: emu10k1 compilation problms.
> go read the wiki you need to unmute your audio with alsamixer or amixer.
>
> ----- Original Message -----
> From: "Littlefield, Tyler" <compgeek13@gmail.com>
> To: "Speakup is a screen review system for Linux."
<speakup@braille.uwo.ca>
> Sent: Tuesday, June 05, 2007 1:24 PM
> Subject: Re: emu10k1 compilation problms.
>
>
> > OK, I modprobed like I said for snd_emu10k1, and snd_pcm_oss.
> > my /dev/dsp device was tossed, so I got that back, with mknod /dev/dsp c
> > 14
> > 3, because mplayer likes to have that around.
> > I don't get errors, but I also don't get any sound, so I guess it's
sorta
> > a
> > love hate type thing.
> > Any suggestions?
> >
> > Thanks,
> > ~~TheCreator~~
> > [My programs don't have bugs; just randomly added features]
> > msn:
> > compgeek13@gmail.com
> > aim: st8amnd2005
> > skype: st8amnd127
> > vertigo head coder
> > web: tysdomain.com
> > ----- Original Message -----
> > From: "Buddy Brannan" <buddy@brannan.name>
> > To: "Speakup is a screen review system for Linux."
> > <speakup@braille.uwo.ca>
> > Sent: Monday, June 04, 2007 10:27 PM
> > Subject: Re: emu10k1 compilation problms.
> >
> >
> >> That's 'cause you should be modprobe'ing
> >> snd_emu10k1
> >> instead.
> >>
> >> Since kernel 2.6.X, ALSA is the default set of sound modules and
they're
> > all named in similar fashion.
> >>
> >> Really, you shouldn't try to create extra work for yourself :)
> >> --
> >> Buddy Brannan, KB5ELV
> >> Email: buddy@brannan.name or phone 888-75-BUDDY
> >> Get a free online mall and earn on 1000 stores:
> >> http://www.powermall.us
> >> From Kitchen Disaster to Culinary Master, make meals and baking
> >> easier and faster: http://www.tastyshop.net
> >>
> >>
> >> _______________________________________________
> >> Speakup mailing list
> >> Speakup@braille.uwo.ca
> >> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Littlefield, Tyler
@ ` Doug Smith
` Littlefield, Tyler
0 siblings, 1 reply; 20+ messages in thread
From: Doug Smith @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Ok, if you can get any kind of speech or sighted assistance with
aumix, do this:
First of all query the setting of the audio.
aumix -q
This will give you all the settings of the various mixer levels.
Now, just read the man page for aumix, and it will give you what you
need to know to set the levels to what you might want. When you do
this and see that you have sound again, just do an
aumix -S
to save the settings to the master aumixrc file. This should correct
the sound problem if aumix runs at boot time with this as its
configuration file.
Hope this helps.
--
Doug Smith: C.S.F.C.
Computer Scientist For CHRIST
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Doug Smith
@ ` Littlefield, Tyler
0 siblings, 0 replies; 20+ messages in thread
From: Littlefield, Tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I'll try that. thanks. :)
Thanks,
~~TheCreator~~
[My programs don't have bugs; just randomly added features]
msn:
compgeek13@gmail.com
aim: st8amnd2005
skype: st8amnd127
vertigo head coder
web: tysdomain.com
----- Original Message -----
From: "Doug Smith" <bdsmith@buncombe.main.nc.us>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Tuesday, June 05, 2007 3:24 PM
Subject: Re: emu10k1 compilation problms.
> Ok, if you can get any kind of speech or sighted assistance with
> aumix, do this:
>
> First of all query the setting of the audio.
>
> aumix -q
>
> This will give you all the settings of the various mixer levels.
> Now, just read the man page for aumix, and it will give you what you
> need to know to set the levels to what you might want. When you do
> this and see that you have sound again, just do an
>
> aumix -S
>
> to save the settings to the master aumixrc file. This should correct
> the sound problem if aumix runs at boot time with this as its
> configuration file.
>
>
>
> Hope this helps.
>
>
>
>
> --
> Doug Smith: C.S.F.C.
> Computer Scientist For CHRIST
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: emu10k1 compilation problms.
` Kerry Hoath
` Littlefield, Tyler
@ ` Doug Smith
` Littlefield, Tyler
` Kerry Hoath
1 sibling, 2 replies; 20+ messages in thread
From: Doug Smith @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Ok, I know that this is probably solved, butI just want to say this.
When it comes to audio mixer programs, just two words:
nuke amixer.
The reason I say this is that aumix works much better and is easier to
install and get working.
It seems that both alsamixer and amixer are nightmares to work with
speech, so I just use what I was used to on another system, and I see
that it works here.
Hope this helps.
--
Doug Smith: C.S.F.C.
Computer Scientist For CHRIST
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Doug Smith
@ ` Littlefield, Tyler
` Kerry Hoath
1 sibling, 0 replies; 20+ messages in thread
From: Littlefield, Tyler @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I wasn't using either alsamixer, or amixer.
Thanks,
~~TheCreator~~
[My programs don't have bugs; just randomly added features]
msn:
compgeek13@gmail.com
aim: st8amnd2005
skype: st8amnd127
vertigo head coder
web: tysdomain.com
----- Original Message -----
From: "Doug Smith" <bdsmith@buncombe.main.nc.us>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Tuesday, June 05, 2007 3:19 PM
Subject: Re: emu10k1 compilation problms.
> Ok, I know that this is probably solved, butI just want to say this.
> When it comes to audio mixer programs, just two words:
>
> nuke amixer.
>
> The reason I say this is that aumix works much better and is easier to
> install and get working.
>
> It seems that both alsamixer and amixer are nightmares to work with
> speech, so I just use what I was used to on another system, and I see
> that it works here.
>
>
>
> Hope this helps.
>
>
>
>
> --
> Doug Smith: C.S.F.C.
> Computer Scientist For CHRIST
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: emu10k1 compilation problms.
` Doug Smith
` Littlefield, Tyler
@ ` Kerry Hoath
1 sibling, 0 replies; 20+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
What ever works for you; personally I just edit /etc/asound.conf by hand and
do an alsactl restore.
Different strokes for different folks.
With amixer and alsamixer you see the complete mixer on the card; aumix
dumbs it down. If that allows you to unmute and change the controls easily
with speech i'd suggest not using amixer but leaving it installed it is
handy in scripts.
Regards, Kerry.
----- Original Message -----
From: "Doug Smith" <bdsmith@buncombe.main.nc.us>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, June 06, 2007 5:19 AM
Subject: Re: emu10k1 compilation problms.
> Ok, I know that this is probably solved, butI just want to say this.
> When it comes to audio mixer programs, just two words:
>
> nuke amixer.
>
> The reason I say this is that aumix works much better and is easier to
> install and get working.
>
> It seems that both alsamixer and amixer are nightmares to work with
> speech, so I just use what I was used to on another system, and I see
> that it works here.
>
>
>
> Hope this helps.
>
>
>
>
> --
> Doug Smith: C.S.F.C.
> Computer Scientist For CHRIST
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: emu10k1 compilation problms.
` Littlefield, Tyler
` Kerry Hoath
` Buddy Brannan
@ ` Alex Snow
2 siblings, 0 replies; 20+ messages in thread
From: Alex Snow @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
modprobe snd-emu10k1
On Mon, Jun 04, 2007 at 10:21:02PM -0600,
Littlefield, Tyler wrote:
> I don't see it in my modules dir, and I got the kernel image from apt,
> hoping once I got time, to patch speakup in, and go.
> Anyway, I can't modprobe emu10k1, it tells me that the file can't be found.
>
> Thanks,
> ~~TheCreator~~
> [My programs don't have bugs; just randomly added features]
> msn:
> compgeek13@gmail.com
> aim: st8amnd2005
> skype: st8amnd127
> vertigo head coder
> web: tysdomain.com
> ----- Original Message -----
> From: "Zachary Kline" <Z_kline@hotmail.com>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Monday, June 04, 2007 10:09 PM
> Subject: Re: emu10k1 compilation problms.
>
>
> > Hello,
> > The kernel sources themselves contain the Emu10K driver, do they not?
> > At least that's been my experience whenever I've needed a sound card
> > configured.
> > Thanks,
> > Zack.
> >
> > ----- Original Message -----
> > From: "Littlefield, Tyler" <compgeek13@gmail.com>
> > To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> > Sent: Monday, June 04, 2007 9:04 PM
> > Subject: emu10k1 compilation problms.
> >
> >
> > > Hello list,
> > > Well, I wanted to accomplish something and be able to say I didn't need
> > > help.
> > > Unfortunately, that plan was shattered.
> > > I found the emu10k1 driver on sourceforge, coppied in my .config and set
> > > the kernel source path.
> > > When I type make, here's the problem I get.
> > > Anyone able to suggest a fix?
> > > make[1]: Entering directory `/usr/src/emu10k1-v0.20a/scripts'
> > > cc -I/usr/src/linux/include get_version.c -o get_version
> > > get_version.c: In function 'main':
> > > get_version.c:5: error: 'UTS_RELEASE' undeclared (first use in this
> > > function)
> > > get_version.c:5: error: (Each undeclared identifier is reported only
> once
> > > get_version.c:5: error: for each function it appears in.)
> > > make[1]: *** [get_version] Error 1
> > > make[1]: Leaving directory `/usr/src/emu10k1-v0.20a/scripts'
> > > make: *** [opts] Error 2
> > > Any help is appriciated,
> > > Thanks,
> > > ~~TheCreator~~
> > > [My programs don't have bugs; just randomly added features]
> > > msn:
> > > compgeek13@gmail.com
> > > aim: st8amnd2005
> > > skype: st8amnd127
> > > vertigo head coder
> > > web: tysdomain.com
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
We apologize for the inconvenience, but we'd still like yout to test out
this kernel.
-- Linus Torvalds, announcing another kernel patch
^ permalink raw reply [flat|nested] 20+ messages in thread