mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Jurriaan <thunder7@xs4all.nl>
Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: 2.5.50: strange /devices/bus/pci/drivers/EMU10K1/Audigy entry - file is half there?
Date: Sun, 8 Dec 2002 10:26:03 +0000	[thread overview]
Message-ID: <20021208102603.B30105@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20021208055155.GB2712@middle.of.nowhere>; from thunder7@xs4all.nl on Sun, Dec 08, 2002 at 06:51:55AM +0100

On Sun, Dec 08, 2002 at 06:51:55AM +0100, Jurriaan wrote:
> INTEL :ls
> 8139too  EMU10K1/Audigy  HPT366 IDE  Promise Old IDE  VIA IDE  agpgart  matroxfb  parport_pc  serial
> INTEL :ls -l
> ls: EMU10K1/Audigy: No such file or directory

Someone has a "/" in their device name string (sound/pci/emu10k1/emu10k1.c):

static struct pci_driver driver = {
        .name = "EMU10K1/Audigy",
        .id_table = snd_emu10k1_ids,
        .probe = snd_card_emu10k1_probe,
        .remove = __devexit_p(snd_card_emu10k1_remove),
};

and "/" is, of course, the path separator.  Change the "/" to "_" or some
other character and it'll work.

(also copied to the alsa folk - alsa-devel@alsa-project.org.)

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


      reply	other threads:[~2002-12-08 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-08  5:51 Jurriaan
2002-12-08 10:26 ` Russell King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021208102603.B30105@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thunder7@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome