[Bug 887309] Re: PCI/internal sound card detected but device not created

2020-05-06 Thread Marcus Tomlinson
This issue has sat incomplete for more than 60 days now. I'm going to
close it as invalid. Please feel free re-open if this is still an issue
for you. Thank you.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 887309] Re: PCI/internal sound card detected but device not created

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 887309] Re: PCI/internal sound card detected but device not created

2012-05-13 Thread David Garcia Rojo
Hi,

The patch posted here: 
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5250
works for me.

I just have to build alsa-driver manualy after applying the patch.

download alsa-driver.tar.bz2

sudo tar xjvf alsa-driver.tar.bz2
cd alsa-driver

copy the patch file here, then
patch -p1 -i emu1010pcie.patch

./configure
make
sudo make install

and then reboot.

tested on ubuntu 12.04

Hope that help someone.

The patch is not include on alsa 1.0.25 yet.
The alsa-source package still have a bug cause it fail on make command or with 
m-a.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-12-12 Thread Vadim Rutkovsky
** Also affects: alsa-driver via
   https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5250
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-12-12 Thread Bug Watch Updater
** Changed in: alsa-driver
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-12-10 Thread David Garcia Rojo
Hi,

I've read the manual of module assistant and I find the way to modify source.
But if I try to build it manually (without m-a) it failed because of missing 
included files. I think it's not the good solution.

If I build it with m-a it failed because of missing linux/smp_lock.h.
For that, I think that alsa-source package is not good because with a
google search I find that big lock has been removed from kernel. So
smp_lock.h should not be included on drivers code.

I've tried to build from git the last sources of alsa-driver... And the
build finished successfully... but all modules seems to be broken and I
cannot load it.

So I have to wait for your help.

If I could do something to get this card working, please tell me.

Best regards, David

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-12-08 Thread David Garcia Rojo
Hi,

I've found something on alsa bugtrack
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5250

the card is not recognized because the pci express card has a different
PCI subsystem id:

.subsystem = 0x42011102 for pci
and
.subsystem = 0x40071102 for pcie

I've tried to rebuild alsa-source with module-assistant but:
1. build failed with this error: erreur fatale: linux/smp_lock.h : Aucun 
fichier ou  dossier de ce type
2. even if I could build it,it seems that m-a dowload and unpack systematicaly 
the sources. So I cannot edit emu10k1_main.c

Can you fix alsa package please?
If not, can you help me find the way to patch alsa sources on my system?
I've googled for tutorials but I didn't find help to do that for the moment.

Thank you for help.

** Bug watch added: ALSA Bug Tracker #5250
   https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5250

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-11-20 Thread David Garcia Rojo
Hi,

is the information sent still incomplete?
How can I help?

Thanks In advance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-11-20 Thread Luke Yelavich
Ok I am not sure what the problem is, so marking confirmed for now.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-11-11 Thread David Garcia Rojo
Hi,

Is there any news?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-11-08 Thread David Garcia Rojo
This are lines I added trying to get my card working.
After removing this lines and reload alsa:
sudo alsa force-reload

I have the same error message:

Nov  8 23:13:07 SANJI kernel: [ 8984.153557] EMU10K1_Audigy :06:04.0: PCI 
INT A - GSI 16 (level, low) - IRQ 16
Nov  8 23:13:07 SANJI kernel: [ 8984.159863] Audigy2 value: Special config.
Nov  8 23:13:08 SANJI kernel: [ 8985.174484] AC'97 0 does not respond - RESET
Nov  8 23:13:08 SANJI kernel: [ 8985.174495] AC'97 0 access is not valid [0x0], 
removing mixer.
Nov  8 23:13:08 SANJI kernel: [ 8985.175825] EMU10K1_Audigy :06:04.0: PCI 
INT A disabled
Nov  8 23:13:08 SANJI kernel: [ 8985.175837] EMU10K1_Audigy: probe of 
:06:04.0 failed with error -5

Thanks for help!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-11-07 Thread David Garcia Rojo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 887309] Re: PCI/internal sound card detected but device not created

2011-11-07 Thread Luke Yelavich
Thanks for your bug report. What happens if you remove the emu10k module
options line from /etc/modprobe.d/alsa-base.conf?

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887309

Title:
  PCI/internal sound card detected but device not created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/887309/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs