Re: ALSA Problem

2006-02-27 Thread Peter Frühberger
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Guilherme Fortunato schrieb:
>>
>>
>>This controller should be supported by the snd-atiixp module. Try to
>>load the module (as root) with
>>
>>modprobe snd-atiixp
> 
> 
> 
>  Unfortunately, etc/dsp didnt appeared .
[..]

You use debian, so try: (as root)
apt-get install alsa-base
apt-get install alsa-utils

now run "alsaconf", it sould detect your card -> then writes your modul
section und modprobes the card automatically

with "alsamixer" you can check if volume is muted

Have fun
Peter


- --
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEA0E22gfPYxqZWpsRAxcWAJ9C9CrcvhMyqE2QzhwXNqAgS0egigCeJbkj
M6l5WTVb0mPnN84j3M+bLkA=
=OLN3
-END PGP SIGNATURE-


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



Re: Thinkpad, airo driver and WPA

2006-09-16 Thread Peter Frühberger
Hi,
Am Samstag, 16. September 2006 10:20 schrieb John O'Hagan:
> On Friday 15 September 2006 23:16, Florian Reitmeir wrote:
> > Hi,
> >
> > take a look at
> > http://www.thinkwiki.org/wiki/Cisco_Aironet_Wireless_802.11b
> > for a better overview of the situation.
> >
> > On Fre, 15 Sep 2006, John O'Hagan wrote:
> > > I recently installed etch on a Thinkpad T40; it comes with a Cisco
> > > Aironet 350 mini-PCI wireless card, which uses the airo kernel module.
> > > Apparently this doesn't support WPA, which I need.
> > >
> > > Google tells me that there were a few moves afoot to include this
> > > support in the driver; but the latest report was from February - does
> > > anyone have more recent news on this; or a workaround?
>
> Thanks Florian.
>
> As it looks as if it may be a while, if at all, before WPA support finds
> its way into the driver, I am considering replacing the card with an
> IPW2100, which apparently is also an option in a T40, as long as the PCI-ID
> number is "authorized" (but this can be hacked:
> http://www.thinkwiki.org/wiki/Problem_with_unauthorized_MiniPCI_network_car
>d). At least I know this driver works with WPA.
>
> Any reason not to do this?
>
> Regards,
>
> John

This cards also works fine with wpa, if you use ndiswrapper and the latest 
windows drivers from cisco website.

Regards,
Peter

-- 
"The Death of One is a tragedy, the Death of Millions is just a statistic" - 
M.M.

Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B


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



Re: Problem getting ALSA working on Dell Inspiron 4150

2004-08-30 Thread Peter Frühberger
Joe Emenaker wrote:
> 
> ** REQUEST ***
> Could someone with an Inspiron with *working* alsa sound please reply to
> this message with the contents of /proc/asound/cards, please?
> 
> I'm trying to see if there's supposed to be something showing up there
> besides the i810 modem.
> 
> - Joe
> 

content of /proc/asound/cards:

cat /proc/asound/cards

0 [I82801DBICH4   ]: ICH - Intel 82801DB-ICH4
 Intel 82801DB-ICH4 at 0xcc00, irq 11
1 [Modem  ]: ICH - Intel 82801DB-ICH4 Modem
 Intel 82801DB-ICH4 Modem at 0x2400, irq 11

I do not think t helps you much, or?

Peter



-- 
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B


signature.asc
Description: OpenPGP digital signature


Re: Problem getting ALSA working on Dell Inspiron 4150

2004-08-30 Thread Peter Frühberger
Peter Frühberger wrote:
> Joe Emenaker wrote:
> 
>>** REQUEST ***
>>Could someone with an Inspiron with *working* alsa sound please reply to
>>this message with the contents of /proc/asound/cards, please?
>>
>>I'm trying to see if there's supposed to be something showing up there
>>besides the i810 modem.
>>
>>- Joe

Okay, it comes to my mind, now, sorry, just got up. I had nearly the
same problem.

boot up you kernel und make a lsmod, look, if you moduls are all loaded
lsmod |grep 8x0 should give you:
snd_intel8x0m  20424  2
snd_intel8x0   35528  1
snd_ac97_codec 70212  2 snd_intel8x0m,snd_intel8x0
snd_pcm9  3 snd_intel8x0m,snd_intel8x0,snd_pcm_oss
snd_page_alloc 11848  3 snd_intel8x0m,snd_intel8x0,snd_pcm
snd_mpu401_uart 8064  1 snd_intel8x0
snd56612  19
snd_seq_oss,snd_seq_midi_event,snd_seq,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,
snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device

, if not your config file of the modules is broken (happened for me from
2.6.6 to 2.6.7).

There is a tool shiped with debian in
/usr/share/doc/module-init-tools/examples/generate-modprobe.conf.gz

just gunzip it make it executable and generate a new modprobe.conf.

It helped for me

but be sure to backup your old

Peter


-- 
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B


signature.asc
Description: OpenPGP digital signature


Re: Problem with linux-kernel 2.6.11.8 for ibm-thinkpad t40?

2005-05-09 Thread Peter Frühberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andre Timmermann wrote:
> Hello list,
> 
> Am Freitag, den 06.05.2005, 22:25 -0600 schrieb Javier-Elias
> Vasquez-Vivas:
> 
>>Hello,
>>
>>I have installed on a IBM-T40 debian unstable.  I had my own compiled
>>linux-2.6.10 working well for quite a while, but I needed to recompile
>>the kernel, so I decided to go for linux-2.6.11.8.  As usual its
>>compilation was not a problem, and reboot is smooth...  Problems is
>>that when openning xmms and trying to listen anything with sound card,
>>nothing shows up, just silence...
> 
> 
> nearly the same here. I am running debian unstable on an IBM R50P. I
> decided to use 2.6.11.7 and there was silence. 
> 
> A few days later I tried 2.6.11.8 and everything was OK again.
> 
> I was not able to track down the error. The system "thinks" to play the
> sound (according to the analyzer in xmms) so it seemes to be a problem
> with the mixer. 
> 
> Some digging in the dark:
> Perhaps it has something to do with the kernel-version and the
> alsa-version in unstable - did you try an upgrate?
> 
> Another guess is kernel-version versus gcc-version - again: try upgrade
> and then rebuild the kernel.
> 
> Greetz,
> Andre
> 
> 

Have you looked here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297343

they propose following solution:

.. you just need to mute the two jack sense mixers switches...
...
PS, I closed the bug as it was solved (and anyway not Debian-related)

- --
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCfxjI2gfPYxqZWpsRAo92AJ9aNBb/irijGDqrENL4nhDcjcFuwgCeNEqP
aYm9vZ96bI+/ULniFBtmwdA=
=54lp
-END PGP SIGNATURE-


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



Re: Problem getting ALSA working on Dell Inspiron 4150

2004-08-31 Thread Peter Frühberger
Joe Emenaker wrote:
> 
> ** REQUEST ***
> Could someone with an Inspiron with *working* alsa sound please reply to
> this message with the contents of /proc/asound/cards, please?
> 
> I'm trying to see if there's supposed to be something showing up there
> besides the i810 modem.
> 
> - Joe
> 

content of /proc/asound/cards:

cat /proc/asound/cards

0 [I82801DBICH4   ]: ICH - Intel 82801DB-ICH4
 Intel 82801DB-ICH4 at 0xcc00, irq 11
1 [Modem  ]: ICH - Intel 82801DB-ICH4 Modem
 Intel 82801DB-ICH4 Modem at 0x2400, irq 11

I do not think t helps you much, or?

Peter



-- 
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B


signature.asc
Description: OpenPGP digital signature


Re: Problem getting ALSA working on Dell Inspiron 4150

2004-08-31 Thread Peter Frühberger
Peter Frühberger wrote:
> Joe Emenaker wrote:
> 
>>** REQUEST ***
>>Could someone with an Inspiron with *working* alsa sound please reply to
>>this message with the contents of /proc/asound/cards, please?
>>
>>I'm trying to see if there's supposed to be something showing up there
>>besides the i810 modem.
>>
>>- Joe

Okay, it comes to my mind, now, sorry, just got up. I had nearly the
same problem.

boot up you kernel und make a lsmod, look, if you moduls are all loaded
lsmod |grep 8x0 should give you:
snd_intel8x0m  20424  2
snd_intel8x0   35528  1
snd_ac97_codec 70212  2 snd_intel8x0m,snd_intel8x0
snd_pcm9  3 snd_intel8x0m,snd_intel8x0,snd_pcm_oss
snd_page_alloc 11848  3 snd_intel8x0m,snd_intel8x0,snd_pcm
snd_mpu401_uart 8064  1 snd_intel8x0
snd56612  19
snd_seq_oss,snd_seq_midi_event,snd_seq,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,
snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device

, if not your config file of the modules is broken (happened for me from
2.6.6 to 2.6.7).

There is a tool shiped with debian in
/usr/share/doc/module-init-tools/examples/generate-modprobe.conf.gz

just gunzip it make it executable and generate a new modprobe.conf.

It helped for me

but be sure to backup your old

Peter


-- 
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B


signature.asc
Description: OpenPGP digital signature


Re: Filemonitor

2005-09-11 Thread Peter Frühberger
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Alejandro Bonilla Beeche schrieb:
> On Sun, 2005-09-11 at 10:50 +0200, Peter Meier -
> debian-laptop@lists.debian.org wrote:
> 
>>Hallo,
>>
> 
> 
> E N G L I S H!
> 
> 
>>seit einiger Zeit suche ich einen FileMonitor für Linux mit den man
>>sehen kann, auf welche Dateien ein Programm zugreift.
>>Unter Windows gibt so was z.B. von sysinternals.
>>
>>Kennt Ihr sowas für Linux?
> 
> 
> What Linux?
> 
> 
>>Vielen Dank
>>   Peter
> 
> 
> Peter, but no english?
> 
> 
> 
> 

translation follows, his german is much better than my english ;-):
#translation start:

Since some time I look for something like a file monitoring program in
linux, with it I would like to see which files are currently used by a
running program.

Do you know such a program for linux?

Thank you

#translation end


jap (just another Peter *g*)

- --
Key-ID: 0x1A995A9B
keyserver: pgp.mit.edu
==
Fingerprint: 4606 DA19 EC2E 9A0B 0157  C81B DA07 CF63 1A99 5A9B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDI/sR2gfPYxqZWpsRA5yZAJ9qiycRVtCMRuDp/pu91r/i0ePLaACgykf9
NQIEpxzPMgsp4neTkeFrIDo=
=T95O
-END PGP SIGNATURE-


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