Re: My sound blaster live disappeared

2011-11-19 Thread Ingo Kasten

Am 19.11.2011 21:40, schrieb Brad Alexander:

Thanks, gents...That worked for a treat. Now what is the best way to
keep it from getting reinstalled?



First, let me repeat (with other words): it is a dirty way. But I guess, 
if you do not install gnome-core again, you won't get pulseaudio as well.
On the other hand, this issue (feature?) is well-known, you'll find some 
suggestions to disable pulseaudio from getting loaded (please google 
"pulseaudio, autospawn") but I felt like this being too uncomfortable 
for me.


Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4ec827d0$0$6580$9b4e6...@newsspool3.arcor-online.net



Re: My sound blaster live disappeared

2011-11-19 Thread Ingo Kasten



What I usually do is remove pulseaudio and it works afterwards.


That's what I did, too. Removing pulseaudio instantly brings back the 
sound :-)
Unfortunately pulseaudio is a dependency of gnome(3)-core , which is, as 
far as I understand, just for keeping gnome consistant.

I removed it, too. So I'll have to keep an eye on gnome for myself...
(In fact I'm using KDE)

Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4ec7f446$0$6567$9b4e6...@newsspool3.arcor-online.net



Re: 2.34 Kernel Won't Boot

2010-08-21 Thread Ingo Kasten

Am 20.08.2010 09:30, schrieb David Baron:

I built this kernel for first time with new PATA rather than the old
deprecated drivers. These are compiled-in, no initrd. Get cannot find block
error, [2,22] or something like that.

Possibilities:
1. Need to compile in VIA's driver as well. Not doing this prevented DMA
access using  deprecated drivers a while back. I am doing this kernel for a
new MB, not VIA chipset. Module is built.

2. New drivers assign different dev names. Need to change to newer name scheme
in lilo.conf. If so, this will wait for new machine since this will render
older kernel builds unusable. Current MB is an older IDE-based machine. The
new MB will be SATA but has an IDE as well (and there are those adapters that
plug in to the old disks to make them work like SATA).

3. Do not use 2.6.34. Has apparently been abandoned?

Can anyone tell me what to do? (I hope the older kernels will boot on the new
MB.) Thanks in advance.


The above mentioned problems (mixing IDE/SATA optical drives) made me 
try 2.6.34 , too.
There is a prebuilt kernel and even a linux-kbuild of 2.6.34 
experimental in the repositories, which works for me with no problems.

See ftp://ftp.debian.org/debian/pool/main/l/linux-2.6/
and ftp://ftp.debian.org/debian/pool/main/l/linux-kbuild-2.6/

The new 2.6.35 kernel still has some startup issue for me .

Maybe that helps?

Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4c6fcc8f$0$6777$9b4e6...@newsspool3.arcor-online.net



Re: debian-multimedia.org gone?

2010-06-09 Thread Ingo Kasten

Johannes Rohr schrieb:
Dear all, 


does anyone know, what has happened to debian-multimedia.org? The web
page is gone and the repository is empty. Has Christian Marillat given
up?

Thanks

Johannes


As far as I see only the packages.gz files are missing in the 
repository,e.g. > 
http://debian-multimedia.org/dists/sid/main/binary-i386/packages.gz


Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4c1003d3$0$6778$9b4e6...@newsspool3.arcor-online.net



Re: installing deb files from unstable or testing

2010-05-27 Thread Ingo Kasten

Andrei Popescu schrieb:

On Thu,27.May.10, 21:47:16, Ingo Kasten wrote:

Israel Garcia schrieb:

Some times ago (I could not find on google), I could create a deb file
for my lenny from unstable or testing debian (done remember now). I
remember I follow some steps from a blog or something and I
successfully created a new version of a deb file. Can you help me to
get this steps?


As far as I understand, you would like to backport an unstable
package for your stable system.
Unless you don't want to pin your apt-get to unstable (or testing)
do the following (so did I many times before when I used stable):
Go to the debian unstable package *source*  page and download
manually the appropriate source file, the *.dsc file and the diff.gz
file into
an empty folder.
In this folder you do  "dpkg-source -x *.dsc" and your build-folder


Wouldn't it be simpler to just add a deb-src line for unstable and

apt-get source package

?

Regards,
Andrei

Yes and no.
As I mentioned, you'll have to pin apt-get (source) to the right 
distribution , that means sometimes unstable and sometimes testing.
Then  you would do apt-get source [package]=unstable/testing for 
downloading. But it would work indeed :-) .


Regards
Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4bff5808$0$6885$9b4e6...@newsspool2.arcor-online.net



Re: installing deb files from unstable or testing

2010-05-27 Thread Ingo Kasten

Israel Garcia schrieb:

Some times ago (I could not find on google), I could create a deb file
for my lenny from unstable or testing debian (done remember now). I
remember I follow some steps from a blog or something and I
successfully created a new version of a deb file. Can you help me to
get this steps?

As far as I understand, you would like to backport an unstable package 
for your stable system.
Unless you don't want to pin your apt-get to unstable (or testing) do 
the following (so did I many times before when I used stable):
Go to the debian unstable package *source*  page and download manually 
the appropriate source file, the *.dsc file and the diff.gz file into

an empty folder.
In this folder you do  "dpkg-source -x *.dsc" and your build-folder will 
be produced. In the root of this folder you make
"dpkg-buildpackage -rfakeroot" and if all dependencies are met, you will 
get a *deb file which can be installed on your system with

"dpkg -i *.deb" ( all commands without "" ).
If the build process fails, you will be warned for unmet dependencies 
and sometimes the trouble begins! Maybe you even have to backport all 
dependencies, which isn't a funny thing to do for the whole gtk for 
example ;-)  .



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4bfecc44$0$7660$9b4e6...@newsspool1.arcor-online.net



Re: No updates seen in a while

2010-04-02 Thread Ingo Kasten

Hi,

just found:

Hardware trouble ries.debian.org - ftpmaster.debian.org /
release.d.o services back this weekend

http://lists.debian.org/debian-devel/2010/04/msg00038.html

>sigh!<  :-)

Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4bb689ae$0$6759$9b4e6...@newsspool3.arcor-online.net



Re: playing/ripping audio cds

2010-03-24 Thread Ingo Kasten

Sorry for just putting in another thought, maybe I am wrong:

During upgrade of the kernel and/or udev the devices are sometimes newly
recognized. This makes udev create "new" devices , too.
It doesn't matter as far the devices are mounted by uuid in fstab, but
cdrom and dvd aren't mounted this way.
So you might have a look at /etc/udev/rules.d/70-persistent-cd.rules .
If there is listed more than one physical device with creating symlinks
to more than one /dev/cdrom* you should rename that file and restart.
Udev will create a new file with the correct symlinks, which your 
applications can deal with again. Can't explain it in a better way ;-) .


Regards
Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/4baa5f10$0$7651$9b4e6...@newsspool1.arcor-online.net



Re: problem installing nvidia-glx on a debian testing with 2.6.32 kernel

2010-01-25 Thread Ingo Kasten


I am not sure if 173.14 builds against 2.6.32, 
194.42 is the latest, try it.

No. 173.14.09 doesn't build against 2.6.32, but 173.14.20 and
173.14.22 (unstable) do.
194.42 does not work with GeForce FX 5200.
So you have to try the legacy-driver from unstable.

Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: problem installing nvidia-glx on a debian testing with 2.6.32 kernel

2010-01-25 Thread Ingo Kasten

Γιώργος Πάλλας schrieb:


Hello to everybody!
I'm trying to install nvidia-glx in order to make my GeForce FX 5200 
play, but I bump on this curious situation: What is this irrelevant 
2.6.26-2-686 kernel that is mentioned? My system runs 2.6.32-trunk-686...




For a Geforce FX 5200 afaik you need nvidia-kernel-legacy-173xx and 
related packages (unstable 173.14.22)


Regards
Ingo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org