Problems with ISA non-pnp card

2010-07-13 Thread Peppe
Hi all,
I am working on an single board computer (Diamond Systems' Pegasus) running 
Debian Lenny with a custom-built kernel for the Pegasus Board, version 2.6.29.
Connected to this board I have a GPIO card (Diamond Systems' GPIO-MM) that is a 
ISA non-PnP card.
Well, I can't use the card: the driver has the same output on the SBC and on my 
laptop that doesn't have the GPIO card mounted on.

Assuming that the GPIO card works correctly, there are 2 possibilities:
1) the board or the driver aren't configured correctly
2) the SBC doesn't access properly the ISA bus
3) BIOS (?)

1) the board has a Jumper selection for its i/o address range for the ISA bus: 
I selected 0x40 - 0x7F, and these addresses, according to the scanport command 
(attached) are free.
The on-board selected IRQs are 7 and 11, free according to /proc/interrupts 
(attached)
The same i/o address and IRQ are specified in the driver, so the driver should 
be configured correctly.

2) the kernel finds the EISA bus, and it has the needed driver: the ISA bridge 
is shown in lspci (attached) and in dmesg (attached) the EISA bus 0 is 
mentioned but there are 2 errors in configuring the slots: 
[2.537285] Cannot allocate resource for EISA slot 1
[2.537339] Cannot allocate resource for EISA slot 6

3) In the BIOS setup there are some settings about the IT ISA bridge for 
address decoding and so on that I left blank. I also disabled the PnP OS 
setting.

I think the problem is in the messages I copied from dmesg, but I couldn't find 
a way to fix them, but I can be wrong: that's why I wrote a global view.

Thanks for your patience, any help will be appreciated.

Peppe


Scanport:

The following devices are registered above 0x100:
0x170 - 0x177  :00:0f.2
0x1f0 - 0x1f7  :00:0f.2
0x1 - 0x1f7f0-01f7 : cs5536
0x2f8 - 0x2ff  serial
0x376 - 0x376  :00:0f.2
0x3c0 - 0x3df  vga+
0x3f6 - 0x3f6  :00:0f.2
0x3 - 0x3f6f6-03f6 : cs5536
0x3f8 - 0x3ff  serial
0xcf8 - 0xcff  PCI conf1
0x1000 - 0x101f:00:0f.0
0x6000 - 0x6007:00:0f.0
0x60 - 0x6007  00-6007 : CS5536 ACB0
0x6100 - 0x61ff:00:0f.0
0x61 - 0x61ff  00-61ff : cs5535_gpio
0x6200 - 0x623f:00:0f.0
0x9c00 - 0x9c3f:00:0f.0
0x9d00 - 0x9d7f:00:0f.0
0xac1c - 0xac1f:00:01.0
0xfc00 - 0xfcff:00:07.0
0xfc - 0xfcff  00-fcff : 8139too
0xff00 - 0xff0f:00:0f.2
0xff - 0xff0f  00-ff0f : cs5536
and their i/o ports will not be scanned.


WARNING: Reading i/o ports of some hardware may hang your machine
You have 5 seconds to hit ^C (control+c) to abort...

Scanning for non 0xff values from 0x100 to 0x400

Skipping 0x1 - 0x1f7   [ f0-01f7 : cs5536 ]
Skipping 0x3 - 0x3f6   [ f6-03f6 : cs5536 ]
Skipping 0x60 - 0x6007 [ 00-6007 : CS5536 ACB0 ]

Done.

-
/proc/interrupts:

   CPU0   
  0: 223113XT-PIC-XTtimer
  1:  4XT-PIC-XTi8042
  2:  0XT-PIC-XTcascade
  5:  74331XT-PIC-XTehci_hcd:usb1, ohci_hcd:usb2
  8:  2XT-PIC-XTrtc0
 10:  2XT-PIC-XT  
 14:   1460XT-PIC-XTide0
NMI:  0   Non-maskable interrupts
TRM:  0   Thermal event interrupts
ERR:  0


-
lspci:

00:01.0 Host bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host 
Bridge (rev 33)
00:01.1 VGA compatible controller: Advanced Micro Devices [AMD] Geode LX Video
00:01.2 Entertainment encryption device: Advanced Micro Devices [AMD] Geode LX 
AES Security Block
00:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
00:08.0 Bridge: Integrated Technology Express, Inc. ITF PCI to ISA Bridge 
with SMB (rev 03)
00:0f.0 ISA bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA 
(rev 03)
00:0f.2 IDE interface: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
IDE (rev 01)
00:0f.4 USB Controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
OHC (rev 02)
00:0f.5 USB Controller: Advanced Micro Devices [AMD] CS5536 [Geode companion] 
EHC (rev 02)

--
dmesg:

[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.29geode-rtai (unknown) (r...@peppe-laptop) 
(gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) ) #1 Mon Mar 22 08:47:59 CET 2010
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   NSC Geode by NSC

Re: alsaconf says No supported PnP or PCI card found

2008-07-09 Thread Chris Bannister
On Tue, Jul 08, 2008 at 09:15:48AM +0300, Luc Saffre wrote:
Hi,
[Please don't top post]

 Wow! Five helpful people answered to my problem! Before I posted this, I  
 had been searching the Internet and docs during many hours, and I felt  
 alone and frustrated... Thank you Nigel, Chris, Thierry, Pol and Florian.

 My problem needed indeed just a kernel upgrade, here is the summary of  
 what I did:

 # nano /etc/apt/sources.list
   (then added the following line:)
 deb http://www.backports.org/debian etch-backports main \
contrib  non-free
 # aptitude install debian-backports-keyring
 # aptitude upgrade
 # aptitude install linux-image-2.6.25-2.486
 # reboot

Is there no 2.6.25-2.686 flavour?

-- 
Chris.
==
One, with God, is always a majority, but many a martyr has been burned
   at the stake while the votes were being counted.  -- Thomas B. Reed


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



Re: alsaconf says No supported PnP or PCI card found

2008-07-09 Thread Luc Saffre

On 9.07.2008 16:42, Chris Bannister wrote:

On Tue, Jul 08, 2008 at 09:15:48AM +0300, Luc Saffre wrote:

# aptitude install linux-image-2.6.25-2.486


Is there no 2.6.25-2.686 flavour?


There is, and also a 686-bigmem, but until today I didn't really pay
attention to kernel flavours. Thanks for the observation.

Luc


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




Re: alsaconf says No supported PnP or PCI card found

2008-07-08 Thread Luc Saffre
Wow! Five helpful people answered to my problem! Before I posted this, I 
had been searching the Internet and docs during many hours, and I felt 
alone and frustrated... Thank you Nigel, Chris, Thierry, Pol and Florian.


My problem needed indeed just a kernel upgrade, here is the summary of 
what I did:


# nano /etc/apt/sources.list
  (then added the following line:)
deb http://www.backports.org/debian etch-backports main \
   contrib  non-free
# aptitude install debian-backports-keyring
# aptitude upgrade
# aptitude install linux-image-2.6.25-2.486
# reboot

Luc


On 7.07.2008 13:19, Luc Saffre wrote:

Hello,

I just bought a desktop PC with a GeForce6100SM-M mainboard whose
NVIDIA MCP61S chipset is High Definition Audio Specification 1.0
compliant. I installed the latest stable Debian (2.6.18-6-486),
everything worked well so far... except that there is no sound.

alsaconf says No supported PnP or PCI card found

I added a line alias snd-card-0 snd-hda-intel to
/etc/modutils/alsa-base and ran update-modules (after reading
http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel), but 
without result.


Here are some things I tried:

  # /etc/init.d/alsa reload
  Unloading ALSA sound driver modules: (none loaded).
  Loading ALSA sound driver modules: (none to reload).

  # lspci | grep Audio
  00:05.0 Audio device: nVidia Corporation MCP61 High \
 Definition Audio (rev 2a)

  # lsmod|grep snd
  # (no output)

There is no directory /proc/asound

I checked whether the normal user is in the audio group:
  # groups milvi
  # milvi : milvi dialout cdrom floppy audio video plugdev \
netdev powerdev

I'd be glad if somebody can help me! I'm willing to learn and not really 
new to Debian, but audio configuration seems complex.


Luc





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




alsaconf says No supported PnP or PCI card found

2008-07-07 Thread Luc Saffre

Hello,

I just bought a desktop PC with a GeForce6100SM-M mainboard whose
NVIDIA MCP61S chipset is High Definition Audio Specification 1.0
compliant. I installed the latest stable Debian (2.6.18-6-486),
everything worked well so far... except that there is no sound.

alsaconf says No supported PnP or PCI card found

I added a line alias snd-card-0 snd-hda-intel to
/etc/modutils/alsa-base and ran update-modules (after reading
http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel), but 
without result.


Here are some things I tried:

  # /etc/init.d/alsa reload
  Unloading ALSA sound driver modules: (none loaded).
  Loading ALSA sound driver modules: (none to reload).

  # lspci | grep Audio
  00:05.0 Audio device: nVidia Corporation MCP61 High \
 Definition Audio (rev 2a)

  # lsmod|grep snd
  # (no output)

There is no directory /proc/asound

I checked whether the normal user is in the audio group:
  # groups milvi
  # milvi : milvi dialout cdrom floppy audio video plugdev \
netdev powerdev

I'd be glad if somebody can help me! I'm willing to learn and not really 
new to Debian, but audio configuration seems complex.


Luc


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




Re: alsaconf says No supported PnP or PCI card found

2008-07-07 Thread Nigel Henry
On Monday 07 July 2008 12:19, Luc Saffre wrote:
 Hello,

 I just bought a desktop PC with a GeForce6100SM-M mainboard whose
 NVIDIA MCP61S chipset is High Definition Audio Specification 1.0
 compliant. I installed the latest stable Debian (2.6.18-6-486),
 everything worked well so far... except that there is no sound.

 alsaconf says No supported PnP or PCI card found
big snip
 Luc

Hi Luc. I've just recently built a new machine with an Asus M2N-X Plus mobo, 
which has Geforce 6100, and MCP61 southbridge. I havn't got Etch installed 
on, but sound is working ok with Kubuntu Gutsy Gibbon, Archlinux Don't 
Panic, and Fedora 8. One thing to check is that the Azalia codec is set to 
auto in the BIOS, and not disabled.

It could also be that the alsa driver, alsa-utils, and alsa-lib arn't recent 
enough on your Etch install. I've got Etch on a different machine, and no 
problems with sound, but that's with an Audigy2 soundblaster card, but 
according to cat /proc/asound/version the alsa driver is only 1.0.12rc1.

My Kubuntu GG install, where sound works has version 1.0.15 (still a bit old), 
and that's with a 2.6.22-15-generic (SMP) kernel.

Just a couple of thoughts.

Nigel.


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



Re: alsaconf says No supported PnP or PCI card found

2008-07-07 Thread Chris Lale
Luc Saffre wrote:
[...]
 
   # lspci | grep Audio
   00:05.0 Audio device: nVidia Corporation MCP61 High \
  Definition Audio (rev 2a)

Do you have built-in sound /and/ a plug-in sound card? grep may have missed a
second device. Try using lspci | grep audio (lowercase a) or inspecting the
full output of lspci [1].

Do you need to enable on-board sound in the BIOS?

If you have got an old sound card you could plug in, see whether alsaconf
detects that.

I believe that alsaconf used to have some problems in Etch. You could try
running the Lenny or Sid Debian Live CD to see whether up-to-date Debian
recognises your chip. [2]

[1]
http://newbiedoc.berlios.de/wiki/Sound_in_Debian_GNU/Linux#Choose_and_configure_a_card
[2] http://debian-live.alioth.debian.org/

-- 
Chris.


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



Re: alsaconf says No supported PnP or PCI card found

2008-07-07 Thread Thierry Chatelet
On Monday 07 July 2008 17:15:07 Chris Lale wrote:
 Luc Saffre wrote:
 [...]

# lspci | grep Audio
00:05.0 Audio device: nVidia Corporation MCP61 High \
   Definition Audio (rev 2a)

 Do you have built-in sound /and/ a plug-in sound card? grep may have missed
 a second device. Try using lspci | grep audio (lowercase a) or
 inspecting the full output of lspci [1].

 Do you need to enable on-board sound in the BIOS?

 If you have got an old sound card you could plug in, see whether alsaconf
 detects that.

 I believe that alsaconf used to have some problems in Etch. You could try
 running the Lenny or Sid Debian Live CD to see whether up-to-date Debian
 recognises your chip. [2]

 [1]
 http://newbiedoc.berlios.de/wiki/Sound_in_Debian_GNU/Linux#Choose_and_confi
gure_a_card [2] http://debian-live.alioth.debian.org/

 --
 Chris.

I installed some time ago a MCP61 on etch. First time, it was not 'out of the 
box', needed to had a line in alsa.conf. But later alsa drivers was updated 
and the sound carte was installable with alsaconf without any problem. This 
was about a year ago. So it should still work now. Sorry I can give more 
explanation, I dont have that MB any longer. But it is at a friend place, and 
I can eventually go there and have a look, but not today, maybe tomorrow


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



Re: alsaconf says No supported PnP or PCI card found

2008-07-07 Thread Pol Hallen
 alsaconf says No supported PnP or PCI card found
Hi :-)

I'm not sure, but I can try with module-assistant and compile alsa-drivers by 
yourself and try again.

Pol


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



Re: alsaconf says No supported PnP or PCI card found

2008-07-07 Thread Florian Kulzer
On Mon, Jul 07, 2008 at 13:19:18 +0300, Luc Saffre wrote:
 Hello,

 I just bought a desktop PC with a GeForce6100SM-M mainboard whose
 NVIDIA MCP61S chipset is High Definition Audio Specification 1.0
 compliant. I installed the latest stable Debian (2.6.18-6-486),
 everything worked well so far... except that there is no sound.

 alsaconf says No supported PnP or PCI card found

[...]

   # lspci | grep Audio
   00:05.0 Audio device: nVidia Corporation MCP61 High \
  Definition Audio (rev 2a)

I see two possible matches in pci.ids, device IDs 03e4 and 03f0. You can
check which one you have by using -nn with the lspci command:

lspci -nn | grep -i audio

You should see either [10de:03e4] or [10de:03f0]. (10de is the vendor ID
of nvidia.)

As far as I can tell, support for both these chipsets was added after
the 2.6.18 kernel was released, so you will need a newer kernel. Version
2.6.24 is available for Etch from backports.org; your sound should work
out of the box with this newer kernel. You can find details about
installing backports here:

http://www.backports.org/dokuwiki/doku.php?id=instructions

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: SB16 Creative pnp desconfigura no boot

2007-07-27 Thread Sávio Ramos
Em Fri, 27 Jul 2007 13:59:15 -0300 (BRT)
[EMAIL PROTECTED] escreveu:

 Novamente alsaconf e tudo volta ao normal...

depois do alsaconf digite alsamixer e ajute o que quiser, por último:

alsactl store

-- 
Sávio M Ramos
Arquiteto, Rio, RJ
Só uso Linux desde 2000
www.debian.org



SB16 Creative pnp desconfigura no boot

2007-07-27 Thread debian
Fala galera!

Tenho uma placa de som SB16 Creative Vi BRA16x pnp (é ISA e o chip é CTL1745) no
meu Debian, consigo configurar via alsaconf sem problemas, mas toda vez que
reinicio o Pc recebo a seguinte mensagem:

Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such file or directory)
The sound server will continue, using the null output device.


Novamente alsaconf e tudo volta ao normal...

Existe algum comandao para listar ISA?

Já dei acesso ao usuário que utilizo no /dev/dsp...memos assim continua.

Ah...depois do alsaconf tbm tenho que setar o dispositivo no Centro de Controle
do KDE.

Alguem sabe onde posso configurar isso de uma vez por todas?

Valeu e aguardo,

Daniel


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



how to disable pnp in etch

2007-05-05 Thread a
In kern.log, I find a line :

May  6 02:52:21 debian kernel: pnp: Device 01:01.03 activated.

how to disable kernel 2.6's pnp? One of my cards can't be used properly with 
pnp.

Re: Linux parallel port PnP?

2006-04-02 Thread Michelle Konzack
Sorry, für die Wartezeit...  war in der Türkei...

Am 2006-03-21 12:14:11, schrieb Spiro Trikaliotis:
 Hallo Michelle,

 Du willst mir sagen, wie ich PnP über den parallelen Port implementiere?
 Bei mir ist es genau umgekehrt: Ich will es gar nicht haben. Meine Frage
 war, ob Linux dies eventuell irgendwie eingebaut von selbst schon macht,
 wie es bei Windows der Fall ist.

Also nochmal:

1)  Windows pollt Paralelport um Hardware per PnP zu finden
und stört die Angeschlossnen Devices damit
2)  Linux beschlagnahmt den Port zu 100% solange die Software
darauf zugreift

Frage:

Welche kommunikationsart verwendet Die Software zur Steuerung
der Custom hardware?

Uni-Direktional, Bi-Direktional oder ECP? 

Meine Hardware verwendet immer Bi-Direktional, weil mir (einst
WfW 3.11 und NT 4.0) dazwischenfunktten, wenn ich ECP verwendete.

Wenn Du in der Systemsteuerung PNP nicht abstellen kannst, suche
mal in den Windows Foren nach Registry LPT PnP polling oder so
ähnlich denn das polling läßt sich abstellen.

Ich hatte mal darüber (mindestens 3 Jahre vergangen) auf den
Mailingliste von  Mingw32 sowie DJGPP was gelesen.


Greetings
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Linux parallel port PnP?

2006-03-21 Thread Spiro Trikaliotis
Hallo Michelle,

erst einmal danke für die Antwort.

Michelle Konzack [EMAIL PROTECTED] schrieb:
 Am 2006-03-10 17:01:21, schrieb Spiro Trikaliotis:
 Hallo,

 Genau hier liegt das Problem, zumindest unter Windows. Windows kann
 per Plug-n-Play an den Parallelport angeschlossene Geräte erkennen.
 Wenn ich den Parallelport freigebe (sozusagen an Windows
 zurückgebe), versucht Windows, Hardware am Parallelport zu erkennen.
 Hierfür spielt es an einigen Leitungen am Parallelport herum, was
 von der Custom Hardware leider negativ aufgenommen wird.

 Dazu muß das Interface in den Bi-Direktionalen Modus geschaltet
 werden.  Das ist der gleiche Modus, den DOS und Windows verwenden, um
 angeschlossene Drucker und Scanner zu erkennen.

Du willst mir sagen, wie ich PnP über den parallelen Port implementiere?
Bei mir ist es genau umgekehrt: Ich will es gar nicht haben. Meine Frage
war, ob Linux dies eventuell irgendwie eingebaut von selbst schon macht,
wie es bei Windows der Fall ist.

Gruß,
   Spiro.

-- 
Spiro R. Trikaliotis  http://cbm4win.sf.net/
http://www.trikaliotis.net/ http://www.viceteam.org/


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Linux parallel port PnP?

2006-03-20 Thread Michelle Konzack
Am 2006-03-10 17:01:21, schrieb Spiro Trikaliotis:
 Hallo,

 Genau hier liegt das Problem, zumindest unter Windows. Windows kann per
 Plug-n-Play an den Parallelport angeschlossene Geräte erkennen. Wenn ich
 den Parallelport freigebe (sozusagen an Windows zurückgebe), versucht
 Windows, Hardware am Parallelport zu erkennen. Hierfür spielt es an
 einigen Leitungen am Parallelport herum, was von der Custom Hardware
 leider negativ aufgenommen wird.

Dazu muß das Interface in den Bi-Direktionalen Modus geschaltet
werden.  Das ist der gleiche Modus, den DOS und Windows verwenden,
um angeschlossene Drucker und Scanner zu erkennen.

Irgendwo habe ich noch den DJGPP sourcecode (meiner) rumliegen.

 Jetzt ist bei uns die Frage aufgekommen: Gibt es so einen Mechanismus
 auch unter Linux? Bislang hat uns Linux nie in die Kommunikation
 hineingespuckt, wenn wir den Port zurückgegeben haben. Liegt das nun
 daran, dass Linux diesen Mechanismus nicht besitzt, oder hatten wir
 einfach nur Glück?

Du mußt lediglich den Port in den richtigen modus versetzen
und pollen.

Problem:

Windows Kennt die Paralelport Hardware und der PnP Modus pollt
alle Möglichkeiten durch, um zu erkennen was angeschlossen ist.

 Sprich, müssen wir für Linux auch so eine Lösung finden?

Lange her, das ich sowas programmiert habe...

 Gruß,
Spiro.

Greetings
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Linux parallel port PnP?

2006-03-10 Thread Spiro Trikaliotis
Hallo,

mal wieder eine Frage zu Linux, bei der mir auch eine Suche im Netz
nicht weiterhelfen konnte.

Ich arbeite an einem Treiber, der sowohl unter Windows als auch unter
Linux arbeiten soll. Er funktioniert auch schon so weit ganz gut. ;)

Dabei wird über den Parallelport eine Custom Hardware angeschlossen,
wobei durch die Steuerung die Leitungen die Kommunikation mit der
Hardware erfolgt. Dabei wird immer wieder der Parallelport vom System
angefordert und nach Beendigung freigegeben.

Genau hier liegt das Problem, zumindest unter Windows. Windows kann per
Plug-n-Play an den Parallelport angeschlossene Geräte erkennen. Wenn ich
den Parallelport freigebe (sozusagen an Windows zurückgebe), versucht
Windows, Hardware am Parallelport zu erkennen. Hierfür spielt es an
einigen Leitungen am Parallelport herum, was von der Custom Hardware
leider negativ aufgenommen wird.

Meine Lösung für Windows sieht nun so aus, dass ich dort die Option
biete, dass der Parallelport die gesamte Zeit gesperrt wird, also nicht
mehr an das Betriebssystem zurückgegeben wird.

So weit so gut.

Jetzt ist bei uns die Frage aufgekommen: Gibt es so einen Mechanismus
auch unter Linux? Bislang hat uns Linux nie in die Kommunikation
hineingespuckt, wenn wir den Port zurückgegeben haben. Liegt das nun
daran, dass Linux diesen Mechanismus nicht besitzt, oder hatten wir
einfach nur Glück?

Sprich, müssen wir für Linux auch so eine Lösung finden?

Gruß,
   Spiro.

-- 
Spiro R. Trikaliotis  http://cbm4win.sf.net/
http://www.trikaliotis.net/ http://www.viceteam.org/


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: NIC PnP

2005-12-21 Thread Andrew Sackville-West



Dave Whelan wrote:

Thanks Andrew. I should have written ...but cannot access the nic.  I do have
the driver installed, but the syslog files don't show the NIC.


I know, but sometimes its the really simple things... actual 
conversation follows


wife I can't get the car door open
me did you unlock it?
wife oh...

and she's no dummy...

anyway, so the module is loaded, but doesn't show in the syslog? When 
does it load? automatically on boot, or do you have to modprobe it?  are 
there any useful parameters in modinfo? your question about the 
enables may be pertinent, can you set that through modprobe parameters?


just thinking aloud

A


Regards
Dave.
-Original Message-
From: Andrew Sackville-West [EMAIL PROTECTED]
To: Dave Whelan [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 20, 2005 4:24 PM
Subject: Re: NIC PnP





Dave Whelan wrote:


I have the driver but cannot access the driver. The setup utility for the NIC
gives me:

3c5x9setup.c:v1.00 6/19/2000 Donald Becker ([EMAIL PROTECTED])
http://www.scyld.com/diag/index.html
No interrupt sources are pending.
3c5x9 found at 0x300.
Indication enable is , interrupt enable is .
EEPROM contents:
 Model number 3c509 version 5, base I/O 0x300, IRQ 10, 10baseT port.
 3Com Node Address 00:50:DA:7E:30:2A (used as a unique ID only).
 OEM Station address 00:50:DA:7E:30:2A (used as the ethernet address).
 Manufacture date (MM/DD/YY) 11/11/99, division 6, product WK.
 Options: half duplex, enable linkbeat.
 The computed checksum matches the stored checksum of 7e03.

The enables don't look right, could that be my problem?
Regards,
Dave.


I'm sorry, but I have to state the obvious, just in case its something
really simple...

modprobe 3c509

and maybe check the logs after that.

A



-Original Message-
From: Ralph Katz [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 19, 2005 11:57 AM
Subject: Re: NIC PnP





On 12/18/2005 08:00 PM, Dave Whelan wrote:



I can't get my 3c509 working for aliant dsl, does anyone know how I can


check


whether PnP is enabled on this NIC?
Regards,
Dave Whelan.


Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:




Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected total
Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port,


address


0



0 10 4b 15 c4 ed, IRQ 5.
Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html


You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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











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




Re: NIC PnP

2005-12-21 Thread Dave Whelan
I had no loopback network device enabled in /etc/network/interfaces (found and
corrected courtesy of an old email in this list by Karen M. Self: much obliged
Karen) and IRQ10 was configured for pci/pnp in my pre-boot hardware set up (now
changed to isa/eisa); The latest state is that now at least the enables look
okay, but I get Adapter Failure indication...the fun continues.
Regards,
Dave.
-Original Message-
From: Andrew Sackville-West [EMAIL PROTECTED]
To: Dave Whelan [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 21, 2005 3:34 PM
Subject: Re: NIC PnP




Dave Whelan wrote:
 Thanks Andrew. I should have written ...but cannot access the nic.  I do
have
 the driver installed, but the syslog files don't show the NIC.

I know, but sometimes its the really simple things... actual
conversation follows

wife I can't get the car door open
me did you unlock it?
wife oh...

and she's no dummy...

anyway, so the module is loaded, but doesn't show in the syslog? When
does it load? automatically on boot, or do you have to modprobe it?  are
there any useful parameters in modinfo? your question about the
enables may be pertinent, can you set that through modprobe parameters?

just thinking aloud

A

 Regards
 Dave.
 -Original Message-
 From: Andrew Sackville-West [EMAIL PROTECTED]
 To: Dave Whelan [EMAIL PROTECTED]
 Cc: debian-user@lists.debian.org debian-user@lists.debian.org
 Date: December 20, 2005 4:24 PM
 Subject: Re: NIC PnP




Dave Whelan wrote:

I have the driver but cannot access the driver. The setup utility for the
NIC
gives me:

3c5x9setup.c:v1.00 6/19/2000 Donald Becker ([EMAIL PROTECTED])
http://www.scyld.com/diag/index.html
No interrupt sources are pending.
3c5x9 found at 0x300.
Indication enable is , interrupt enable is .
EEPROM contents:
  Model number 3c509 version 5, base I/O 0x300, IRQ 10, 10baseT port.
  3Com Node Address 00:50:DA:7E:30:2A (used as a unique ID only).
  OEM Station address 00:50:DA:7E:30:2A (used as the ethernet address).
  Manufacture date (MM/DD/YY) 11/11/99, division 6, product WK.
  Options: half duplex, enable linkbeat.
  The computed checksum matches the stored checksum of 7e03.

The enables don't look right, could that be my problem?
Regards,
Dave.

I'm sorry, but I have to state the obvious, just in case its something
really simple...

modprobe 3c509

and maybe check the logs after that.

A


-Original Message-
From: Ralph Katz [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 19, 2005 11:57 AM
Subject: Re: NIC PnP




On 12/18/2005 08:00 PM, Dave Whelan wrote:


I can't get my 3c509 working for aliant dsl, does anyone know how I can

 check

whether PnP is enabled on this NIC?
Regards,
Dave Whelan.

Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:



Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected
total
Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port,

 address

0


0 10 4b 15 c4 ed, IRQ 5.
Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html

You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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








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


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



Re: NIC PnP

2005-12-20 Thread Dave Whelan
I have the driver but cannot access the driver. The setup utility for the NIC
gives me:

3c5x9setup.c:v1.00 6/19/2000 Donald Becker ([EMAIL PROTECTED])
http://www.scyld.com/diag/index.html
No interrupt sources are pending.
3c5x9 found at 0x300.
Indication enable is , interrupt enable is .
EEPROM contents:
  Model number 3c509 version 5, base I/O 0x300, IRQ 10, 10baseT port.
  3Com Node Address 00:50:DA:7E:30:2A (used as a unique ID only).
  OEM Station address 00:50:DA:7E:30:2A (used as the ethernet address).
  Manufacture date (MM/DD/YY) 11/11/99, division 6, product WK.
  Options: half duplex, enable linkbeat.
  The computed checksum matches the stored checksum of 7e03.

The enables don't look right, could that be my problem?
Regards,
Dave.
-Original Message-
From: Ralph Katz [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 19, 2005 11:57 AM
Subject: Re: NIC PnP


On 12/18/2005 08:00 PM, Dave Whelan wrote:
 I can't get my 3c509 working for aliant dsl, does anyone know how I can check
 whether PnP is enabled on this NIC?
 Regards,
 Dave Whelan.

Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:

 Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
 Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
 Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected total
 Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port, address
0
 0 10 4b 15 c4 ed, IRQ 5.
 Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
 Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html

You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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



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



Re: NIC PnP

2005-12-20 Thread Andrew Sackville-West



Dave Whelan wrote:

I have the driver but cannot access the driver. The setup utility for the NIC
gives me:

3c5x9setup.c:v1.00 6/19/2000 Donald Becker ([EMAIL PROTECTED])
http://www.scyld.com/diag/index.html
No interrupt sources are pending.
3c5x9 found at 0x300.
Indication enable is , interrupt enable is .
EEPROM contents:
  Model number 3c509 version 5, base I/O 0x300, IRQ 10, 10baseT port.
  3Com Node Address 00:50:DA:7E:30:2A (used as a unique ID only).
  OEM Station address 00:50:DA:7E:30:2A (used as the ethernet address).
  Manufacture date (MM/DD/YY) 11/11/99, division 6, product WK.
  Options: half duplex, enable linkbeat.
  The computed checksum matches the stored checksum of 7e03.

The enables don't look right, could that be my problem?
Regards,
Dave.


I'm sorry, but I have to state the obvious, just in case its something 
really simple...


modprobe 3c509

and maybe check the logs after that.

A


-Original Message-
From: Ralph Katz [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 19, 2005 11:57 AM
Subject: Re: NIC PnP




On 12/18/2005 08:00 PM, Dave Whelan wrote:


I can't get my 3c509 working for aliant dsl, does anyone know how I can check
whether PnP is enabled on this NIC?
Regards,
Dave Whelan.


Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:



Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected total
Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port, address


0


0 10 4b 15 c4 ed, IRQ 5.
Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html


You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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








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




Re: NIC PnP

2005-12-20 Thread Dave Whelan
Thanks Andrew. I should have written ...but cannot access the nic.  I do have
the driver installed, but the syslog files don't show the NIC.
Regards
Dave.
-Original Message-
From: Andrew Sackville-West [EMAIL PROTECTED]
To: Dave Whelan [EMAIL PROTECTED]
Cc: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 20, 2005 4:24 PM
Subject: Re: NIC PnP




Dave Whelan wrote:
 I have the driver but cannot access the driver. The setup utility for the NIC
 gives me:

 3c5x9setup.c:v1.00 6/19/2000 Donald Becker ([EMAIL PROTECTED])
 http://www.scyld.com/diag/index.html
 No interrupt sources are pending.
 3c5x9 found at 0x300.
 Indication enable is , interrupt enable is .
 EEPROM contents:
   Model number 3c509 version 5, base I/O 0x300, IRQ 10, 10baseT port.
   3Com Node Address 00:50:DA:7E:30:2A (used as a unique ID only).
   OEM Station address 00:50:DA:7E:30:2A (used as the ethernet address).
   Manufacture date (MM/DD/YY) 11/11/99, division 6, product WK.
   Options: half duplex, enable linkbeat.
   The computed checksum matches the stored checksum of 7e03.

 The enables don't look right, could that be my problem?
 Regards,
 Dave.

I'm sorry, but I have to state the obvious, just in case its something
really simple...

modprobe 3c509

and maybe check the logs after that.

A

 -Original Message-
 From: Ralph Katz [EMAIL PROTECTED]
 To: debian-user@lists.debian.org debian-user@lists.debian.org
 Date: December 19, 2005 11:57 AM
 Subject: Re: NIC PnP



On 12/18/2005 08:00 PM, Dave Whelan wrote:

I can't get my 3c509 working for aliant dsl, does anyone know how I can
check
whether PnP is enabled on this NIC?
Regards,
Dave Whelan.

Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:


Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected total
Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port,
address

 0

0 10 4b 15 c4 ed, IRQ 5.
Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html

You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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







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



Re: NIC PnP

2005-12-19 Thread Dave Whelan
The trouble is I don't have a floppy working on this old PC, besides which I
only have debian linux installed: no DOS. There must be a way to do it using
Linux; isn't there?
Regards,
Dave.

-Original Message-
From: Andrew M.A. Cater [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 18, 2005 9:01 PM
Subject: Re: NIC PnP


On Sun, Dec 18, 2005 at 09:04:39PM -0400, Dave Whelan wrote:
 I can't get my 3c509 working for aliant dsl, does anyone know how I can check
 whether PnP is enabled on this NIC?
 Regards,
 Dave Whelan.

If it really is a 3COM 3C509 - go and get the floppies which contain
the drivers under DOS. I always used to keep a couple of sets around
 - these seem to be the best way to set up the card.

 3c59xcfg is, I think, the appropriate file. The 3C509B cards are isa
 IIRC - they certainly pre-date proper Plug and Play.

 Andy

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


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




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



Re: NIC PnP

2005-12-19 Thread Ralph Katz
On 12/18/2005 08:00 PM, Dave Whelan wrote:
 I can't get my 3c509 working for aliant dsl, does anyone know how I can check
 whether PnP is enabled on this NIC?
 Regards,
 Dave Whelan.

Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:

 Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
 Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
 Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected total
 Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port, address 
  0
 0 10 4b 15 c4 ed, IRQ 5.
 Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
 Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html

You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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



Re: NIC PnP

2005-12-19 Thread Dave Whelan
Thanks Ralph, I've got the driver but no syslog info.
Dave.
-Original Message-
From: Ralph Katz [EMAIL PROTECTED]
To: debian-user@lists.debian.org debian-user@lists.debian.org
Date: December 19, 2005 11:57 AM
Subject: Re: NIC PnP


On 12/18/2005 08:00 PM, Dave Whelan wrote:
 I can't get my 3c509 working for aliant dsl, does anyone know how I can check
 whether PnP is enabled on this NIC?
 Regards,
 Dave Whelan.

Dave,

I have that card working fine on a sarge box with kernel 2.4.27.  From
the syslog:

 Dec 19 10:05:57 localhost kernel: isapnp: Scanning for PnP cards...
 Dec 19 10:05:57 localhost kernel: isapnp: Card '3Com 3C509B EtherLink III'
 Dec 19 10:05:57 localhost kernel: isapnp: 1 Plug  Play card detected total
 Dec 19 10:05:57 localhost kernel: eth0: 3c5x9 at 0x220, 10baseT port, address
0
 0 10 4b 15 c4 ed, IRQ 5.
 Dec 19 10:05:57 localhost kernel: 3c509.c:1.19 16Oct2002 [EMAIL PROTECTED]
 Dec 19 10:05:57 localhost kernel: http://www.scyld.com/network/3c509.html

You should already have the driver:

$ locate 3c509
/lib/modules/2.4.27-2-586tsc/kernel/drivers/net/3c509.o

I do have 3c509 listed in /etc/modules.

Regards,
Ralph


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



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



NIC PnP

2005-12-18 Thread Dave Whelan
I can't get my 3c509 working for aliant dsl, does anyone know how I can check
whether PnP is enabled on this NIC?
Regards,
Dave Whelan.


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



Re: NIC PnP

2005-12-18 Thread Andrew M.A. Cater
On Sun, Dec 18, 2005 at 09:04:39PM -0400, Dave Whelan wrote:
 I can't get my 3c509 working for aliant dsl, does anyone know how I can check
 whether PnP is enabled on this NIC?
 Regards,
 Dave Whelan.
 
If it really is a 3COM 3C509 - go and get the floppies which contain
the drivers under DOS. I always used to keep a couple of sets around
 - these seem to be the best way to set up the card.

 3c59xcfg is, I think, the appropriate file. The 3C509B cards are isa
 IIRC - they certainly pre-date proper Plug and Play.

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


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



Re: son alsa et no supported PnP or PCI card found

2005-01-10 Thread Denis Bailliet

Denis Bailliet a écrit :


Bonjour,
Je cherche a faire fonctioner le son sur ma machine via ALSA et 
lorsque je lance alsaconf j'ai:

no supported PnP or PCI card found
Pourtant avec lspci je trouve:
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
une recherche google me done quelques messages en anglais dont les 
réponses ne m'ont aidés.


Je suis avec Sarge et Linux 2.4.25.


Je me repond
1 ilme manquais le paquet alsa-modules-2.4.25-386
par contre une fois instalés et aprés un alsaconf j'ai du 
créermanuellement le repertoire modutils et le fichier 1.0 qui 
n'existaient pas dans  /etc/alsa


Aurais je du prendre le paquet 686 ou k7 (athlon 2500 +)


voila il semble que tout fonctionne.
Super


Bon pas si super que cela car a chaque redemarage plus de son.
Les modules ne sont pas chargés aprés un
# modprobe snd-via82xxx
# alsactl restore
cela refonctionne mais
cela charge les modules oss et je voudrait ne pas le faire manuellement 
a chaque fois ?


Un

# depmod -a -a -v 2sound 


Me donne

depmod: *** Unresolved symbols in 
/lib/modules/2.4.25-1-386/alsa/snd-pdaudiocf.o

depmod: *** Unresolved symbols in /lib/modules/2.4.25-1-386/alsa/snd-vx-cs.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.25-1-386/alsa/snd-vxp440.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.25-1-386/alsa/snd-vxpocket.o


Si cela peu aider
Denis




son alsa et no supported PnP or PCI card found

2005-01-08 Thread Denis Bailliet

Bonjour,
Je cherche a faire fonctioner le son sur ma machine via ALSA et lorsque 
je lance alsaconf j'ai:

no supported PnP or PCI card found
Pourtant avec lspci je trouve:
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
une recherche google me done quelques messages en anglais dont les 
réponses ne m'ont aidés.


Je suis avec Sarge et Linux 2.4.25.
Merci pour vos conseils.
Denis



Re: son alsa et no supported PnP or PCI card found

2005-01-08 Thread Denis Bailliet

Denis Bailliet a écrit :


Bonjour,
Je cherche a faire fonctioner le son sur ma machine via ALSA et 
lorsque je lance alsaconf j'ai:

no supported PnP or PCI card found
Pourtant avec lspci je trouve:
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
une recherche google me done quelques messages en anglais dont les 
réponses ne m'ont aidés.


Je suis avec Sarge et Linux 2.4.25.


Je me repond
1 ilme manquais le paquet alsa-modules-2.4.25-386
par contre une fois instalés et aprés un alsaconf j'ai du 
créermanuellement le repertoire modutils et le fichier 1.0 qui 
n'existaient pas dans  /etc/alsa


voila il semble que tout fonctionne.
Super
Denis




sound blaster 16 ISA (não pnp) e kernel 2.6.6

2004-06-29 Thread Lauro Santos
Boa tarde pessoal...

Estou com o seguinte problema:

Baixei o kernel-source-2.6.6-2 com o apt-get e compilei tudo funciona 
muito bem, mas cada vez que vou
carregar os módulos do som (snd-sb16 - ALSA) recebo a seguinte mensagem:

FATAL: Error inserting snd_sb16 
(/lib/modules/2.6.6/kernel/sound/isa/sb/snd-sb16.ko): No such device

No meu modules.conf está assim:

alias char-major-116 snd
alias char-major-14 soundcore

options snd major=116 cards_limit=4

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp snd-pcm-oss

alias snd-card-0 snd-sb16

alias snd-slot-0 snd-card-0
alias sound-slot-0 snd-slot-0

above snd-pcm snd-pcm-oss

Alguém tem alguma dica ou idéia?

[]'s
Lauro



Soundblaster 16 pnp

2004-04-03 Thread Christopher J. Noyes



I finally got alsa installed and the sound card 
configured. isapnp recognizes the card. It fails in insmod because the 8 bit DMA 
buffer size is wrong. Does anyone know what the correct setting for the 8 bit 
DMA buffer size? I read somewhere that there are issues with these cards with 8 
bit DMA, can I turn the 8 bit DMA off by not giving an answer to the 8 bit DMA 
channel and not giving an answer to the 8 bit DMA buffer size?
Christopher J. Noyes


Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andreas Bohnert
Hi,

I have an old but still pretty good ISA PnP Soundcard (EWS64XL) . Now I 
have to initialize the card at boot time BEFORE the kernel loads the 
moduls, otherwise the (sound-)modul will mess up my configuration.  
Which boot script allows me to do some action before the kernel starts 
to load the modules??

In detail:
if have a script (|/etc/init.d/isapnp|) which looks like that:
#! /bin/sh
# /etc/init.d/isapnp: configure Plug and Play boards
test -x /sbin/isapnp || exit 0
/sbin/isapnp /etc/isapnp.conf
exit 0
and a startup script which looks like that:

# Configure the isa plug and play boards before loading
# modules. Need to do this before loading modules to get
# a chance of configuring and starting PnP boards before
# the drivers mess all this up.
#
if [ -x /etc/init.d/isapnp ]
then
 /etc/init.d/isapnp start
thanke for any advice!
andreas
i worked according to the very good tutorial form Marcus Brinkmann:
http://www.tldp.org/HOWTO/Soundblaster-AWE.html#toc2




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



Re: Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andreas Janssen
Hello

Andreas Bohnert ([EMAIL PROTECTED]) wrote:

 I have an old but still pretty good ISA PnP Soundcard (EWS64XL) . Now
 I have to initialize the card at boot time BEFORE the kernel loads the
 moduls, otherwise the (sound-)modul will mess up my configuration.
 Which boot script allows me to do some action before the kernel starts
 to load the modules??
 
 In detail:
 if have a script (|/etc/init.d/isapnp|) which looks like that:
 
 #! /bin/sh
 # /etc/init.d/isapnp: configure Plug and Play boards
 test -x /sbin/isapnp || exit 0
 /sbin/isapnp /etc/isapnp.conf
 exit 0
 
 and a startup script which looks like that:
 
 # Configure the isa plug and play boards before loading
 # modules. Need to do this before loading modules to get
 # a chance of configuring and starting PnP boards before
 # the drivers mess all this up.
 #
 if [ -x /etc/init.d/isapnp ]
 then
   /etc/init.d/isapnp start

Modules from /etc/modules are loaded by /etc/init.d/modutils which is
symlinked to /etc/rcS.d/S20modutils. If you want to have your script
run before that, symlink it to /etc/rcS.d/S??modutils where ?? is less
than 20.

If instead you used update-modules to add a line

alias sound-slot-0 modulename

to /etc/modules.conf, the driver will be loaded when needed.

By the way, are using kernel 2.2 or 2.4? 2.4 has improved isa pnp
support, /maybe/ you won't need to run isapnptools.

best regards
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


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



Re: Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andreas Bohnert
thanks andreas,
I will try that.
stupid question:

is sound-slot-0 just a random name?

about the kernel question:
I''m using the 2.4.18 kernel, but he does not auto configure my card - 
maybe this is switched of by default and I have to configure it (good tip!)

thanks
andreas
Andreas Janssen wrote:

Modules from /etc/modules are loaded by /etc/init.d/modutils which is
symlinked to /etc/rcS.d/S20modutils. If you want to have your script
run before that, symlink it to /etc/rcS.d/S??modutils where ?? is less
than 20.
If instead you used update-modules to add a line

alias sound-slot-0 modulename

to /etc/modules.conf, the driver will be loaded when needed.

By the way, are using kernel 2.2 or 2.4? 2.4 has improved isa pnp
support, /maybe/ you won't need to run isapnptools.
best regards
   Andreas Janssen
 



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



Re: Configure PnP Card before Kernel loads modules

2003-10-30 Thread Andre Kalus
On Thu, 30 Oct 2003 11:19:40 +0100, Andreas Bohnert wrote:

 thanks andreas,
 I will try that.
 
 stupid question:
 
 is just a random name?
 
 

No, it is not. It has to be that way so any program that wants to access
the sound card (via sound-slot-0) is poited to the correct driver.

Greetings
Andre


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



AW: Configure PnP Card before Kernel loads modules

2003-10-30 Thread abo
If instead you used update-modules to add a line
alias sound-slot-0 modulename
to /etc/modules.conf, the driver will be loaded when needed.

thanks andreas  andre,

there's something wrong..

i did the following (sam9407 is the module name...):

i changend /etc/modutils/sam9407, so it just contains:
alias sound-slot-0 sam9407

then I did update-modules, so my modules.conf was updated with the line
upove.
after that I invoked depmod -a to update my modules.dep

after a reboot I get with lsmod:
homer:~# lsmod
Module  Size  Used byNot tainted
sam9407   116832   0  (autoclean) (unused)
soundcore   3844   0  (autoclean)

but sam9407 shouldn't be there, right?


i still can find an entry in modules.dep: 
/lib/modules/2.4.18/kernel/drivers/sound/sam9407.o:
i thought it will be removed!?

regards
andreas



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



AW: Configure PnP Card before Kernel loads modules

2003-10-30 Thread abo
Just ignore my last posting. 
Everything is allright now.

Thanks very much!

andreas

If instead you used update-modules to add a line
alias sound-slot-0 modulename
to /etc/modules.conf, the driver will be loaded when needed.

thanks andreas  andre,

there's something wrong..

i did the following (sam9407 is the module name...):

i changend /etc/modutils/sam9407, so it just contains:
alias sound-slot-0 sam9407

then I did update-modules, so my modules.conf was updated with the line
upove. after that I invoked depmod -a to update my modules.dep

after a reboot I get with lsmod:
homer:~# lsmod
Module  Size  Used byNot tainted
sam9407   116832   0  (autoclean) (unused)
soundcore   3844   0  (autoclean)

but sam9407 shouldn't be there, right?


i still can find an entry in modules.dep: 
/lib/modules/2.4.18/kernel/drivers/sound/sam9407.o:
i thought it will be removed!?

regards
andreas



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




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



FritzCard ISA PnP - Verbindungsabbruch nach 10 Sekunden - ISDN - HiSax

2003-08-09 Thread debian-list

Hallo!

Seit einigen Stunden versuche ich meine FritzCard ISA PnP unter Debian
Woody mit Kernel 2.4.20 ans Laufen zu bringen - ohne Erfolg. Wer kann
mir helfen?

Ich benutze die hisax-module mit den Parametern:
type=27 i0=0x240 

Die Verbindung wird (zumindest laut Logfiles) aufegbaut und nach ca. 10
s wieder getrennt. 

cat /proc/interrupt:
   CPU0   
  0: 240059  XT-PIC  timer
  1:   5428  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  5:  2  XT-PIC  soundblaster
  8:  1  XT-PIC  rtc
 11: 203852  XT-PIC  eth0
 12:  85524  XT-PIC  PS/2 Mouse
 15:   4423  XT-PIC  aic7xxx
NMI:  0 
ERR:  7

cat /dev/isdnctrl:
10:27.58 debugging flags card 1 set to 3ff
10:29.31 Ch0 LL-HL SETL2 card 1 3
10:29.31 Ch0 LL-HL SETL3 card 1 0
10:29.31 Ch0 LL-HL DIAL 60214426558 - 019102345 (7,0)
10:29.31 Ch0 callc State ST_NULL Event EV_DIAL
10:29.31 Ch0 callc ChangeState ST_OUT_DIAL
10:29.31 L3DC State ST_L3_LC_ESTAB_WAIT Event EV_ESTABLISH_REQ no
routine
10:33.31 L3DC State ST_L3_LC_ESTAB_WAIT Event EV_ESTABLISH_REQ no
routine
10:37.31 L3DC State ST_L3_LC_ESTAB_WAIT Event EV_ESTABLISH_REQ no
routine
10:37.31 Ch0 callc State ST_OUT_DIAL Event EV_NOSETUP_RSP
10:37.31 Ch0 HL-LL STAT_DHUP
10:37.31 Ch0 callc ChangeState ST_NULL
10:37.91 Ch0 LL-HL SETL2 card 1 3
10:37.91 Ch0 LL-HL SETL3 card 1 0
10:37.91 Ch0 LL-HL HANGUP
10:37.91 Ch0 callc State ST_NULL Event EV_HANGUP no routine

tail /var/log/messages:
Aug  5 18:47:16 obelix kernel: ippp0: dialing 1 019102345... 
Aug  5 18:47:25 obelix kernel: isdn_net: local hangup ippp0
Aug  5 18:47:25 obelix kernel: ippp0: Chargesum is 0

Gruss,

Oliver.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



SoundBlaster 64 ISA-PnP

2003-06-23 Thread Stephan Windmller
Hallo!

Ich versuche derzeit, in einem älteren Rechner einen Soundblaster 64 mit
ISA-Bus zu installieren. Modul wird problemlos geladen, sndconfig kann
den Testsound abspielen.

Da hört es dann allerdings auf, mpg321 endet mit der Fehlermeldung

| Can't find a suitable libao driver. (Is device in use?)

Ähnliches mit ogg123:

| Error: Cannot open device oss.

libao0 und libao2 sind installiert. Ein Rechte-Problem schliesse ich
aus, da ich die obigen Meldungen selbst als root erhalte.

Hat jemand vielleicht eine Idee, wie ich das in den Griff bekomme?

Danke im Voraus
 Stephan

-- 
Mal ehrlich, Rüdiger: Dieser Satz, wie er da steht...also..dieser Satz,
Rüdiger...bewirkt der Dinge in deinem Kopf wie Ja, genau. So wollte ich das
schreiben. Oder doch eher Dinge wie: Verdammt, vielleicht sollte ich den
Duden doch lieber lesen, anstatt ihn zu rauchen.?   [_Preacher im GS-Forum]


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Detalles de Instalación - Red - PnP Bios y otras dudas....

2003-05-26 Thread Gerardo Castro
Hola estimados amigos...

Logre instalar debian basico... bf24
Si bien la instalación de red fue exitosa (ADSL
telefonica) utilizando DHCP... mi problema ocurrio en
la configuración del APT... Probe con varios
servidores y no hubo exito... parte del mensaje de
error decia : Failed to fetch (-3).

Tambien tengo varias dudas...
Tengo Windows 2K y Linux (Debian). al utilizar ambos
S.O ¿es necesario deshabilitar el Plug n Play (PnP) en
la BIOS?. ¿Por Que?. Lo lei como consejo en un manual
pero no explica el por que... Y me gustaria saber...

Otra cosa sospechosa, ocurrio durante el proceso de
instalación despues de configurar la red,,, estaba en
la etapa de las contraseñas del sistema cuando
aparecio el sgte. mensaje
spurios 8259A interrupt : IRQ7  ... Despues de eso
no ocurrio el problema con el APT...

Espero sus comentarios
Gracias amigos...


 


Internet GRATIS es Yahoo! Conexión
4004-1010 desde Buenos Aires. Usuario: yahoo; contraseña: yahoo
Más ciudades: http://conexion.yahoo.com.ar



Teles ISDN ISA/PnP

2003-04-05 Thread Steffen Schmidt
 Hallo zusammen,
ich versuche seit einiger Zeit vergeblich meine Teles 16.3c unter Woody 
zum laufen zu bringen.
Installation bisher:

  1. pnpdump /etc/isapnp.conf
  2. entkommentieren der entsprechenden Einträge
  3. isapnp /etc/isapnp.conf
  4. Meldung .OK
  5. kompilieren des Kernel (2.4.20) mit ISDN Unterstützung, Hisax als
 Modul, Teles Treiber in Kernel integriert.
  6. modconf
beim Versuch das hisax Modul zu laden kommt folgende Meldung :

Installing module hisax. If the device isn't there, or isn't configured 
correctly, this could cause your system to pause for up to a minute.

/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: unresolved symbol 
register_isdn_Rsmp_1ea7ec8e
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: insmod 
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o failed
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: insmod hisax failed

Installation failed.
depmod: *** Unresolved symbols in 
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/fcclassic.o

Please press ENTER when you are ready to continue.

Wenn ich gleich darauf cat /proc/ioports ausführe bekomme ich folgenden Angaben:
-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0213-0213 : isapnp read
02f8-02ff : serial(set)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0a79-0a79 : isapnp write
0cf8-0cff : PCI conf1
9000-90ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
 9000-90ff : 8139too
9400-940f : Promise Technology, Inc. 20268
 9400-9407 : ide2
 9408-940f : ide3
9800-9803 : Promise Technology, Inc. 20268
 9802-9802 : ide3
a000-a007 : Promise Technology, Inc. 20268
 a000-a007 : ide3
a400-a403 : Promise Technology, Inc. 20268
 a402-a402 : ide2
a800-a807 : Promise Technology, Inc. 20268
 a800-a807 : ide2
b000-b0ff : Adaptec AHA-2940U2/U2W / 7890/7891
b400-b41f : Intel Corp. 82371AB/EB/MB PIIX4 USB
 b400-b41f : usb-uhci
b800-b80f : Intel Corp. 82371AB/EB/MB PIIX4 IDE
 b800-b807 : ide0
 b808-b80f : ide1
d000-dfff : PCI Bus #01
 d800-d8ff : ATI Technologies Inc 3D Rage Pro AGP 1X/2X
e400-e43f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
e800-e81f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
 kann mir bitte jemand einen Tip geben?

Danke schonmal.
Steffen
--
Diese Nachricht ist von:
Steffen Schmidt
[EMAIL PROTECTED]


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



Teles ISDN ISA/PnP

2003-04-03 Thread Steffen Schmidt




Hallo zusammen,
ich versuche seit einiger Zeit vergeblich meine Teles 16.3c unter Woody zum
laufen zu bringen.
Installation bisher:

  pnpdump /etc/isapnp.conf
  entkommentieren der entsprechenden Eintrge
  isapnp /etc/isapnp.conf
  Meldung .OK
  kompilieren des Kernel (2.4.20) mit ISDN Untersttzung, Hisax als Modul,
Teles Treiber in Kernel integriert.
  modconf

beim Versuch das hisax Modul zu laden kommt folgende Meldung :

Installing module hisax. If the device isn't there, or isn't configured
correctly, this could cause your system to pause for up to a minute.

/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: unresolved symbol
register_isdn_Rsmp_1ea7ec8e
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: insmod /lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o
failed
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: insmod hisax failed

Installation failed.
depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/fcclassic.o

Please press ENTER when you are ready to continue.

Wenn ich gleich darauf "cat /proc/ioports" ausfhre bekomme ich folgenden Angaben:
-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0213-0213 : isapnp read
02f8-02ff : serial(set)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0a79-0a79 : isapnp write
0cf8-0cff : PCI conf1
9000-90ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
  9000-90ff : 8139too
9400-940f : Promise Technology, Inc. 20268
  9400-9407 : ide2
  9408-940f : ide3
9800-9803 : Promise Technology, Inc. 20268
  9802-9802 : ide3
a000-a007 : Promise Technology, Inc. 20268
  a000-a007 : ide3
a400-a403 : Promise Technology, Inc. 20268
  a402-a402 : ide2
a800-a807 : Promise Technology, Inc. 20268
  a800-a807 : ide2
b000-b0ff : Adaptec AHA-2940U2/U2W / 7890/7891
b400-b41f : Intel Corp. 82371AB/EB/MB PIIX4 USB
  b400-b41f : usb-uhci
b800-b80f : Intel Corp. 82371AB/EB/MB PIIX4 IDE
  b800-b807 : ide0
  b808-b80f : ide1
d000-dfff : PCI Bus #01
  d800-d8ff : ATI Technologies Inc 3D Rage Pro AGP 1X/2X
e400-e43f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
e800-e81f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI

 kann mir bitte jemand einen Tip geben?

Danke schonmal.
Steffen
-- 
Diese Nachricht ist von:

Steffen Schmidt
[EMAIL PROTECTED]




Problemas con efax y modem SupraExpress 336i Voice PNP (ISA)

2003-03-26 Thread Sandor Saiz
Hola:

Estoy intentando instalar efax en un servidor (fundamentalmente su función
sería recibir faxes y archivarlos) y ha surgido un problema que está
acabando con mi paciencia. El caso es que creo que tengo el efax bien
configurado, pero cuando le intento mandar un fax al servidor, el
remitente recive el mensaje de  error. Al mirar el log del programa no veo
que haya ningún error, pero está claro que no he recibido bien el fax,
porque entre otras cosas no puedo visualizarlo.
Os muestro el log para ver si alguien puede sacar algo en claro:

---corta---corta---corta---corta---corta---corta---corta---corta---
efax: Wed Mar 26 14:22:11 2003 efax v 0.9a-001114 Copyright 1999 Ed Casas
efax: 22:11 compiled Feb 20 2002 15:22:34
efax: 22:11 argv[0]=efax
efax: 22:11 argv[1]=-v
efax: 22:11 argv[2]=
efax: 22:11 argv[3]=-v
efax: 22:11 argv[4]=chewmainrxtf
efax: 22:11 argv[5]=-d/dev/ttyS2
efax: 22:11 argv[6]=-iZ
efax: 22:11 argv[7]=-iFED2S7=120
efax: 22:11 argv[8]=-iC0
efax: 22:11 argv[9]=-iM1L0
efax: 22:11 argv[10]=-o1
efax: 22:11 argv[11]=-x
efax: 22:11 argv[12]=/var/lock/LCK..ttyS2
efax: 22:11 argv[13]=-l
efax: 22:11 argv[14]=+34 94XXX
efax: 22:11 argv[15]=-kZ
efax: 22:11 argv[16]=-jC1
efax: 22:11 argv[17]=-j+FCLASS=0
efax: 22:11 argv[18]=-jS7=30
efax: 22:11 argv[19]=-j+FAA=1
efax: 22:11 argv[20]=-g
efax: 22:11 argv[21]=exec /sbin/getty -h ttyS2 %d vt100
efax: 22:11 argv[22]=-e
efax: 22:11 argv[23]=exec /usr/bin/fone %d
efax: 22:11 argv[24]=-jS0=1
efax: 22:11 argv[25]=-w
efax: 22:11 argv[26]=-s
efax: 22:11 argv[27]=-r
efax: 22:11 argv[28]=%m%d%H%M%S
efax: 22:11 created text lock file /var/lock/LCK..ttyS2
efax: 22:11 opened /dev/ttyS2
efax: 22:11 command  Q0V1
efax: 22:11 waiting 2.0 s
efax: 22:11 .347 [ATQ0V1CRCRLF]
efax: 22:11 .347 [OKCRLF]
efax: 22:11 response OK
efax: 22:11 command  Z
efax: 22:11 waiting 5.0 s
efax: 22:11 .457 [ATZCRCRLF]
efax: 22:12 .377 [OKCRLF]
efax: 22:12 response OK
efax: 22:12 command  FED2S7=120
efax: 22:12 waiting 5.0 s
efax: 22:12 .487 [ATFED2S7=120CRCRLF]
efax: 22:12 .497 [OKCRLF]
efax: 22:12 response OK
efax: 22:12 command  C0
efax: 22:12 waiting 5.0 s
efax: 22:12 .607 [CRLFOKCRLF]
efax: 22:12 response OK
efax: 22:12 command  M1L0
efax: 22:12 waiting 5.0 s
efax: 22:12 .717 [CRLFOKCRLF]
efax: 22:12 response OK
efax: 22:12 command  E0
efax: 22:12 waiting 5.0 s
efax: 22:12 .827 [CRLFOKCRLF]
efax: 22:12 response OK
efax: 22:12 command  I3
efax: 22:12 waiting 5.0 s
efax: 22:12 .937 [CRLFV1.440-10-V34_DPCRLF]
efax: 22:12 .947 [CRLFSupraExpress 336i Voice PnPCRLF]
efax: 22:12 .957 [CRLFBuilt: June  5 1996 13:53:18CRLF]
efax: 22:12 .977 [CRLFOKCRLF]
efax: 22:12 response OK
efax: 22:13 command  +FCLASS=1
efax: 22:13 waiting 5.0 s
efax: 22:13 .087 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 using V1.440-10-V34_DP in class 1
efax: 22:13 command  +FRM=?
efax: 22:13 waiting 5.0 s
efax: 22:13 .197 [CRLF3,24,48,72,73,74,96,97,98,121,122,145,146CRLF]
efax: 22:13 .217 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 command  C1
efax: 22:13 waiting 5.0 s
efax: 22:13 .327 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 command  +FCLASS=0
efax: 22:13 waiting 5.0 s
efax: 22:13 .437 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 command  S7=30
efax: 22:13 waiting 5.0 s
efax: 22:13 .547 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 command  +FAA=1
efax: 22:13 waiting 5.0 s
efax: 22:13 .657 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 command  S0=1
efax: 22:13 waiting 5.0 s
efax: 22:13 .767 [CRLFOKCRLF]
efax: 22:13 response OK
efax: 22:13 read HDB pid 19160 [ 19160LF] from /var/lock/LCK..ttyS2
(our pid)efax: 22:13 removed lock file /var/lock/LCK..ttyS2
efax: 22:13 waiting for activity
---corta---corta---corta---corta---corta---corta---corta---corta---

En /etc/inittab tengo definido:

  T2:2345:respawn:/bin/sh /usr/bin/fax answer

Y mi /etc/efax.rc es el siguiente (le he quitado los comentarios para no
hacer el mensaje demasiado pesado):
---corta---corta---corta---corta---corta---corta---corta---corta---
FAX=fax
EFAX=efax
EFIX=efix
DEV=ttyS2
FROM=+34 94XXX
NAME=Mi Nombre
PAGE=a4
PRTYPE=pcl
PRCMD=lp
VIEWCMD=xloadimage stdin
GS=gs
DIALPREFIX=T
DIALSUFFIX=
LOCK='-x /var/lock/LCK..$DEV'
CONFIGFILES=/etc/efax.rc ${HOME:-~}/.efaxrc ./.efaxrc
TSTAMP='date +%m%d%H%M%S'
LOOKUP='eval sed -n -e /^fax($1):/{ -e s/^[^:]*://p -eq -e} $f'
DIRFILES=${HOME:-.}/.faxdir
TELCVT='sed -e s/+34/0/ -e s/+/07W/'# Spain
PAGE_letter=8.465x11in
PAGE_legal=8.465x14in
PAGE_a4=21x29.7cm
RES=204x196
PRINT='$EFIX -ve -p$PAGEDIM -r300 -s0.98 -d0,0.125 -o$PRTYPE $f'
VIEW='$EFIX -ve -p$PAGEDIM -r300 -opgm $f'
INIT=-iZ -iFED2S7=120 -iC0
RESET=-kZ
SPKR=-iM1L0
RXCAP=$TXCAP
RXINIT=
TXINIT=
DATECMD='date +%Y/%m/%d %H:%M'
HDR='$DATE $FROM  $NAME p. %d/%d'
BUSYRETRIES=30 60 120 300 60 600 60 60 1200 60 60
FAILRETRIES=300 300
NICE=nice -n -10
RM=/bin/rm -f
LS=/bin/ls
VERB=ewin
VERBLOG=chewmainrxtf
CONSOLE=/dev/console
FAXDIR=/mnt/Documentos/Faxes-recibidos
LOGDIR=/var/log/efax
ANSFNAME='%m%d%H%M%S'

NE2000 ISA-PNP-NIC (ne.o) wie auf fullduplex stellen?

2002-12-25 Thread Markus Kolb
Hallo,

ich wünsche einen geruhsamen Feiertag, aber vielleicht kann sich noch 
jemand an die Uhrzeiten mit ISA-Karten erinnern ;)

Ich habe hier einen PC-Router der hat 3 dieser NE2000 kompatiblen 
ISA-PNP Netzwerkkarten mit Realtek 8019AS Chip eingebaut.
Die kennen auch noch das Medium Coax ;o)

Ich habe festgestellt, dass eine dieser Karten über TP nur halfduplex 
10BaseT fährt. Nachdem die Karte fullduplex können soll, habe ich mich 
auf die Suche nach einem mii-tool für Debian Potato und ISA-Karten 
gemacht. Letztendlich fündig wurde ich mit ne2k-diag.c.
Das hat mir meine Vermutung bestätigt, aber einstellen kann man damit 
an der Karte nichts.
Beim Chipsatz-Hersteller Realtek fand ich ein DOS-Tool zur Konfiguration 
der Karte. Leider stört ihn da, dass er 3 Karten findet. Das Programm 
möchte immer an den IO und IRQs der Karten etwas verdrehen, was ich 
nicht haben will, da sie anschliessend bestimmt nicht mehr ohne 
ISA-Konfigurationsorgien in Linux laufen. Ich müsste also jetzt 2 der 
Karten ausbauen und anschliessend wieder einbauen.
Bin ich jetzt an Weihnachten zu faul zu ... :o)

Wenn ein DOS-Tool an den Karten etwas verstellen kann, dann müsste es 
doch ein vergleichbares Tool in Linux auch geben. Diese ne.o Karten 
waren ja damals u.a. durch Preis/Leistung recht verbreitet.

Kann mir jemand weiterhelfen?

Markus


--
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



ISA PnP boot up

2002-12-21 Thread Jeffrey Taylor
What is the preferred why in Debian 3.0 to bring ISA PnP up (i.e., run
isapnp /etc/isapnp.conf) at boot time?

TIA,
  Jeffrey


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




Re: ISA PnP boot up

2002-12-21 Thread nate
Jeffrey Taylor said:
 What is the preferred why in Debian 3.0 to bring ISA PnP up (i.e., run
 isapnp /etc/isapnp.conf) at boot time?

last I checked, all you had to do was to install it(isapnptools), the
installation will put a script in /etc/rcS.d(I think) which calls
it on boot.

nate




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




Re: ISA PnP boot up

2002-12-21 Thread Jeffrey Taylor
Quoting nate [EMAIL PROTECTED]:
 Jeffrey Taylor said:
  What is the preferred why in Debian 3.0 to bring ISA PnP up (i.e., run
  isapnp /etc/isapnp.conf) at boot time?
 
 last I checked, all you had to do was to install it(isapnptools), the
 installation will put a script in /etc/rcS.d(I think) which calls
 it on boot.

Thanks Nate.  I eventually found that.  My problem now is that the
i82365.o module complains when loaded about init_module: Device or
resource busy when I try and start the pcmcia service.  It's an ISA
card reader, so I thought the ISA PnP wasn't up.

Anyone have any ideas or Web sites to debug this tangle?

Thanks,
  Jeffrey


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




Re: ISA PnP boot up

2002-12-21 Thread nate
Jeffrey Taylor said:

 Thanks Nate.  I eventually found that.  My problem now is that the
 i82365.o module complains when loaded about init_module: Device or
 resource busy when I try and start the pcmcia service.  It's an ISA card
 reader, so I thought the ISA PnP wasn't up.

 Anyone have any ideas or Web sites to debug this tangle?

typically this means the device is misconfigured. Possibly an IRQ or
I/O conflict, you can try tweaking the settings in isapnp.conf and reloading
isapnp(you may need to reboot though to clear the resource usage, not sure).
Another reason for this message is it could be the wrong module for the
hardware, or the module may not have support for that particular piece of
hardware. I've never used ISA PCMCIA readers but a good bet may be to
run google for 'linux isapnp your_hardware_here' and see what comes up ..

good luck!

nate




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




OT: Problemas con módem USR Sportster Voice 33.6 Pnp Fax Internal

2002-12-04 Thread Julio César Mejía Terán

OT: Problemas con módem USR Sportster Voice 33.6 Pnp Fax Internal

He buscado en los archivos de la lista y no encuentro nada que me sirva.
Es OT porque aunque uso Debian en una red LAN, la PC con el módem tiene 
una micro-distribución llamada freesco (tampoco hay algo sobre esto en 
la lista de freesco).


El módem esta configurado  en la irq=3 y en el /dev/cua3

Cuando trato de conectarme a mi ISP se oye al módem marcar y negociar 
la conexión, pero unos segundos después el módem cuelga. Ya están 
descartados problemas de contraseña o nombre de usuario y todo lo demás 
porque con otro módem desde otra PC me conecto sin ningún problema.



Este módem lo tenía, hace varios años trabajando sin problema sobre 
SuSE, al principio recuerdo que me dio el mismo error, pero luego lo 
arregle, lo malo es que no recuerdo como(sé que suena tonto, hasta me 
siento tonto :$)


Por favor toda la ayuda que puedan darme se las voy a agradecer.



Re: OT: Problemas con módem USR Sportster Voice 33.6 Pnp Fax Internal

2002-12-04 Thread Héctor Andrés Rompato Carricart

Julio César Mejía Terán wrote:


OT: Problemas con módem USR Sportster Voice 33.6 Pnp Fax Internal

He buscado en los archivos de la lista y no encuentro nada que me sirva.
Es OT porque aunque uso Debian en una red LAN, la PC con el módem 
tiene una micro-distribución llamada freesco (tampoco hay algo sobre 
esto en la lista de freesco).


El módem esta configurado  en la irq=3 y en el /dev/cua3

Cuando trato de conectarme a mi ISP se oye al módem marcar y negociar 
la conexión, pero unos segundos después el módem cuelga. Ya están 
descartados problemas de contraseña o nombre de usuario y todo lo 
demás porque con otro módem desde otra PC me conecto sin ningún problema.



Este módem lo tenía, hace varios años trabajando sin problema sobre 
SuSE, al principio recuerdo que me dio el mismo error, pero luego lo 
arregle, lo malo es que no recuerdo como(sé que suena tonto, hasta me 
siento tonto :$)


Por favor toda la ayuda que puedan darme se las voy a agradecer.


pareciera un problema del demonio pppd, ¿que tenés en los logs?. Otro 
tema, los dispositivos cua, si no tengo mal entendido, no se utilizan 
más, tenés que usar los ttySx


--
 Héctor Andrés Rompato Carricart [EMAIL PROTECTED]
 COVIARES/COVIMET
 Departamento de equipos de peaje

 Av. España y Autopista, Quilmes (1878)
 Buenos Aires, Argentina







Re: Faxe versenden mit Teles 16.3 PnP ISDN Karte

2002-10-27 Thread Bruno Semrau
* Timo Steuerwald [EMAIL PROTECTED] [021021 13:19]:
 Hallo Debian-Jünger,
 
 ich wollte mal fragen ob es eine Software für Linux mit der man Faxe mit der Teles 
16.3 PnP
 (passiven) ISDN Karte versenden kann. Treiber gibts ja, die Karte wird bei mir auch 
erkannt -
 das ist also nicht der Punkt. Aber z.B. HylaFax will laut einem Beitrag in der 
HylaFax-
 Mailingliste nicht mit dieser Karte arbeiten. Hat jemand von euch Erfahrungen mit 
dieser Karte
 gemacht? - Wie siehts beispielsweise mit eFax aus?
 Brauch ich vielleicht so etwas wie ein virtuellen Faxmodem Treiber?
 
 Sorry, bin Linuxnewbie, also nicht gleich den Kopf abreissen wenn ich was falsches 
schreib :-)
 - Bei dem Teufelszeug aus Redmond funktionierts in jedem Fall auch ohne virt. Modem 
(wie
 z.B. cFos), es geht direkt über den CAPI-Treiber.
 
Faxen geht mit dieser Karte nicht.


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Problemas con ehternet, el kernel y pnp

2002-10-24 Thread UnKnown
Hola: el modprobe ne2k-pci me dice que no encuentra el módulo, esto con el
kernel por defecto de woody. Hice una recompilación del kernel 2.2.22 y no
aparese ese módulo. Tengo que subir a 2.4 o hay otra solución ?

Saludos, y gracias

rak

On Wed, Oct 23, 2002 at 07:22:47PM -0300, Carlos Viglietta wrote:
 On Wed, Oct 23, 2002 at 11:47:53AM -0300, UnKnown wrote:
  Hola de nuevo:
  Tengo un problema algo raro, tengo que configurar la tarjeta de red
  en mi máquina y el kernel no detecta bien la tarjeta de red. Al principio
  pensé que era problema de la tarjeta realtek 8029 así que probé con otras
  2 SMC drivers tulip y Dvicom. Pero no funcionaron tampoco. Al hacer un
  lspci -v obtengo que la tarjeta está configurada en el irq 0 y que
  probablemnte no funcione.
  Probé recompilar el kernel y tampoco funcionó. 
  
  ¿Alguna idea?
 
 el módulo que la levanta es el ne2k-pci
 que te dice el modprobe?
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



Problemas con ehternet, el kernel y pnp

2002-10-23 Thread UnKnown
Hola de nuevo:
Tengo un problema algo raro, tengo que configurar la tarjeta de red
en mi máquina y el kernel no detecta bien la tarjeta de red. Al principio
pensé que era problema de la tarjeta realtek 8029 así que probé con otras
2 SMC drivers tulip y Dvicom. Pero no funcionaron tampoco. Al hacer un
lspci -v obtengo que la tarjeta está configurada en el irq 0 y que
probablemnte no funcione.
Probé recompilar el kernel y tampoco funcionó. 

¿Alguna idea?

Saludos,
rak



Re: Problemas con ehternet, el kernel y pnp

2002-10-23 Thread Carlos Viglietta
On Wed, Oct 23, 2002 at 11:47:53AM -0300, UnKnown wrote:
 Hola de nuevo:
   Tengo un problema algo raro, tengo que configurar la tarjeta de red
 en mi máquina y el kernel no detecta bien la tarjeta de red. Al principio
 pensé que era problema de la tarjeta realtek 8029 así que probé con otras
 2 SMC drivers tulip y Dvicom. Pero no funcionaron tampoco. Al hacer un
 lspci -v obtengo que la tarjeta está configurada en el irq 0 y que
 probablemnte no funcione.
   Probé recompilar el kernel y tampoco funcionó. 
 
 ¿Alguna idea?

el módulo que la levanta es el ne2k-pci
que te dice el modprobe?



ALSA y sb16asp (no pnp)

2002-08-06 Thread Javier M Mora
Desde que tengo Linux he usado el sistema OSS  para producir sonidos con
mi equipo. La verdad es que no tenga quejas en cuestion de la calidad
del sonido pero es un driver half-duplex que me impide grabar y
reproducir sonidos simultáneamente (por ejemplo para sistemas de Voz por
IP como speakfreely)

En el proyecto ALSA consta que mi tarjeta está soportada y es
full-duplex y que ALSA es compatible con OSS. Asi que me he puesto (otra
vez) a intentar instalarla.

La tarjeta es ISA y no es PNP. 

Pues no he conseguido instalar ALSA. Ni siguiendo los paquetes ya
preparados para debian ni haciendo la compilación manual segun las
páginas de ALSA.  El el primero se realiza todo el proceso sin errores
pero en cuando intento instalar el módulo snd-sb16 (o el snd-sb16-dsp)
me dice que nanai. Haciendolo a mano obtengo resultados similares.

Ya se que no he dado mucha información; pero ¿Existe alguna página que
diga como instalar/configurar ALSA para torpes? 

Gracias
Javi.

PD: Mi pueblo debe de ser el que tenga los servicios postales más lentos
del mundo. Estoy esperando ansiosamente la llegada de mis
camisetass

  ______ 
 /   \__/   \
| __ |
|/|  (·_)  |\| ;-)
  |   \|
  ||
  ++



SoundBlaster 64AWE PNP

2002-05-03 Thread Victor Sanahuja
Buenas

Dispongo de una SB 64AWE PNP, pero no consigo que funcione, he mirado
howto's de targetas 32 y 64 pnp... y mas documentación.

Compilo el kernel (2.4.18) con los modulos sound, sb, sb_lib y uart401.
Cargo los modulos me detecta la targeta perfectamente, pero a la que intento
hacer algo con ella, por ejemplo ejecutar un mp3 con mpg123. me responde no
supported rate, y no puedo hacer nada mas.

Llevo bastantes dias liado, y no me salgo de aqui! Si alguien puede darme un
consejillo...

Gracias anticipadas :)

PD: tb he provado con sndconfig, me la detecta pero ni en manual, ni
automatico me pone, can't open /dev/audio

-
Victor Sanahuja
Debian Sid @ P 150 Mhz 94 Ram
FreeBSD 4.4 @ 486 DX4 100 Mhz 16 Ram
Debian Sid @ P MMX 200 Mhz 192 Ram
Registered Linux User #198934
PGP: http://piscue.com/~victory/ViCToRy.asc
http://piscue.com


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



Re: Fritz ISA PnP

2002-02-23 Thread Udo Mller

Hallo Debian,

* Udo Müller [EMAIL PROTECTED] [22-02-02 20:14]:
 * Guido Hennecke [EMAIL PROTECTED] [22-02-02 19:19]:
  
  Also keine PnP?
 
 Ich kenn die nur als PnP von Win-Zeiten.

Ne, war ne Fritz Classic, die angesprochen wird als A1!

Nachdem ich den Kernel nun mit A1 Support gebacken habe und mir
wild IRQ's ausgewählt hab, läuft es nun!

Danke!

Gruss Udo

-- 
ComputerService Müller |  You want my PGP-Key?  | Key: 0xAD0EEC22
Kaspersweg 11a | mail  -s get pgp-key |  Tel: 0441-36167578
26131 Oldenburg| AD0EEC22 is not guilty | Mobil: 0162-4365411
 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17



msg02405/pgp0.pgp
Description: PGP signature


Fritz ISA PnP

2002-02-22 Thread Udo Mller

Hallo Leute,

ich muß hier nen Rechner fertig machen und komm aber mit der Fritz
ISA PnP nicht so ganz klar.

Via modconf hab ich hisax konfiguriert, allerdings ohne irq für die
Karte. Wie kriege ich den raus?

Im Moment fängt er nur an zu wählen und legt danach gleich wieder
auf. Debug-Meldungen sind nicht. Es werden selbst mit debug und
kdebug 10 nichts außer dialing triggered oder so ausgegeben. Also
nichts hilfreiches, was ich hier posten kann!

Any hints?

Gruss Udo

-- 
ComputerService Müller |  You want my PGP-Key?  | Key: 0xAD0EEC22
Kaspersweg 11a | mail  -s get pgp-key |  Tel: 0441-36167578
26131 Oldenburg| AD0EEC22 is not guilty | Mobil: 0162-4365411
 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17



msg02347/pgp0.pgp
Description: PGP signature


Re: Fritz ISA PnP

2002-02-22 Thread Udo Mller

Hallo Guido,

* Guido Hennecke [EMAIL PROTECTED] [22-02-02 17:31]:
 Hallo Udo,
 
 At 22.02.2002, Udo Müller wrote:
  ich muß hier nen Rechner fertig machen und komm aber mit der Fritz
  ISA PnP nicht so ganz klar.
  
  Via modconf hab ich hisax konfiguriert, allerdings ohne irq für die
  Karte. Wie kriege ich den raus?
 
 Den musst Du erstmal mit isapnp festlegen.
 
 pnpdump  /etc/isapnp.conf

cat /etc/isapnp.conf
# $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $ 
# Release isapnptools-1.26
# 
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
# 
# For details of the output file format, see isapnp.conf(5)
# 
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
# 
# Compiler flags:  -DREALTIME -DHAVE_PROC -DENABLE_PCI
-DHAVE_SCHED_SETSCHEDULER -DHAVE_NANOSLEEP -DWANT_TO_VALIDATE
# 
# Trying port address 0273
# Trying port address 027b
# Trying port address 0283
# Trying port address 028b
# Trying port address 0293
# Trying port address 029b
# Trying port address 02a3
# Trying port address 02ab
# Trying port address 02b3
# Trying port address 02bb
# Trying port address 02c3
# Trying port address 02cb
# Trying port address 02d3
# Trying port address 02db
# Trying port address 02e3
# Trying port address 02eb
# Trying port address 02f3
# Trying port address 0303
# Trying port address 030b
# Trying port address 0313
# Trying port address 031b
# Trying port address 0323
# Trying port address 032b
# Trying port address 0333
# Trying port address 033b
# Trying port address 0343
# Trying port address 034b
# Trying port address 0353
# Trying port address 035b
# Trying port address 0363
# Trying port address 036b
# Trying port address 0373
# Trying port address 037b
# Trying port address 0383
# Trying port address 038b
# Trying port address 0393
# Trying port address 039b
# Trying port address 03a3
# Trying port address 03ab
# Trying port address 03b3
# Trying port address 03bb
# Trying port address 03e3
# Trying port address 03eb
# Trying port address 03f3
# No boards found

Hab ich irgendwas vergessen?

  Im Moment fängt er nur an zu wählen und legt danach gleich wieder
  auf. Debug-Meldungen sind nicht. Es werden selbst mit debug und
  kdebug 10 nichts außer dialing triggered oder so ausgegeben. Also
  nichts hilfreiches, was ich hier posten kann!
 
 Wenn er waehlt, dann scheint die Hardware aber doch zu funktionieren!?

Er zeigt mir zumindest das Dialing auf dem Monitor an. Ob was
passiert, weiß ich nicht.

Gruss Udo

-- 
ComputerService Müller |  You want my PGP-Key?  | Key: 0xAD0EEC22
Kaspersweg 11a | mail  -s get pgp-key |  Tel: 0441-36167578
26131 Oldenburg| AD0EEC22 is not guilty | Mobil: 0162-4365411
 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17



msg02357/pgp0.pgp
Description: PGP signature


Re: Fritz ISA PnP

2002-02-22 Thread Udo Mller

Hallo Guido,

* Guido Hennecke [EMAIL PROTECTED] [22-02-02 19:00]:
 Hallo Udo,
 
 At 22.02.2002, Udo Müller wrote:
  cat /etc/isapnp.conf
  # Trying port address 0273
  # No boards found
  Hab ich irgendwas vergessen?
 
 Bist Du sicher, dass es sich um eine _ISA_ Karte mit PnP handelt?

Ja, ne ISA Fritz auf io=0x300.

Gruss Udo

-- 
ComputerService Müller |  You want my PGP-Key?  | Key: 0xAD0EEC22
Kaspersweg 11a | mail  -s get pgp-key |  Tel: 0441-36167578
26131 Oldenburg| AD0EEC22 is not guilty | Mobil: 0162-4365411
 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17



msg02358/pgp0.pgp
Description: PGP signature


Re: Fritz ISA PnP

2002-02-22 Thread Johannes Athmer

Udo Müller schrieb:
  Bist Du sicher, dass es sich um eine _ISA_ Karte mit PnP handelt?

 Ja, ne ISA Fritz auf io=0x300.
Ich hab' auch 'ne AVM Fritz ISA.
Bei mir war der io 0x300 schon belegt - muss bei dir aber nicht zutreffen -
du musst aber hisax mit 'nem IRQ laden (bei mir 5 oder 10 - kA welcher von
beiden - probier einfach aus *g*)
Was bei ISDN auch noch wichtig sein könnte ist, dass du das richtige
ISDN-Protokoll auswählst...

hth
Johannes
(Sorry, dass die erste Antwort an deine Mail-Adresse und nicht die der Liste
ging!)


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Fritz ISA PnP

2002-02-22 Thread Udo Mller

Hallo Guido,

* Guido Hennecke [EMAIL PROTECTED] [22-02-02 19:19]:
 
   Bist Du sicher, dass es sich um eine _ISA_ Karte mit PnP handelt?
  Ja, ne ISA Fritz auf io=0x300.
 
 Also keine PnP?

Ich kenn die nur als PnP von Win-Zeiten.

 Dann musst Du auf der Karte nachsehen. Da sind Jumper fuer IO Port und
 IIRC auch fuer den Interrupt.

Nur Jumper für io, kein IRQ.

 Dann das Modul mit den entsprechenden Parametern laden.
 
 Da Du offensichtlich keine PnP Karten hast, kannst Du das isapnp Paket
 auch entfernen.

Ok.

Gruss Udo

-- 
ComputerService Müller |  You want my PGP-Key?  | Key: 0xAD0EEC22
Kaspersweg 11a | mail  -s get pgp-key |  Tel: 0441-36167578
26131 Oldenburg| AD0EEC22 is not guilty | Mobil: 0162-4365411
 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17



msg02366/pgp0.pgp
Description: PGP signature


Re: Fritz ISA PnP

2002-02-22 Thread Udo Mller

Hallo Johannes,

* Johannes Athmer [EMAIL PROTECTED] [22-02-02 19:36]:
 Udo Müller schrieb:
   Bist Du sicher, dass es sich um eine _ISA_ Karte mit PnP handelt?
 
  Ja, ne ISA Fritz auf io=0x300.
 Ich hab' auch 'ne AVM Fritz ISA.
 Bei mir war der io 0x300 schon belegt - muss bei dir aber nicht zutreffen -

Wie kriege ich das raus?

 du musst aber hisax mit 'nem IRQ laden (bei mir 5 oder 10 - kA welcher von
 beiden - probier einfach aus *g*)
 Was bei ISDN auch noch wichtig sein könnte ist, dass du das richtige
 ISDN-Protokoll auswählst...

I'll try.

Gruss Udo

-- 
ComputerService Müller |  You want my PGP-Key?  | Key: 0xAD0EEC22
Kaspersweg 11a | mail  -s get pgp-key |  Tel: 0441-36167578
26131 Oldenburg| AD0EEC22 is not guilty | Mobil: 0162-4365411
 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17



msg02367/pgp0.pgp
Description: PGP signature


Re: Fritz ISA PnP

2002-02-22 Thread Johannes Athmer

  Bei mir war der io 0x300 schon belegt - muss bei dir aber nicht
zutreffen -

 Wie kriege ich das raus?
belegte IOs: /proc/ioports
belegte IRQs: /proc/interrupts

hth
Johannes


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Fritz ISA PnP

2002-02-22 Thread Johannes Athmer

Hi Udo  List-Members,

Udo Müller schrieb:
 knecht:~# cat /proc/ioports
[...]
 knecht:~# cat /proc/interrupts
[...]
 Heißt also, daß die Karte gar nicht gefunden wird?

So weit ich weiß sind das nur die IOs und IRQs, die von und in Debian als
benutzt registriert sind. Nicht installierte Hardware wird da nicht
aufgelistet.

Grüße
Johannes


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Fritz ISA PnP

2002-02-22 Thread Thomas Huemmler

* Udo Müller [EMAIL PROTECTED] [22.02.02 21:31]:
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: Weitere Infos: siehe http://www.gnupg.org
 
 iD8DBQE8dqDB8dkzUmVdVVQRAgtQAJ9APuHy0IGjKfQlAyTG6E1tFbdN5wCfZrjh
 I00qCG5j4auuEGZBhtnQMew=
 =MNG5
 -END PGP SIGNATURE-

Entschuldigung, wenn ich so in den Thread platze, ohne etwas dazu
beizutragen. Aber könntest Du bitte deinen Schlüssel auf einen Keyserver
legen oder unsigniert an die Liste mailen, damit Mutt nicht jedes Mal 
und unverrichteter Dinge eine Internetverbindung aufbaut, um Deinen
nicht vorhandenen Schlüssel zu importieren.

Merci,
Thomas

-- 
Thomas Hümmler * [EMAIL PROTECTED] * http://www.huemmler.de


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: Fritz ISA PnP

2002-02-22 Thread Christian Schmidt

Guido Hennecke wrote on 22.02.2002 um 17:31:09 +0100 (d-m-y):
 
 At 22.02.2002, Udo Müller wrote:
  ich muß hier nen Rechner fertig machen und komm aber mit der Fritz
  ISA PnP nicht so ganz klar.
  
  Via modconf hab ich hisax konfiguriert, allerdings ohne irq für die
  Karte. Wie kriege ich den raus?
 
 Den musst Du erstmal mit isapnp festlegen.
 
 pnpdump  /etc/isapnp.conf
 
 (achtung, sollte die schon existieren, wir die ueberschrieben)

Muß pnpdump nicht zum Erstellen einer Konfigurationsdatei mit der
Option -C aufgerufen werden?

Ich meine, ohne -C schon mehrmals auf die Schn gefallen zu
sein...

Gruß,
Christian


-- 
Christian Schmidt | Germany | [EMAIL PROTECTED]
PGP Key ID: 0x4BB05393



msg02397/pgp0.pgp
Description: PGP signature


ALSA sound and pnp [was Re: /dev/dsp not found: KDE/ALSA - pls help!]

2001-12-28 Thread Ross Boylan
Stephan, thanks for your efforts.  I have some more info that may narrow 
down the problem (namely no sound with KDE/ALSA 0.9/kernel 2.4.16), which I 
think centers on pnp.  The card, a Soundblaster AWE 64 is ISAPNP.  I 
actually haven't been able to get sound out of it for anything for awhile.


I found that if I used modprobe to remove the driver and then reinstall, I 
had sound as long as I turned the mixer up.  Note that the mixer didn't 
help before (because sound was not detected).


Before I did the modprobe cat /proc/isapnp showed the sound card was not 
active.  Originally I thought this meant it hadn't been turned on, but I 
think it means that commands directed to /proc/isapnp would not effect this 
device (unless they changed the active device).  True?


After the remove/load sequence /proc/isapnp showed the card was 
active.  This also disconnected my modem.


My 2.4.16 is compiled with isapnp support; so is the alsa driver; and I 
have enabled it in the alsa load options.  Those options also specify IRQ 
etc for the soundcard.  Those specifications are the same as those shown 
from /proc/isapnp before the load/unload.


I think I now understand that the alsa pnp options mean that alsa will use 
pnp to *set* the card parameters.  Only setting seems consistent with 
disabling the modem.  I was assuming it was using it to *read* the 
values.  Is the setting interpretation correct?  Why doesn't it just read 
the parameters, which seems much saner?


To get this to work properly it seems I need to tell the kernel what 
resources to use for the card, but the kernel pnp options only seem to 
exclude resources from assignment to any card.  And telling it where to 
assign resources seems a step back to the old isapnp tools.


So there are 2 issues:

DIAGNOSIS.  None of this quite explains what's going wrong.  Here's a 
theory: the alsa driver sets the resources of the card, and then something 
else does some more pnp stuff that knocks it out.


CURE: How do I get it to work?  Obviously I would prefer to have the alsa 
driver figure out what resources the card is using, but at this point I'll 
take anything that works.




Configuração de Modem ISA PnP

2001-12-06 Thread Grillo
Boa Noite a todos!!

Estou tentando configurar meu modem isa PnP, mas estou tendo problema
com o seguinte erro.

zfact:# isapnp /etc/isapnp.conf
Board 1 has Identity 8d 01 00 01 00 01 00 a9 0d:  CMI0001 Serial No 16777472
[checksum 8d]
Board 2 has Identity 35 00 0c 46 d3 81 13 b0 4e:  SUP1381 Serial No 804563
[checksum 35]
CMI0001/16777472[0]{CMI8330. Audio Adapter}: Ports 0x530 0x388; IRQ10
DMA3 --- Enabled OK
CMI0001/16777472[1]{CMI8330. Audio Adapter}: Port 0x330; --- Enabled OK
CMI0001/16777472[2]{CMI8330. Audio Adapter}: Port 0x200; --- Enabled OK
CMI0001/16777472[3]{CMI8330. Audio Adapter}: Port 0x240; IRQ9 DMA1 DMA7 ---
Enabled OK
/etc/isapnp.conf:66 -- Fatal - resource conflict allocating 8 bytes of IO at
2E8 (see /proc/ioports)
/etc/isapnp.conf:66 -- Fatal - IO range check attempted while device
activated
/etc/isapnp.conf:66 -- Fatal - Error occurred executing request
'IORESCHECK'
--- further action aborted

O modem esta na ttyS3 e irq 5, porta e irq desocupados.

Alterei o arquivo /etc/serial.conf para que a ttyS3 seja inicializada com
UART: 16550 e IRQ 5, não sei se esse é o lugar certo para isso.

Como instalei o debian agora estou meio perdido nos arquivos de
configuração.

Até mais e obrigado.
Grillo



Re: Configuração de Modem ISA PnP

2001-12-06 Thread Gustavo Noronha Silva
On Thu, 6 Dec 2001 20:28:57 -0200
Grillo [EMAIL PROTECTED] wrote:

 Boa Noite a todos!!
noite

 Enabled OK
 /etc/isapnp.conf:66 -- Fatal - resource conflict allocating 8 bytes of IO at
 2E8 (see /proc/ioports)
 /etc/isapnp.conf:66 -- Fatal - IO range check attempted while device
 activated
 /etc/isapnp.conf:66 -- Fatal - Error occurred executing request
 'IORESCHECK'
 --- further action aborted
confira o /proc/ioports, provavelmente o IO do seu modem que está descomentado
no /etc/isapnp.conf está conflitando com algum que já está lá, se não (se for
um serial mesmo) basta rebootar para o isapnp ser limpado (não sei um jeito
de fazer isso sem rebootar)

como exemplo, ache uma linha assim:

(IO 0 (SIZE 8) (BASE 0x02e8) (CHECK))

no seu isapnp.conf, tente comentá-la e descomentar outra com um IO (base)
diferente

[]s!

-- 
Gustavo Noronha Silva - kov http://www.metainfo.org/kov
*-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+
|  .''`.  | Debian GNU/Linux: http://www.debian.org |
| : :'  : + Debian BR...: http://debian-br.cipsga.org.br+
| `. `'`  + Q: Why did the chicken cross the road?  +
|   `-| A: Upstream's decision. -- hmh  |
*-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+



Probleme xmms 1.2.5 et sound blaster 16 pnp (vibra)

2001-11-16 Thread Yann MORERE
Bonjour,

Je suis en train d'installer la 2.2r4 sur un p200mmx et j'ai un soucis
avec xmms.

j'ai recompilé la version 1.2.5 avec les plugins vorbis et ogg, la carte
son est configurée avec le modules sb.o et modconf.

Cette carte fonctionne, j'ai accès au mixer pas wmmixer et j'ai pu jour
des wav avec les wavtools.

Par contre impossible de jouer des mp3 et des wav sous xmms, ni
d'ailleurs sous mp3blaster. 

Les symptomes sont bizarres, je selectionne le fichier, tout se passe
bien, il est reconnu avec sa taille, et lorsque j'essaie de le jouer, le
curseur ne demarre pas. rien. Ceci quelque soit la sortie choisie :
libOss et ESD. Rien a faire.

Quelqu'un a t il une idée, dois je utiliser alsa? qui contient je crois
une config + poussée de la sb16?

A+

Yann

-- 
Mulder: Don't you get it, Scully? They don't want us working
together, and right now that's the only reason I can
think of to stay.

The X-Files: The Host

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



kernel 2.4, isa-pnp and ensoniq soundscape (sscape)-- how?

2001-10-24 Thread James D Strandboge
I have been trying to configure a soundcard for a woody box
running kernel 2.4.12-ac3, but have not been able to make any
headway.  Previously (kernel 2.2) we used isapnptools, but kernel
2.4 wants to use isa-pnp.

Currently I can insmod soundcore, sound and isa-pnp, but the next
module to load, ad1848, tries to scan the cards again and doesn't
find any.  I have read linux/Documentation/isapnp.txt to modify
/proc/isapnp, but haven't had much luck.  Does someone have a
working configuration for the Ensoniq Soundscape under 2.4?

Thanks,

Jamie Strandboge

-- 
Email:[EMAIL PROTECTED]
GPG/PGP ID:   26384A3A
Fingerprint:  D9FF DF4A 2D46 A353 A289  E8F5 AA75 DCBE 2638 4A3A



Isa PnP and 2.4

2001-10-14 Thread Akintayo Holder

Hi,
	This is more of an annoyance than a problem, but has anyone else  had any 
problems with isapnp devices since upgrading tto 2.4. I found that my 
isapnp modem would not work after bootup, eventhough it worked with 2.2. 
The modem only worked after running isapnp manually, which is supposed 
to be run by my boot scripts - have not checked, and which fails.


an example of the drama:
[EMAIL PROTECTED]:~$ wvdial
-- WvDial: Internet dialer version 1.42
-- Cannot open /dev/ttyS3: No such device
-- Cannot open /dev/ttyS3: No such device
-- Cannot open /dev/ttyS3: No such device

Comment : This is just after bootup

[EMAIL PROTECTED]:~$ su
Password:
berbice:/home/akintayo# wvdial
-- WvDial: Internet dialer version 1.42
-- Cannot open /dev/ttyS3: Input/output error
-- Cannot open /dev/ttyS3: Input/output error
-- Cannot open /dev/ttyS3: Input/output error
berbice:/home/akintayo# isapnp /etc/isapnp.conf
Board 1 has Identity 71 ee a4 e5 b4 90 30 72 56:  USR3090 Serial No 
4003784116 [checksum 71]
/etc/isapnp.conf:84 -- Fatal - resource conflict allocating 8 bytes of 
IO at 2E8 (see /proc/ioports)
/etc/isapnp.conf:84 -- Fatal - Error occurred executing request 
'IORESCHECK ' --- further action aborted


Comment : after isapnp has executed wvdial works

Thanks for any insight you can provide
Peace
--
Never in the world does hatred cease by hatred; hatred ceases by love.
-- Buddha



Re: [isa pnp] configuration materielle (Etait: Re: Installation totale de X sous la console)

2001-08-24 Thread Phil
On Fri, Aug 24, 2001 at 08:12:01PM +0200, Nicolas Bertolissio wrote:
 On Fri, Aug 24, 2001 at 07:01:17PM +0200, Michel Grentzinger wrote:
 [...]
  PS : c'est parfois compliqué de vouloir tout faire avec Debian ;-)
 mais non, j'y suis arrivé alors que je n'ai jamais utilisé window$

  je confirme : vraiment, c'est dur de configurer certaines choses  :(
Subject: Re: [isa pnp] configuration materielle
Date: Wed, 22 Aug 2001 14:33:23 +0200
Je sais que l'exemple n'est pas très bon, mais s'il restait quelques
bitouilleurs sachant encore ce qu'est une irq, je serai vraiment content...
Je suis bloqué.
Allez, soyez sympas : un lien ? Une doc ?
-- 
Phil



Re: [isa pnp] configuration materielle

2001-08-22 Thread Bruno Bonfils
Le mar 21 août, Phil a écrit :
 salut à toutes et à tous  ;)
 
   j'en suis toujours (voir Sat, 14 Jul 2001 : [config] carte son)
 à configurer la carte son (ISA PnP), dont voici la description :
 
 . controller : ESS1879
(proprietary driver), PnP, 16-bit stereo,
full-duplex 16-bit ADC, 3 DACs for audio,
music synthesis and I²S zoom-video max. record  playback
up to 44Khz stereo (WAVE audio) 20-voice FM music
(ESFM(tm) technology)
 . wavetable : ESS692
 . compatibility : Sound Blaster Pro(tm) 3.01, 16-bit FM,
   MU401(UART mode), MS Windows Sound System(tm)
 
 de mon portable (Clevo 668 Multimedia Notebook), avec une Potato.
 
 
   j'ai déjà eu plusieurs conseils :
 . bloquer l'IRQ correspondant dans ton BIOS :
   pas possible à ma connaissance sur ce bios,
 . (sound blaster) il me semble que c'est L'IRQ7 qu'il faut toucher.
 

essaie pnpdump  myfichier

Edites le fichier pour decommenter les lignes qui correspondent a ta
configuration sous win (désolé), et n'oublies pas la ligne Active 
(1 truc du genre, désole, je n'ai plus de carte isa)

Ensuite tu fais isapnp myfichier

-- 
 Bruno Bonfils
 Admin Sys Linux
 Developpeur

 http://www.darksnow.org  http://www.darksnow.org/~asyd/

Massi007 ki a une licence pirate des oss?

 - #linuxfr


pgpXgtFErnBkC.pgp
Description: PGP signature


Re: [isa pnp] configuration materielle

2001-08-22 Thread Phil
On Wed, Aug 22, 2001 at 12:03:00AM +0200, Bruno Bonfils wrote:
 Le mar 21 août, Phil a écrit :
  à configurer la carte son (ISA PnP), dont voici la description :
  . controller : ESS1879
 (proprietary driver), PnP, 16-bit stereo,
 full-duplex 16-bit ADC, 3 DACs for audio,
 music synthesis and I²S zoom-video max. record  playback
 up to 44Khz stereo (WAVE audio) 20-voice FM music
 (ESFM(tm) technology)
  . wavetable : ESS692
  . compatibility : Sound Blaster Pro(tm) 3.01, 16-bit FM,
MU401(UART mode), MS Windows Sound System(tm)
  de mon portable (Clevo 668 Multimedia Notebook), avec une Potato.
  
j'ai déjà eu plusieurs conseils :
  . bloquer l'IRQ correspondant dans ton BIOS :
pas possible à ma connaissance sur ce bios,
  . (sound blaster) il me semble que c'est L'IRQ7 qu'il faut toucher.


  finalement, j'ai rebooté  :(
Et j'avoue ma méconnaissance... Le bios permet les réglages suivants :

Audio Port Addresses : 220h-22Fh (coché par défaut)
   240h-24Fh
   260...
   280 
Midi Port Addresses : 300h-303h (coché par défaut)
  310h-313h
  320...
  330...
Audio/Midi IRQ : IRQ 5 (coché par défaut)
 IRQ 7
 IRQ 9
 IRQ 10
Audio DMA CH1 : DMA 0
DMA 1
DMA 3 (coché par défaut)
Audio DMA CH2 : DMA 1
DMA 3
DMA 5 (coché par défaut)


 essaie pnpdump  myfichier

d'abord, merci pour ton intérêt  :))
  suite à mes divers pnpdump (pas encore testé ta méthode), j'obtiens,
avec le fichier suivant :
  - début /etc/isapnp.conf -
#(debug)
#(IGNORECRC)
#(READPORT 0x3bb)
#(ISOLATE)
#(IDENTIFY *)
#(CONFIGURE DFX/1493 (LD 0 (IO 0 (BASE 0x3e8)) (INT 0 (IRQ 12 (MODE +E))) (A
CT Y)))
#(CONFIGURE DFX/1493 (LD 0 (REG 7 (PEEK)) (REG 0x30 (PEEK
#(CONFIGURE DFX/1493 (LD 1 (REG 7 (PEEK)) (REG 0x30 (PEEK
# Try to force logical device 2 (which doesn't exist)...
#(CONFIGURE DFX/1493 (LD 1 (REG 7 (POKE 2) (PEEK)) (REG 0x30 (PEEK
# .. hence this gives an error
#(CONFIGURE DFX/1493 (LD 2 (REG 7 (PEEK)) (REG 0x30 (PEEK
#(WAITFORKEY)
  - fin /etc/isapnp.conf -
les résultats qui suivent :


# dmesg 
Linux version 2.2.17 ([EMAIL PROTECTED]) (gcc version 2.95.2 2313 (Debian 
GNU/Li
nux)) #1 Sun Jun 25 09:24:41 EST 2000
[...]
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1100-0x1107, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x1108-0x110f, BIOS settings: hdc:pio, hdd:pio
hda: IBM-DBCA-206480, ATA DISK drive
hdc: TOSHIBA CD-ROM XM-1802B, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: IBM-DBCA-206480, 6194MB w/420kB Cache, CHS=839/240/63
hdc: ATAPI 24X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.11
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
[...]
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
SB 3.01 detected OK (220)
ESS chip ES1879 detected
# = [correspond au User's Manual : controller : ESS1879]
Serial driver version 4.27 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
Linux PCMCIA Card Services 3.1.8
  kernel build: 2.2.17 unknown
  options:  [pci] [cardbus] [apm]
Intel PCIC probe: 
  TI 1250A PCI-to-CardBus at bus 0 slot 3, mem 0x6800, 2 sockets
host opts [0]: [ring] [pwr save] [isa irq] [no pci irq] [lat 168/176] [bus 3
2/34]
host opts [1]: [ring] [pwr save] [isa irq] [no pci irq] [lat 168/176] [bus 3
5/37]
ISA irqs (scanned) = 3,4,7,9,10 polling interval = 1000 ms
cs: IO port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
cs: IO port probe 0x0800-0x08ff: excluding 0x800-0x807
cs: IO port probe 0x0100-0x04ff: excluding 0x300-0x307 0x378-0x37f 0x388-0x38f 0
x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0xa000-0xa0ff: clean.
aha152x: processing commandline: ok
aha152x: BIOS test: passed, detected 1 controller(s)
aha152x0: vital data: PORTBASE=0x340, IRQ=3, SCSI ID=7, reconnect=enabled, parit
y=enabled, synchronous=disabled, delay=100, extended translation=disabled
aha152x: trying software interrupt, ok.
scsi0 : Adaptec 152x SCSI driver; $Revision: 1.7 $
scsi : 1 host.
aha152x_cs: no SCSI devices found
scsi : 0 hosts.
tty02 at 0x02f8 (irq = 3) is a 16550A
parport0: PC-style at 0x378 [SPP]
parport_probe: failed
parport0: no IEEE-1284 device present.
lp0: using parport0 (polling).
[...]


# lsmod
Module  Size  Used by
ppp_deflate38988   0  (autoclean)
bsd_comp3828   0  (autoclean)
ppp20684   0  (autoclean) [ppp_deflate bsd_comp]
slhc4436   0  (autoclean) [ppp]
af_packet   6040   0  (autoclean

[Potato] IRQ/DMA/IO config with ISA PnP card (Was: Re: Soundblaster 16)

2001-08-22 Thread Phil
hello everybody  ;)

On Wed, Aug 22, 2001 at 01:10:02PM -, [EMAIL PROTECTED] wrote:



 From: Markus Hansen [EMAIL PROTECTED]
 Subject: Re: Soundblaster 16
 Date: Wed, 22 Aug 2001 12:27:29 +0200
 i tried to install my isa pnp soundblaster like you discribed, a sound system
 should be activated in the kernel...
 (now it is a different installation)
 i used the things you wrote but it said
 output dma timeout
 probably irq/dma conflict
 what can i do?
 i already used different settings for dma16 and irq
 
  Many SB16 cards can be configured to select PnP or a fixed IRQ.  If
  yours has that capability, you should definitely use a fixed IRQ.  In
  my case, I created /etc/modutils/sb with the following line:
  options io=0x220 irq=7 dma=1 dma16=5 mpu_io=330
  I then ran 'update-modules' (which creates /etc/modules.conf) and
  'insmod sb' and sound was working.
  I put this line in /etc/modules, so sound would be enabled after boot:
  sb #Soundblaster 16
 
  On Thu, Jul 19, 2001 at 09:22:17AM -0400, Adam Bell wrote:
   I have the same card.
   Probably your problem is that it's in plug and play mode, and since it's
   an ISA card that is suckland for Linux.
   You need a package called isapnp (apt-get install isapnp), which might
   already be there.  Then you need to dump the output of pnpdump --config
   into /etc/isapnp.conf (as root).  Then you should be set recognizing the
   card (IF isa plug and play is enabled in your kernel...which it should
   be.  If not, check modconf / recompile kernel with isapnp support).  Try
   isapnp /etc/isapnp.conf.  It should recognize some crap and your sound
   card, and tell you your settings (dma, dma16, io, irq)  Write down those
   4 things, then go into modconf.  The module you want is sb in with all
   the other cards (It'll automagically get sound-core and all that other
   crap).  For parameters, pass it all those 4 things (io=0x220 dma=1
   dma16=5 irq=5 for example).
  
   Hi
   I have got a Debian gnu/linux 2.2 potato on my PC.
   My problem is the soundcard while using KDE2.
   I have a Creative Soundblaster sb16


  well, I get a similar problem with my laptop (Clevo 668 Multimedia
Notebook), and with a Potato.
The soundcard is :

. controller : ESS1879
   (proprietary driver), PnP, 16-bit stereo,
   full-duplex 16-bit ADC, 3 DACs for audio,
   music synthesis and I²S zoom-video max. record  playback
   up to 44Khz stereo (WAVE audio) 20-voice FM music
   (ESFM(tm) technology)   
. wavetable : ESS692
. compatibility : Sound Blaster Pro(tm) 3.01, 16-bit FM,
  MU401(UART mode), MS Windows Sound System(tm)


  I have tried :

pnpdump -rDim :
# $Id: pnpdump.c,v 1.21 1999/12/09 22:28:33 fox Exp $
# # Release isapnptools-1.21 (library isapnptools-1.21)
# #
# # This is free software, see the sources for details.
# # This software has NO WARRANTY, use at your OWN RISK
# #
# # For details of the output file format, see isapnp.conf(5)
# #
# # For latest information and FAQ on isapnp and pnpdump see:
# # http://www.roestock.demon.co.uk/isapnptools/
# #
# # Compiler flags:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
# # (for   library:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR)
# #
# # Trying port address 0273
#
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0 *** 00
# [...]
# Trying port address 03f3
# [...]
# fc fc - bit 00, goodaddress 0 *** csum *** 00
# No boards found


  No boards found...! But, so, I got :

  - beginning of my /etc/isapnp.conf -
#(debug)
#(IGNORECRC)
#(READPORT 0x3bb)
#(ISOLATE)
#(IDENTIFY *)
#(CONFIGURE DFX/1493 (LD 0 (IO 0 (BASE 0x3e8)) (INT 0 (IRQ 12 (MODE +E))) (A
CT Y)))
#(CONFIGURE DFX/1493 (LD 0 (REG 7 (PEEK)) (REG 0x30 (PEEK
#(CONFIGURE DFX/1493 (LD 1 (REG 7 (PEEK)) (REG 0x30 (PEEK
# Try to force logical device 2 (which doesn't exist)...
#(CONFIGURE DFX/1493 (LD 1 (REG 7 (POKE 2) (PEEK)) (REG 0x30 (PEEK
# .. hence this gives an error
#(CONFIGURE DFX/1493 (LD 2 (REG 7 (PEEK)) (REG 0x30 (PEEK
#(WAITFORKEY)
  - end of my /etc/isapnp.conf -


  then I reboot to have a look at the BIOS ; it offers the following
settings :

Audio Port Addresses : 220h-22Fh (default value)
   240h-24Fh
   260...
   280 
Midi Port Addresses : 300h-303h (default value)
  310h-313h
  320...
  330...
Audio/Midi IRQ : IRQ 5 (default value)
 IRQ 7
 IRQ 9
 IRQ 10
Audio DMA CH1 : DMA 0
DMA 1
DMA 3 (default value)
Audio DMA CH2 : DMA 1
DMA 3
DMA 5 (default value)


  now, I have :


# dmesg

[Potato] IRQ/DMA/IO config with ISA PnP card (Was: Re: Sound cards Linux?)

2001-08-22 Thread Phil
On Wed, Aug 22, 2001 at 08:42:10AM -0700, Jason Majors wrote:
 Most SB compatibles mean the SB16 'standard'.
 You need to add the lines
 soundcore
 sb
 to /etc/modules to get it to load at boot.
 and run insmod soundcore and insmod sb to get it to run now.
 
 On Wed, Aug 22, 2001 at 06:53:35AM -0700, David Frischknecht scribbled...
  Hello, 
   
  I just want to express my appreciation for all the help I've gotten from 
  the members of this list.  I'm practically a Linux newbie, so all of the 
  configuration that's needed to get it up and running is unfamiliar to me. 
   I'd like to know how I could get my ESS Audiodrive sound card to work 
  with Linux.  I know it's SoundBlaster compatible, but I'm not sure which 
  SoundBlaster protocol it's compatible with.  Could somebody help me out 
  with this?  Thanks a bunch.  :-) 

  see :
Subject: [Potato] IRQ/DMA/IO config with ISA PnP card (Was: Re:
Soundblaster 16)
Date: Wed, 22 Aug 2001 19:37:11 +0200

  any links/docs ?
-- 
Phil



[isa pnp] configuration materielle

2001-08-21 Thread Phil
salut à toutes et à tous  ;)

  j'en suis toujours (voir Sat, 14 Jul 2001 : [config] carte son)
à configurer la carte son (ISA PnP), dont voici la description :

. controller : ESS1879
   (proprietary driver), PnP, 16-bit stereo,
   full-duplex 16-bit ADC, 3 DACs for audio,
   music synthesis and I²S zoom-video max. record  playback
   up to 44Khz stereo (WAVE audio) 20-voice FM music
   (ESFM(tm) technology)
. wavetable : ESS692
. compatibility : Sound Blaster Pro(tm) 3.01, 16-bit FM,
  MU401(UART mode), MS Windows Sound System(tm)

de mon portable (Clevo 668 Multimedia Notebook), avec une Potato.


  j'ai déjà eu plusieurs conseils :
. bloquer l'IRQ correspondant dans ton BIOS :
  pas possible à ma connaissance sur ce bios,
. (sound blaster) il me semble que c'est L'IRQ7 qu'il faut toucher.

  j'ai essayé :
pnpdump -rDim :
# $Id: pnpdump.c,v 1.21 1999/12/09 22:28:33 fox Exp $
# # Release isapnptools-1.21 (library isapnptools-1.21)
# #
# # This is free software, see the sources for details.
# # This software has NO WARRANTY, use at your OWN RISK
# #
# # For details of the output file format, see isapnp.conf(5)
# #
# # For latest information and FAQ on isapnp and pnpdump see:
# # http://www.roestock.demon.co.uk/isapnptools/
# #
# # Compiler flags:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
# # (for   library:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR)
# #
# # Trying port address 0273
#
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0
# # ff ff - bit 00, goodaddress 0 *** 00
# [...]
# Trying port address 03f3
# [...]
# fc fc - bit 00, goodaddress 0 *** csum *** 00
# No boards found

  par ailleurs, quelqu'un m'a conseillé d'essayer :
modprobe sb
modprobe sb io=0x300 irq=9 dma=1
modprobe sb io=0x240 irq=5 dma=5
modprobe sb io=0x240 irq=5 dma=1
modprobe sb io=0x220 irq=4 dma=1

  où puis-je trouver des infos sur comment configurer les IO/IRQ/DMA ?
Je pense utiliser alsa, mais j'aimerai déjà configurer matériellement
cette carte.

merci,
-- 
Phil



3c509b and dos utility to disable PnP; or isapnptools

2001-08-18 Thread Antonio Rodriguez
What would be better, disabling PnP for 3c509b using the DOS utility from
http://www.3com.com ? or use isapnptools?
I would like to hear some opinions before proceeding. I was about to install
isapnptools when I saw the warning in the lower half of the screen (dselect,
2.2rev3) about some potential nasty consequences.
Thanks,
AR



Re: 3c509b and dos utility to disable PnP; or isapnptools

2001-08-18 Thread Nathan E Norman
On Sat, Aug 18, 2001 at 06:01:08PM -0400, Antonio Rodriguez wrote:
 What would be better, disabling PnP for 3c509b using the DOS utility from
 http://www.3com.com ? or use isapnptools?
 I would like to hear some opinions before proceeding. I was about to install
 isapnptools when I saw the warning in the lower half of the screen (dselect,
 2.2rev3) about some potential nasty consequences.

I didn't think you could disable PnP on a 3c5x9 using isapnp (think
about it).

The DOS util from 3com works ok, but you could also try nictools-nopci
(in woody) or 3c5x9utils (in potato).

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpRcGNgrOPwV.pgp
Description: PGP signature


Re: 3c509b and dos utility to disable PnP; or isapnptools

2001-08-18 Thread Greg Madden
Nathan E Norman wrote:
 
 On Sat, Aug 18, 2001 at 06:01:08PM -0400, Antonio Rodriguez wrote:
  What would be better, disabling PnP for 3c509b using the DOS utility from
  http://www.3com.com ? or use isapnptools?
  I would like to hear some opinions before proceeding. I was about to install
  isapnptools when I saw the warning in the lower half of the screen (dselect,
  2.2rev3) about some potential nasty consequences.
 
 I didn't think you could disable PnP on a 3c5x9 using isapnp (think
 about it).
 
 The DOS util from 3com works ok, but you could also try nictools-nopci
 (in woody) or 3c5x9utils (in potato).

I use the 3c509b's in various box's, all have the pnp disabled. I have
never used isapnptools so I can't speak to issues there. I have used
3c5x9utils , works okay, but for trouble free performance, for me, I am
using kernels with the module (3c509) compiled in. This is for systems
with 2 nics, one for a cable modem (3c509 as eth0) and a pci nic for the
internal network. 
-- 
Greg Madden



ISA no-PNP

2001-08-08 Thread Imobach González Sosa
Bueno, saludos a todos.

Meti la debian en un 486 DX4 a 100 (lo mejor de todo es que sólo tiene
8 megas de RAM, así que del dselect ni hablamos) :.

El problema que tenía, porque ya está solucionado, es que tenía una tarjeta
de red compatible ne2000 ISA y no PNP (plug and pray... perdón, and play... es 
que
me estaba acordando del innombrable).

No recordaba que puerto io tenía asignado... ¿qué forma hay de averiguarlo
La solución fue recompilar el núcleo con soporte para ne 2000 integrado en el 
mismo
(no como módulo) y entonces en el arranque ya me la detecta con normalidad.

Pero me parece un poco bestia tener que recompilar el núcleo para averiguar 
esto.
¿Alguien sabe cómo hacer ésto? ¿Cómo ver parámetros de hardware para los que no
hay módulos instalados? Porque con lspci y pnpdump, se puede... pero si la 
tarjeta no 
es ni pci ni pnp :P

En fin, es simple curiosidad.

Millón de gracias de antemano.

-- 
(o_.'   Imobach González Sosa
//\c{}  [EMAIL PROTECTED]
V__)_   [EMAIL PROTECTED]
osoh en irc-hispano
Usuario Linux #201634
Debian GNU/Linux `Woody' con núcleo 2.4.7 sobre AMD K7 Athlon

Es verdad que optamos por la risa en casi todas las situaciones, con excepción 
de una que otra visita al dentista.
-- Joseph Heller. 



Re: ISA no-PNP

2001-08-08 Thread Ramon Pons Vivanco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 09 August 00:09, Imobach González Sosa wrote:
 Bueno, saludos a todos.

 Meti la debian en un 486 DX4 a 100 (lo mejor de todo es que sólo tiene
 8 megas de RAM, así que del dselect ni hablamos) :.

 El problema que tenía, porque ya está solucionado, es que tenía una tarjeta
 de red compatible ne2000 ISA y no PNP (plug and pray... perdón, and play...
 es que me estaba acordando del innombrable).

 No recordaba que puerto io tenía asignado... ¿qué forma hay de
 averiguarlo La solución fue recompilar el núcleo con soporte para ne
 2000 integrado en el mismo (no como módulo) y entonces en el arranque ya me
 la detecta con normalidad.

 Pero me parece un poco bestia tener que recompilar el núcleo para averiguar
 esto. ¿Alguien sabe cómo hacer ésto? ¿Cómo ver parámetros de hardware para
 los que no hay módulos instalados? Porque con lspci y pnpdump, se puede...
 pero si la tarjeta no es ni pci ni pnp :P

 En fin, es simple curiosidad.

Puedes hacer un script que vaya probando la io:
insmod ne.o io=0x200
insmod ne.o io=0x220 ...

No es muy elegante, pero puede sacar del apuro.


 Millón de gracias de antemano.

De nada.

Un saludo,

Ramón Pons Vivanco
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjtxzvsACgkQZOQ0b7kuf9BJAgCfdF3Lrxw/6Pn0xiOmUZ2KJmo5
iS8AoKrij/Xpnvtqo4BEMOkbeA6+PLBh
=kjsR
-END PGP SIGNATURE-



isa-pnp, modem the 2.4.5 kernel

2001-06-29 Thread Parrish M Myers
Can anyone help?

I have a 3Com US Robotics 56K Voice Fax Internal modem...  It worked
great with isapnp and the 2.2.18 kernel.  As soon as I upgraded my
system to unstable and the 2.4.5 kernel, it won't work anymore.  The
isa-pnp.o kernel module detects the modem but upon 'cat /proc/isapnp'
it tells me that the device is not active and spews out severial
configuration options...  It apparently doesn't set up the card
properly. 

Does anyone know how to use isa-pnp to get the modem configured
properly?

one side point, '/dev/ttyS4' echos back and ATDT so I think the card
may be bound to that serial port... but if that is the case, why is it
that every time I try to use that port I get the error message that the
ioctl is invalid?  Invalid ioctl... what is that!

Thanks
Parrish Myers

=
---
Academia is a little like child   | Parrish M. Myers
rearing, it provides a chance at  | The Wacked Jester
immortality without the stretch   | [EMAIL PROTECTED]
marks  -- (unknown source)|
---

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: isa-pnp, modem the 2.4.5 kernel

2001-06-29 Thread ktb
On Thu, Jun 28, 2001 at 09:51:24PM -0700, Parrish M Myers wrote:
 Can anyone help?
 
 I have a 3Com US Robotics 56K Voice Fax Internal modem...  It worked
 great with isapnp and the 2.2.18 kernel.  As soon as I upgraded my
 system to unstable and the 2.4.5 kernel, it won't work anymore.  The
 isa-pnp.o kernel module detects the modem but upon 'cat /proc/isapnp'
 it tells me that the device is not active and spews out severial
 configuration options...  It apparently doesn't set up the card
 properly. 
 
 Does anyone know how to use isa-pnp to get the modem configured
 properly?
 
 one side point, '/dev/ttyS4' echos back and ATDT so I think the card
 may be bound to that serial port... but if that is the case, why is it
 that every time I try to use that port I get the error message that the
 ioctl is invalid?  Invalid ioctl... what is that!

A guess but did you upgrade PPP along with the kernel as specified in -
/usr/src/linux/Documentation/Changes ?
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: isa-pnp, modem the 2.4.5 kernel

2001-06-29 Thread Greg Rowe
I admit this solution is annoying and is not the way to go...but
temprarily you could use the old isa-pnp tools.  Just do
pnpdump -c | isapnp

Did you possibly forget to compile in serial port stuff?  Just a shot in
the dark...

Greg

On Thu, 28 Jun 2001, Parrish M Myers wrote:

 Can anyone help?

 I have a 3Com US Robotics 56K Voice Fax Internal modem...  It worked
 great with isapnp and the 2.2.18 kernel.  As soon as I upgraded my
 system to unstable and the 2.4.5 kernel, it won't work anymore.  The
 isa-pnp.o kernel module detects the modem but upon 'cat /proc/isapnp'
 it tells me that the device is not active and spews out severial
 configuration options...  It apparently doesn't set up the card
 properly.

 Does anyone know how to use isa-pnp to get the modem configured
 properly?

 one side point, '/dev/ttyS4' echos back and ATDT so I think the card
 may be bound to that serial port... but if that is the case, why is it
 that every time I try to use that port I get the error message that the
 ioctl is invalid?  Invalid ioctl... what is that!

 Thanks
 Parrish Myers

 =
 ---
 Academia is a little like child   | Parrish M. Myers
 rearing, it provides a chance at  | The Wacked Jester
 immortality without the stretch   | [EMAIL PROTECTED]
 marks  -- (unknown source)|
 ---

 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/




-- 
Greg Rowe
Paranoia is a virtue.
http://www.therowes.net



Re: isa-pnp, modem the 2.4.5 kernel

2001-06-29 Thread Parrish M Myers
apt-get dist-upgrade did that for me... it is the latest version.

Parrish

--- ktb [EMAIL PROTECTED] wrote:
 On Thu, Jun 28, 2001 at 09:51:24PM -0700, Parrish M Myers wrote:
  Can anyone help?
  
  I have a 3Com US Robotics 56K Voice Fax Internal modem...  It
 worked
  great with isapnp and the 2.2.18 kernel.  As soon as I upgraded my
  system to unstable and the 2.4.5 kernel, it won't work anymore. 
 The
  isa-pnp.o kernel module detects the modem but upon 'cat
 /proc/isapnp'
  it tells me that the device is not active and spews out severial
  configuration options...  It apparently doesn't set up the card
  properly. 
  
  Does anyone know how to use isa-pnp to get the modem configured
  properly?
  
  one side point, '/dev/ttyS4' echos back and ATDT so I think the
 card
  may be bound to that serial port... but if that is the case, why is
 it
  that every time I try to use that port I get the error message that
 the
  ioctl is invalid?  Invalid ioctl... what is that!
 
 A guess but did you upgrade PPP along with the kernel as specified in
 -
 /usr/src/linux/Documentation/Changes ?
 kent
 
 -- 
  From seeing and seeing the seeing has become so exhausted
  First line of The Panther - R. M. Rilke
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


=
---
Academia is a little like child   | Parrish M. Myers
rearing, it provides a chance at  | The Wacked Jester
immortality without the stretch   | [EMAIL PROTECTED]
marks  -- (unknown source)|
---

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: placa sb16 pnp - nao pega

2001-06-10 Thread Francisco Maciel
Olá ALL,

Celso, instala o 'sndconfig' e rode-o no console que é bem provável
que ele consiga detectar corretamente sua placa e se não ele é bem
intuitivo para configuração dos parâmetros da mesma.

Na minha máquina ele consegui detectar corretamente, e entrega todo
funcionando beleza; Só que quando reinicio o computador ele perde a
confuração. Espero que com você não ocorra esse problema.

   __  ___ _ __
  /  |/  /__ _(_)__ / / [EMAIL PROTECTED]
 / /|_/ / _ `/ __/ / -_) /  [EMAIL PROTECTED]
/_/  /_/\_,_/\__/_/\__/_/  ICQ 44570007.

On Sat, 9 Jun 2001, Celso Andrade wrote:

 Olá lista,
 
 venho acompanhando há algum tempo a lista e aprendido bastante, sou novo
 no debian e acredito ter encontrado a distribuição ideal.
 mas, vou direto ao ponto, estou tentando configurar minha placa de som
 sound blaster16 isa pnp. No win, no conectiva e mandrake ela funciona
 legal. Mas no debian não consegui ainda. Usei o pnpdump e isapnp mas não
 acha. Havia um conflito com o modem, mas já resolvi jampeando.
 Como posso fazê-la funcionar então?
 
 ela está na irq 5 dma 1 e 5.
 
 Só falta isso para funcionar na minha máquina.
 
 Obrigado.
 -- 
 Celso Andrade
 [EMAIL PROTECTED]
 UIN: 107390204



placa sb16 pnp - nao pega

2001-06-09 Thread Celso Andrade
Olá lista,

venho acompanhando há algum tempo a lista e aprendido bastante, sou novo
no debian e acredito ter encontrado a distribuição ideal.
mas, vou direto ao ponto, estou tentando configurar minha placa de som
sound blaster16 isa pnp. No win, no conectiva e mandrake ela funciona
legal. Mas no debian não consegui ainda. Usei o pnpdump e isapnp mas não
acha. Havia um conflito com o modem, mas já resolvi jampeando.
Como posso fazê-la funcionar então?

ela está na irq 5 dma 1 e 5.

Só falta isso para funcionar na minha máquina.

Obrigado.
-- 
Celso Andrade
[EMAIL PROTECTED]
UIN: 107390204begin:vcard 
adr;dom:;;;recife/pe;;;
n:.;Celso
x-mozilla-html:FALSE
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Celso .
end:vcard


Re: placa sb16 pnp - nao pega

2001-06-09 Thread Rodrigo Morais Araujo
On Sat, 9 Jun 2001, Celso Andrade wrote:

 Olá lista,

 venho acompanhando há algum tempo a lista e aprendido bastante, sou novo
 no debian e acredito ter encontrado a distribuição ideal.

É assim que se fala...

 mas, vou direto ao ponto, estou tentando configurar minha placa de som
 sound blaster16 isa pnp. No win, no conectiva e mandrake ela funciona
 legal. Mas no debian não consegui ainda. Usei o pnpdump e isapnp mas não
 acha. Havia um conflito com o modem, mas já resolvi jampeando.
 Como posso fazê-la funcionar então?

 ela está na irq 5 dma 1 e 5.


Tenho uma placa dessa tb... uso a opção da bios dizendo que o OS não é
plug-and-play para não ter que me preocupar com o isapnp, depois só é
carregar os modulos com os io's irq's e dma's corretamente que fica tudo
beleza, no meu caso utilizo os seguintes modulos e opções:

sb io=0x220 irq=5 dma=1 dma16=5
opl3 io=0x388

 Só falta isso para funcionar na minha máquina.

 Obrigado.
 --
 Celso Andrade
 [EMAIL PROTECTED]
 UIN: 107390204

Espero ter ajudado

--==: Rodrigo Morais Araujo :==--
--==:   :==--
--==:  [EMAIL PROTECTED]   :==--
--==:[EMAIL PROTECTED]:==--
begin:vcard 
adr;dom:;;;recife/pe;;;
n:.;Celso
x-mozilla-html:FALSE
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Celso .
end:vcard


Re: Sound Blaster 16 PnP

2001-05-29 Thread Robert Cymbala

Hi:
I use Sound Blaster AWE64 and found this one to be very helpful:

  Configuring Sound in Debian GNU/Linux
  http://www.tux.org/~tbr/sound-debian/
 Last modified 02/27/01 05:43:01 
 Ted Ruegsegger
 [EMAIL PROTECTED] 

It's very recent and is more up-to-date than some of the HOWTOs and
Mini-HOWTOs.  For example, some older documentation goes into detail
about the kernel, and how it needs to be recompiled.  Whereas the
above guide says:
   If you're using an out-of-the-box kernel, it almost certainly has
support already compiled in for all likely modules, including
sound, so you don't need to do any further configuration.

Cheers,
Robert

On Sat, May 26, 2001 at 06:32:07PM -0700, Reza wrote:
 Hi anyone...
 
 I wonder if anyone would help me with my soundcard
 problem.. I use Sound Blaster 16 Pnp which is in ISA
 Slot, my friend told me to use ALSA instead of OSS,
 can anyone tell what packages do I need to install
 ALSA besides alsaconf ?
 Thank you very much
 Sincerely,
 Reza

-- 
 Robert Cymbala [EMAIL PROTECTED] ...or... [EMAIL PROTECTED]
QUEBEC CITY -- The leaders of 34 Western Hemisphere nations...
   promised to create a hemisphere in which `no one is left
 behind.' -- April 23. JAMES GERSTENZANG, L.A. Times



Re: Sound Blaster 16 PnP

2001-05-28 Thread sherab
Hi, 
Apart from alsa-config you need 
alsa-driver-0.5.10b.tar.bz2
alsa-lib-0.5.10b.tar.bz2
alsa-utils-0.5.10.tar.bz2   and install them in the same order.
check out the ftp://ftp.alsa-project.org/pub/driver/ for
newer versions.

regards,
sherab

On Sat, May 26, 2001 at 06:32:07PM -0700, Reza wrote:
 Hi anyone...
 
 I wonder if anyone would help me with my soundcard
 problem.. I use Sound Blaster 16 Pnp which is in ISA
 Slot, my friend told me to use ALSA instead of OSS,
 can anyone tell what packages do I need to install
 ALSA besides alsaconf ?
 Thank you very much
 Sincerely,
 Reza
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



Sound Blaster 16 PnP

2001-05-26 Thread Reza
Hi anyone...

I wonder if anyone would help me with my soundcard
problem.. I use Sound Blaster 16 Pnp which is in ISA
Slot, my friend told me to use ALSA instead of OSS,
can anyone tell what packages do I need to install
ALSA besides alsaconf ?
Thank you very much
Sincerely,
Reza

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



[slightly OT] solution for pnp module problems

2001-02-28 Thread tom
Just though I would pass this info along, in case it might help someone.
I use the cs4232 OSS sound module to drive my PnP onboard sound card.  The 
driver specifically supports PnP.  When I switched to the 2.4.2 kernel from
2.2.18, I noticed that I could no longer insmod cs4232 - it said no such
device.  After some poking around on the kernel list, I found that this was
because I had enabled the ISA PnP feature in the kernel, as well as
standard PnP.  Apparently the kernel was grabbing the card before the sound
driver had a chance to.  Recompiling and leaving out ISA PnP support from
the kernel fixed my problems.

Anyway, if you have a similar problem with this or other modules supporting
PnP, give this a shot.  HTH -

Tom



Re: sb32 pnp no hay manera bjo debian potato

2001-02-14 Thread CAROLINA DOMINGUEZ GARCIA
intenta 
io=0x220 irq=5 dma16=6 dma=1

On Wed, 14 Feb 2001, Prosi wrote:

 DIspongo de kernel 2.2.18 pre y lo configure con soporte plug and play .
 
 he intentado configurar la sb32 pero no ha manera, recompile el
  nucleo con soporte pa modulos.
  tb ejecute las isapnp y parece k las isapnp me la pilla, pk pones esto:
 
 
  Board 1 has Identity 19 10 06 8f 0b 44 00 8c 0e:  CTL0044 Serial No
  268865291 [checksum 19]
  CTL0044/268865291[0]{Audio   }: Port 0x220; IRQ5 DMA1 DMA5
  --- Enabled OK
  CTL0044/268865291[2]{WaveTable   }: Port 0x620; --- Enabled OK
 
  cuando intento cargar el modulo con modconf o con modprobe le doy estas
 
  opciones:
  irq=5 io=0x220 dma=1 dma16=5 
  pero dice k no puede cargar el modulo...el soundcore o algo asi
 
  Tb pore los drivers ALSA, pero nada
 
  alguienme pueed ayudar?
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 



Re: sb32 pnp no hay manera bjo debian potato

2001-02-14 Thread Sergio Valdivielso Gomez
CAROLINA DOMINGUEZ GARCIA wrote:

 intenta
 io=0x220 irq=5 dma16=6 dma=1

 On Wed, 14 Feb 2001, Prosi wrote:

  DIspongo de kernel 2.2.18 pre y lo configure con soporte plug and play .
 
  he intentado configurar la sb32 pero no ha manera, recompile el
   nucleo con soporte pa modulos.
   tb ejecute las isapnp y parece k las isapnp me la pilla, pk pones esto:
 
 
   Board 1 has Identity 19 10 06 8f 0b 44 00 8c 0e:  CTL0044 Serial No
   268865291 [checksum 19]
   CTL0044/268865291[0]{Audio   }: Port 0x220; IRQ5 DMA1 DMA5
   --- Enabled OK
   CTL0044/268865291[2]{WaveTable   }: Port 0x620; --- Enabled OK
 
   cuando intento cargar el modulo con modconf o con modprobe le doy estas
 
   opciones:
   irq=5 io=0x220 dma=1 dma16=5 
   pero dice k no puede cargar el modulo...el soundcore o algo asi
 
   Tb pore los drivers ALSA, pero nada
 
   alguienme pueed ayudar?
 
 
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

hay otra manera, para configurar las tarjetas de sonido, bajate el paquete 
sndconfig.x.x.x.deb
del ftp de debian.org, compila el kernel con el modulo sound-core (como modulo) 
y ejecuta
sndconfig te la detecta sobre la marcha. Cuenta si tienes problemas. Tal vez 
necesites tambien
el paquete playmidi.x.x.x.deb
Instalalos con dpkg -i playmidi.x.x.x.deb y sndconfig.x.x.x.deb
Luego haz:
adduser usuario audio
chmod 666 /dev/audio
chmod 666 /dev/mixer
chmod 666 /dev/dsp
chmod 666 /dev/cdrom

--
===
Sergio Valdivielso Gomez
Adicto Linux Registrado : 150750
Debian GNU/LINUX 2.2 r2.2 Potato Kernel 2.2.18
Desde que no uso Micro$oft., no me duele la cabeza.
===





sb32 pnp no hay manera bjo debian potato

2001-02-13 Thread Prosi
DIspongo de kernel 2.2.18 pre y lo configure con soporte plug and play .

he intentado configurar la sb32 pero no ha manera, recompile el
 nucleo con soporte pa modulos.
 tb ejecute las isapnp y parece k las isapnp me la pilla, pk pones esto:


 Board 1 has Identity 19 10 06 8f 0b 44 00 8c 0e:  CTL0044 Serial No
 268865291 [checksum 19]
 CTL0044/268865291[0]{Audio   }: Port 0x220; IRQ5 DMA1 DMA5
 --- Enabled OK
 CTL0044/268865291[2]{WaveTable   }: Port 0x620; --- Enabled OK

 cuando intento cargar el modulo con modconf o con modprobe le doy estas

 opciones:
 irq=5 io=0x220 dma=1 dma16=5 
 pero dice k no puede cargar el modulo...el soundcore o algo asi

 Tb pore los drivers ALSA, pero nada

 alguienme pueed ayudar?





Re: pnp, cs4232, als100, als100+

2000-12-14 Thread Julian Armando Mena Zapata
Hola a todos:
Me auto contesto:
Instale en k2.2.18 (casualidad) con soporte para sb y opl.
Le ordene a la PC:
pnpdump -rc  borrar
isapnp borrar

La salida me decia:
0x220 IRQ5 DMA5 DMA1

con modconf en misc, sb le meti como parametros
io=0x220 irq=5 dma=1 dma16=5

Listo modulo instalado. Funciona la als100.

El posible error en la anterior instalacion (leer reply) fue:

Dadas la salida de isapnp asumi que dma era igual a DMA5 y dma16 igual 
a DMA1 pero estaba muy equivovado pues los parametros verdaderos eran
dma=DMA1 y dma16=DMA5.
Por ese conflicto era posible que sucediese el arrastre del sonido con el
raton (_c_ _cr_ ... con cada movimiento del raton) 

Gracias de antemano a posibles sugerencias y ampliaciones
  
 De nuevo con la tarjeta de sonido.
 La ens1370 ya la configure y funciona sin ningun problema, es mas, se la
 regale a un futuro linuxadicto para que no se desanimara.
 Ahora por chicanero necesito configurar ya sea una cs4232 o als100 o
 als100+.
 De primerazo intente como modulos del nucleo propios pero por no saber
 como meterle los parametros (io=0xXXX o io=0xXXX o io0xXXX o lo que sea),
 decidi intentar con alsa. Asi:
 
 directorios
 /usr/src/modules/alsadrivers/
 /usr/src/linux/
 
 comandos 
 en
 /usr/src/modules/alsadrivers/
 le doy 
 ./configure --with-isapnp=yes
 
 en cualquier parte
 export ALSA_CARDS=card-cs4232
 
 en
 /usr/src/linux/ 
 le doy
 make-kpkg --revision=2.2.17pre6-2 kernel_image
 make-kpkg --revision=2.2.17pre6-2 modules_image
 
 Listo, instalo el nucleo y reinicio la PC (nucleo con soporte para sonido,
 pnp, oss)
 
 le doy (por aqui sospecho mi falla)
 pnpdump -rc  borrar
 isapnp borrar
 
 Despues de esto instalo los modulos para la cs4232 (veo la salida de
 isapnp borrar y lo meto en alsaconf)
 
 La tarjeta funciona mal pues si utilizo xmms no puedo parar la
 reproduccion de mp3 pues al pararla no vuelve el sonido y el raton anda,
 para, anda, para.
 
 Con la als100 (compilo pero esta vez con export ALSA_CARDS=card-als100) no
 funciona pues la salida del sonido es con arrastre del raton incluida. La
 tarjeta se configura automaticamente una vez inicializada con isapnp
 
 Ya verifique DMA, IRQ, IO y no identifico conflictos (al menos
 yo no los veo). Funcionan bien en w32.
 
 Eso es lo que pasa. Alguien tiene una sugerencia para resolver el
 problema?



  1   2   3   4   >