Re: acces to hfplus partition

2005-09-08 Thread Albert Farrés
2005/9/8, kohzak <[EMAIL PROTECTED]>:
> Hi all
> 
> I have an ibook 12 G and dual boot between Osx panther and Debian testing.
> 
> I have create a partition in hfsplus and compile my linux kernel to
> write on it.
> So my /etc/fstab is :
> 
> /dev/hda5   /mnt/osxhfsplus user,auto  0   0
> 
> The problem is that when i try to mount it, user and group owners of
> /mnt/osx become 501 and 501.
> 
> I've tried to force with
> 
> 
> /dev/hda5   /mnt/osxhfsplus user,auto,uid=1000,gid=1000 0  0
> 
> but it still mount as 501.
> 
> I can only copy some file on this parition with root acces.
> 
> Does any one know how to change user uid and gid under osx, or any other
> solution ?
It's normal, hfs+ is a unix fs type like ext2, ext3 or reiserfs. If
you want write on it as normal user create a folder and change the
owner, more or less:
$ cd /mnt/osx
$ mkdir foo
$ chown user.group foo

Albert
> 
> Thanks
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
>



Firefox extensions

2005-09-17 Thread Albert Farrés
Hi list!

I'm trying to install spellbound
(http://spellbound.sourceforge.net) firefox extensions and all seems
correct, but then i can't use this extension. This extensions are arch
dependent? I should have to compile for linux ppc?

Thanks in advance.

Albert.



Black screen

2005-06-02 Thread Albert Farrés
Hi list!

For a long time I've been using linux 2.6.9 in my ibook G4. Now i
compiled 2.6.12-rc4 and everething works fine, except when the screen
turns off (i.e. i don't touch nothing for 10 minutes). Before, when i
moved the mouse or press a key the screen turns on, now, whith
2.6.12-rc4, i've to press Fn+F1/F2 to turn on the screen. Any idea?

Thanks

Albert



Fwd: Sound in g4

2005-06-07 Thread Albert Farrés
2005/6/7, Mike S <[EMAIL PROTECTED]>:
> this is probably a totally newbie question, but I have just switched to
> debian from ubuntu, and am working on a self compiled 2.6.11 upstream
> kernel.  I compiled all the sound stuff as modules, but I do not know
> what file to edit to load them, or even how to start.  KDE reports no
> /dev/dsp on startup, and when I run lsmod it shows no snd or anything
> like that, so could someone point me in the right direction to start
> setting up sound on this thing?
Install alsa-base and alsa-utils packages and run "alsaconf".
>
> --Mike S
> if specs are needed this is a G4 Dual 450 (Gigabit Ethernet model) and I
> am not sure what the sound card is.
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
Albert