rosea grammostola wrote:
> Mhh I have also another INTEL onboard card, but that isn't there too...

Just a shot in the dark. Since the package 64 Studio was removed and 
installed again, I need to restore some stuff after using the package 
management, because there's something broken in the repositories.

I'm using a script to restore the broken stuff.

While /etc/modprobe.d/hda-intel should be
options snd-hda-intel position_fix=1
it is
options snd-hda-intel enable_msi=1 probe_mask=1

See [1].

I'm also using an Envy24 based sound card (but nothing else, on-board 
sound is disabled by the BIOS settings), but don't need to reset 
anything, anyway, it might be that I didn't locate all changes done 
because of the trouble with the package 64studio.

Another issue is, that someone from this list is using 2 MIDIsports with 
AV Linux, he can't use 64 Studio any more, because it won't install on 
his new machine and he didn't report any trouble with the MIDIsport, 
while Dave has timing issues (and I guess he still is using 64 Studio), 
btw. I've got timing issues for my Swissonic MIDI device for both, 64 
Studio and AV Linux.

[1]
r...@64studio:~# fix64
/usr/local/bin/fix64
1c1
< options snd-hda-intel position_fix=1
---
 > options snd-hda-intel enable_msi=1 probe_mask=1
52,53c52,53
< GraphicalThemeRand=true
< GraphicalTheme=happygnome-list
---
 > GraphicalThemeRand=false
 > GraphicalTheme=64studio
diff -r /usr/local/share/fix64/etc/apt/sources.list /etc/apt/sources.list
6,7d5
< deb http://security.ubuntu.com/ubuntu/ hardy-security restricted main 
multiverse universe
< deb http://archive.ubuntu.com/ubuntu hardy-backports restricted main 
multiverse universe
9,10d6
< deb http://apt.harleystudio.co.za hardy main
< deb http://ppa.launchpad.net/shutter/ppa/ubuntu hardy main
r...@64studio:~# fix64
/usr/local/bin/fix64
NO DIFF /etc/modprobe.d/hda-intel IS EQUAL TO THE BACKUP
NO DIFF /etc/gdm/gdm.conf-custom  IS EQUAL TO THE BACKUP
NO DIFF /etc/apt/*               ARE EQUAL TO THE BACKUP
r...@64studio:~# cat /usr/local/bin/fix64
#!/bin/sh
# /usr/local/bin/fix64
# 2009 Ralf Mardorf

echo $0

# hda-intel
diff /usr/local/share/fix64/etc/modprobe.d/hda-intel 
/etc/modprobe.d/hda-intel
if [ $? = 0 ]
  then echo NO DIFF /etc/modprobe.d/hda-intel IS EQUAL TO THE BACKUP
  else cp -p /usr/local/share/fix64/etc/modprobe.d/hda-intel 
/etc/modprobe.d/hda-intel
fi

# gdm.conf-custom
diff /usr/local/share/fix64/etc/gdm/gdm.conf-custom /etc/gdm/gdm.conf-custom
if [ $? = 0 ]
  then echo NO DIFF /etc/gdm/gdm.conf-custom"  "IS EQUAL TO THE BACKUP
  else cp -p /usr/local/share/fix64/etc/gdm/gdm.conf-custom 
/etc/gdm/gdm.conf-custom
fi

# sources.list
diff -r /usr/local/share/fix64/etc/apt/ /etc/apt/
if [ $? = 0 ]
  then echo NO DIFF /etc/apt/"*               "ARE EQUAL TO THE BACKUP
  else cp -pr /usr/local/share/fix64/etc/apt/* /etc/apt
fi

exit 0
_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users

Reply via email to