From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tara1-l2.wa.amnet.net.au ([203.161.126.146] helo=tara1.wa.amnet.net.au) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HvQbs-0002oS-00 for ; Tue, 05 Jun 2007 00:25:32 -0400 Received: (qmail 3693 invoked by uid 89); 5 Jun 2007 04:24:53 -0000 Received: by simscan 1.1.0 ppid: 3271, pid: 3628, t: 2.8542s scanners: attach: 1.1.0 clamav: 0.88/m:36/d:1310 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tara1.wa.amnet.net.au X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00, MAILTO_TO_SPAM_ADDR autolearn=no version=3.1.0 Received: from unknown (HELO gotss1.gotss.net) (203.161.101.89) by tara1.wa.amnet.net.au with (AES256-SHA encrypted) SMTP for ; 5 Jun 2007 04:24:50 -0000 X-Envelope-To: speakup@braille.uwo.ca Received: from [192.168.24.37] (helo=bouncy) by gotss1.gotss.net with smtp (Exim 4.50) id 1HvQad-0005Lw-5f for speakup@braille.uwo.ca; Tue, 05 Jun 2007 12:24:15 +0800 Message-ID: <000301c7a729$5f868e60$2518a8c0@bouncy> From: "Kerry Hoath" To: "Speakup is a screen review system for Linux." References: <000a01c7a726$a5a46a00$6401a8c0@GRANDMA> <000c01c7a728$ed521b20$6401a8c0@GRANDMA> Subject: Re: emu10k1 compilation problms. Date: Tue, 5 Jun 2007 12:24:00 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 04:25:32 -0000 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" To: "Speakup is a screen review system for Linux." 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" > To: "Speakup is a screen review system for Linux." > > 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" >> To: "Speakup is a screen review system for Linux." > >> 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 >