Andrew Zschetzsche | 1 Mar 2005 01:02
Picon
Favicon

Re: iBook G4 won't awake from sleep


No, that didn't do it.

what version of the patch is in 2.6.10?  I remember that a later 
version of the patch had the screen initialize almost first in the 
process, so debugging stuff gets shown.

-Andy

On Feb 28, 2005, at 4:36 PM, Owen Stampflee wrote:

> Try logging out before sleeping. That seems to fix my fiance's iBook 
> G3,
> I'm still trying to figure out a real fix.
>
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general <at> lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
> HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'
>
--

-- 
Andrew Zschetzsche
University of Minnesota, Morris
zsche004 at morris.umn.edu
aim: zsche004
msn: zsche004 at mrs.umn.edu

America's Best Public Liberal Arts College.

(Continue reading)

Robert Story | 1 Mar 2005 01:06

Re: usb infos, gtkam & kinfocenter

On Thu, 24 Feb 2005 23:28:49 +0100 Krischan wrote:
KK> Hello
KK> 
KK> I'm running ydl 4 on an iBook G3 800MHz and yumed it to the latest updates 
KK> avaible for non-ydl-enhanced-net-users. Works okay for me ___ except that I 
KK> noticed that something is wrong with the usb support. 
KK> 
KK> An attached usb keyboard and mouse work great. So does a usb drive. But the
KK> kinfocenter does not show any informations anymore. Also gtkam does not 
KK> interact with my digital camera via the usb cable any more.  

Does 'ls /proc/bus/usb/' give you anything? If not, you need the usbfs
filesystem mounted. Add this to your /etc/fstab and then run 'mount -a'.

  none                    /proc/bus/usb           usbfs defaults        0 0

Then try 'ls /proc/bus/usb/' again, and you should see stuff. Then try
kinfocenter again..
_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

Zach Shuford | 1 Mar 2005 01:28
Picon

Re: mySQL and phpbb

On Mon, 28 Feb 2005 18:57:17 -0500, B1smooth <b1smooth <at> yahoo.com> wrote:
> Hey Zach,
> 
> What version of phpBB are you using? Your problem stems from that fact
> that you don't have a db created (you also NEED a unique key)

The very latest.  Downloaded it today.

> You should either install phpMyAdmin, make a database then insert the
> sql tables from the supplied sql file with in the phpbb directory.
> 
> Or you can do it all at the command line which I know you have no
> inclination to do. It's actually very easy. I need to jog my memory on
> phpbb because I am no where near a pc. I have 8 phpbb sites for personal
> and misc uses.
> 
> Well I'll get back to you in 10 to 15 minutes
> (Sitting in an airport in Saint Louis)

Thanks a ton.  I really don't mind doing it from the command line,
actually.  I'm having fun learning to use it, and it may be requred,
since for some reason my monitor goes into power save mode whenever I
try to log in as root.  Therefore, I've been doing everything from the
terminal.  Anyway, I thought originally that mySQL and the php modules
were stuff that ran in the background.  Stuff I didn't have to really
worry about if I installed them.  Turns out I don't know what I'm
doing. :)   I don't mind doing the work, but honestly, I'm feeling a
bit overwhelmed.  The mySQL documentation is... ah, intimidating.  I'm
trying to read through it now, but, well, I'd like a simple
explanation if there is one.
(Continue reading)

Terry Richards | 1 Mar 2005 01:41

Re: mySQL and phpbb

there is a part on installing first user or some such

http://dev.mysql.com/doc/mysql/en/default-privileges.html

:-)^2

>doing. :)   I don't mind doing the work, but honestly, I'm feeling a
>bit overwhelmed.  The mySQL documentation is... ah, intimidating.  I'm
>trying to read through it now, but, well, I'd like a simple
>explanation if there is one.
>  
>

_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

Zach Shuford | 1 Mar 2005 01:55
Picon

Re: mySQL and phpbb

On Mon, 28 Feb 2005 19:41:49 -0500, Terry Richards
<sn00per1 <at> bellsouth.net> wrote:
> there is a part on installing first user or some such
> 
> http://dev.mysql.com/doc/mysql/en/default-privileges.html
> 
> :-)^2

Thanks.  One line in there is "On Unix, the grant tables are populated
by the mysql_install_db  program. Some installation methods run this
program for you. Others require that you execute it manually. For
details, see Section 2.9.2, "Unix Post-Installation Procedures"."

Which is the Yellow Dog installation?  I'd hate to try and use that
program to make grant tables and mess something up cause some are
already there.
_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

Zach Shuford | 1 Mar 2005 02:07
Picon

Re: mySQL and phpbb

On Mon, 28 Feb 2005 19:55:31 -0500, Zach Shuford <zshuford <at> gmail.com> wrote:
> On Mon, 28 Feb 2005 19:41:49 -0500, Terry Richards
> <sn00per1 <at> bellsouth.net> wrote:
> > there is a part on installing first user or some such
> >
> > http://dev.mysql.com/doc/mysql/en/default-privileges.html
> >
> > :-)^2

Also, when I tried to change the root password, I got the error:

ERROR 2002: Can't connect to locak MySQL server through socket
'/var/lib/mysql/mysql.sock' (2)

I checked out the mysql directory, and it doesn't look like there's a
file in there called mysql.sock (which I assume there should be).  In
fact, there's nothing in there.  I assume I've once again skipped
ahead and there's something I should have done earlier...
_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

Matthew Page | 1 Mar 2005 02:17

RE: mySQL and phpbb

It sounds like MySQL hasn't been started yet...  Try 'service mysqld
start'

I think that's the command...  It's been awhile since I've futzed with
mysql.

> -----Original Message-----
> From: yellowdog-general-bounces <at> lists.terrasoftsolutions.com
> [mailto:yellowdog-general-bounces <at> lists.terrasoftsolutions.com] On
Behalf
> Of Zach Shuford
> Sent: Monday, February 28, 2005 4:08 PM
> To: Yellow Dog Linux General Discussion List
> Subject: Re: mySQL and phpbb
> 
> On Mon, 28 Feb 2005 19:55:31 -0500, Zach Shuford <zshuford <at> gmail.com>
> wrote:
> > On Mon, 28 Feb 2005 19:41:49 -0500, Terry Richards
> > <sn00per1 <at> bellsouth.net> wrote:
> > > there is a part on installing first user or some such
> > >
> > > http://dev.mysql.com/doc/mysql/en/default-privileges.html
> > >
> > > :-)^2
> 
> Also, when I tried to change the root password, I got the error:
> 
> ERROR 2002: Can't connect to locak MySQL server through socket
> '/var/lib/mysql/mysql.sock' (2)
> 
(Continue reading)

Jerry S. | 1 Mar 2005 02:53
Picon

Re[2]: Problems with updated kernel

Hello Yellow,

  Thanks, I figured it would be something simple like this.  Just
  didn't get time to really investigate.  As it turned out, bmac was
  the module that didn't load.  All seems to be good now.  On to the
  sound now :)

  jer

Monday, February 28, 2005, 10:44:45 AM, you wrote:
OS> so try modprobe mace or modprobe bmac (I forget what chip your machine
OS> has).

--

-- 
Windows has detected that your mouse has moved, please wait while
Windows reboots for your changes to take effect.

This is Linux Country. On a quiet night, you can hear Windows reboot.

_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'

John M. Wright | 1 Mar 2005 09:08

audio recording

On Mon, 28 Feb 2005, Owen Stampflee typed:

 > Subject: Re: modprobe.conf review
 > 
 > Yeah, no Linux distro supports audio recording on the mac chipset. Get a
 > griffin imic todo recording.

Using audacity, I can do audio recording of line-level
signals using either the iMic or my Tibook's internal
sound chip (powermac snapper).  In fact, I am discovering
that recording through the internal chip is cleaner; the
iMic tends to produce random crackles and pops in the
recording.  I don't know wheter the fault lies in the
iMic, the USB connection, or ....?

Of course, only the iMic has an internal preamp to record
from microphone-level signals, which I haven't tried yet.

John Wright

 Dr. John M. Wright, Dept. of Chemistry & Biochemistry, M/S 0314, UCSD,
 La Jolla, CA 92093-0314; email: jwright <at> ucsd.edu; phone: 858-534-3049

()  ascii ribbon campaign - against html mail 
/\                        - against microsoft attachments
_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'
(Continue reading)

Daniel Blanken | 1 Mar 2005 09:34
Picon

YDL 4.0.1 ISO Download?

Hello everyone,

I haven't been able to follow this list over the past couple of weeks, 
so please excuse me if this question has already been answered: Is 
there any date set for a release of the updated YDL ISOs? (4.0 is still 
the most current Version while 4.0.1 has been out for some weeks now)

Thanks,
danB

_______________________________________________
yellowdog-general mailing list
yellowdog-general <at> lists.terrasoftsolutions.com
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try  '<keywords> site:terrasoftsolutions.com'


Gmane