From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eeyore.cc.uic.edu([128.248.171.51]) (3099 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Mon, 5 Mar 2001 00:59:03 -0500 (EST) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from SDC1770 (sdc1770.eastdorm.uic.edu [131.193.225.179]) by eeyore.cc.uic.edu (8.9.3/8.9.3) with ESMTP id XAA12332 for ; Sun, 4 Mar 2001 23:58:52 -0600 (CST) Message-ID: <001601c0a538$bf883420$b3e1c183@eastdorm.uic.edu> From: "Gregory Nowak" To: References: Subject: Re: kernel 2.2.18 help please Date: Sun, 4 Mar 2001 23:49:03 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 List-Id: Hi, Yes, I did make modules and make modules_install. I can't play the file when I'm logged in as root. As for the permissions on dsp0, I'll let you know about that at the earliest on Friday if I don't forget. Thanks for the help. Greg ----- Original Message ----- From: "Geoff Shang" To: Sent: Sunday, March 04, 2001 9:01 PM Subject: Re: kernel 2.2.18 help please > Hi: > > OK, one question at a time. The PPP and network card modules. Did you do > a "make modules" and "make modules_install" when you compiled the kernel? > If not, that's why it's not working. You should be able to go to your > kernel tree and just do this and reboot. > > With the dsp thing, first we need to determine where the problem is. Do > you get this error if you try playing a file as root? If not, then you > need to put yourself in the group that owns the device. It's probably > audio. Do: > > ls -l /dev/dsp0 > > It's probably owned by root and the audio group. Take a look in /etc/group > to see if you're in the appropriate group. The format of the group file > is: > > :x::,, > > For example, my audio entry looks like this: > > audio:x:29:geoff,amanda > > You'll need to ensure that your user-level account is in the group that has > write permission to the dsp0 device. You'll want to ensure that the > permissions on this device are something like: > > crw-rw---- > > You'lll want to check this for /dev/audio0 as well. > > Let me know if I've lost you > > As for OCR, there seem to be 2 options available. The ocrshop thing I've > not fiddled with but it seems to be a goer if you want to pay US$100. It > apparently has the omnipage 8 OCR engine. The other is a GPL project > called gocr (or jocr, depending on who you ask). It has some way to go in > quality, but hey it's free. From what I've heard, ruby pretty much leads > the way in OCR, so anything else pretty much is going to pull up short (I'm > happy to be contradicted on this though). > > Geoff. > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >