Well, since the last post,
I have done even more digging around, and sort of understand, what I need to do, in regard to the "pinning" thing.
Yes, I have found a place that will give me the info to get the debs from sid. Yes, I know that I need to have the pinning details in /etc/apt/preferences, but, how do I make the directory or file or whatever it is called /etc/apt/preferences ?
Sound. With this, I have done lots of digging around. Firstly, I tried the stuff that penguin_warrior suggested. but I get this
debian:~# apt-get install sndconfig
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
kde: Depends: kdebase-audiolibs but it is not going to be installed or
kdebase3-audiolibs but it is not installable
E: Sorry, broken packages
debian:~#
It seems that I have the latest kdebase-audiolibs.
So I try the next one and get this
debian:~# apt-get install kdebase3-audiolibs
Reading Package Lists... Done
Building Dependency Tree... Done
Package kdebase3-audiolibs has no available version, but exists in the database.This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package kdebase3-audiolibs has no installation candidate
debian:~#
So, I try the lspci command and get this
02:00.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
02:00.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
So I know that thesystem can see the soundcard.
I then tried the modbrobe sound and modprobe emu10k1
then with lsmod, get this
debian:~# lsmod
Module Size Used by Tainted: P
emu10k1 52096 0 (unused)
ac97_codec 9376 0 [emu10k1]
sound 52268 0 [emu10k1]
soundcore 3524 7 [emu10k1 sound]
agpgart 29472 3 (autoclean)
mousedev 3776 0 (unused)
hid 17632 0 (unused)
usbcore 48160 1 [hid]
input 3296 0 [mousedev hid]
nvidia 1628160 11
natsemi 14536 1
af_packet 11400 0 (unused)
rtc 5336 0 (autoclean)
ext2 30400 1 (autoclean)
ide-disk 6592 3 (autoclean)
ide-probe-mod 7968 0 (autoclean)
ide-mod 129420 3 (autoclean) [ide-disk ide-probe-mod]
ext3 56544 1 (autoclean)
jbd 34968 1 (autoclean) [ext3]
unix 13316 79 (autoclean)
debian:~#
Which, as I understand it, means that I can force it to see the sound "things". Which drops off when I have re-booted to from whatever
If I then do dmesg, I can see the card at the bottom of the output like this
Creative EMU10K1 PCI Audio Driver, version 0.18, 11:47:54 Aug 2 2003
emu10k1: EMU10K1 rev 7 model 0x8064 found, IO at 0xc000-0xc01f, IRQ 16
ac97_codec: AC97 Audio codec, id: 0x454d:0x4328 (Unknown)
emu10k1: SBLive! 5.1 card detected
and yes, the onboard audio is turned off at the BIOS.
So what next ???
As for the fonts, I have posted a question
here because although under mandrake, I have all my opera and desktop fonts set to "tahoma", so I know it's there, but do you think I can find it? can I f**k. The fonts in the msttcorefonts package are in (I haven't tried to use any of them yet, been a bit busy putting up the venetian blinds and trying to sus the sound and kde3 things).
So at the moment, I'm basically, "buggered"
regards
John