* usb_get_device_descriptor when building for 2.6.2-rc3
@ 2004-02-02 16:31 Frank Barknecht
2004-02-02 17:57 ` Takashi Iwai
0 siblings, 1 reply; 7+ messages in thread
From: Frank Barknecht @ 2004-02-02 16:31 UTC (permalink / raw)
To: alsa-devel
Hallo,
I'm trying to build ALSA-CVS for 2.6.2-rc3, because that kernel has
support for the emi62m firmware. Now I get unresolved symbols in
snd-usb-audio:
request_module: failed /sbin/modprobe -- snd-card-1. error = 256
snd_usb_audio: Unknown symbol usb_get_device_descriptor
Can anyone help?
ciao
--
Frank Barknecht _ ______footils.org__
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usb_get_device_descriptor when building for 2.6.2-rc3
2004-02-02 16:31 usb_get_device_descriptor when building for 2.6.2-rc3 Frank Barknecht
@ 2004-02-02 17:57 ` Takashi Iwai
2004-02-02 18:12 ` Takashi Iwai
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Takashi Iwai @ 2004-02-02 17:57 UTC (permalink / raw)
To: Frank Barknecht; +Cc: alsa-devel
At Mon, 2 Feb 2004 17:31:44 +0100,
Frank Barknecht wrote:
>
> Hallo,
>
> I'm trying to build ALSA-CVS for 2.6.2-rc3, because that kernel has
> support for the emi62m firmware. Now I get unresolved symbols in
> snd-usb-audio:
>
> request_module: failed /sbin/modprobe -- snd-card-1. error = 256
> snd_usb_audio: Unknown symbol usb_get_device_descriptor
do you enable the modle version?
then you'll need to rebuild alsa-driver, too.
Takashi
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usb_get_device_descriptor when building for 2.6.2-rc3
2004-02-02 17:57 ` Takashi Iwai
@ 2004-02-02 18:12 ` Takashi Iwai
2004-02-02 18:33 ` Frank Barknecht
2004-02-02 18:22 ` Frank Barknecht
2004-02-02 18:23 ` Frank Barknecht
2 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2004-02-02 18:12 UTC (permalink / raw)
To: Frank Barknecht; +Cc: alsa-devel
At Mon, 02 Feb 2004 18:57:10 +0100,
I wrote:
>
> At Mon, 2 Feb 2004 17:31:44 +0100,
> Frank Barknecht wrote:
> >
> > Hallo,
> >
> > I'm trying to build ALSA-CVS for 2.6.2-rc3, because that kernel has
> > support for the emi62m firmware. Now I get unresolved symbols in
> > snd-usb-audio:
> >
> > request_module: failed /sbin/modprobe -- snd-card-1. error = 256
> > snd_usb_audio: Unknown symbol usb_get_device_descriptor
>
> do you enable the modle version?
> then you'll need to rebuild alsa-driver, too.
well, it turned out that the USB in 2.6.2-rc3 changed its API... :-<
we'll need a hack again.
Takashi
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usb_get_device_descriptor when building for 2.6.2-rc3
2004-02-02 17:57 ` Takashi Iwai
2004-02-02 18:12 ` Takashi Iwai
@ 2004-02-02 18:22 ` Frank Barknecht
2004-02-02 18:23 ` Frank Barknecht
2 siblings, 0 replies; 7+ messages in thread
From: Frank Barknecht @ 2004-02-02 18:22 UTC (permalink / raw)
To: alsa-devel
Hallo,
Takashi Iwai hat gesagt: // Takashi Iwai wrote:
> At Mon, 2 Feb 2004 17:31:44 +0100,
> Frank Barknecht wrote:
> > I'm trying to build ALSA-CVS for 2.6.2-rc3, because that kernel has
> > support for the emi62m firmware. Now I get unresolved symbols in
> > snd-usb-audio:
> >
> > request_module: failed /sbin/modprobe -- snd-card-1. error = 256
> > snd_usb_audio: Unknown symbol usb_get_device_descriptor
>
> do you enable the modle version?
No, I didn't enable mod versions. Should I?
> then you'll need to rebuild alsa-driver, too.
Yes, I did that. I ran configure again and "make dep; make; make
install-modules"
Previously there was Kernel 2.6.1 installed, so the modules were
installed into another, new directory anyways.
ciao
--
Frank Barknecht _ ______footils.org__
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usb_get_device_descriptor when building for 2.6.2-rc3
2004-02-02 17:57 ` Takashi Iwai
2004-02-02 18:12 ` Takashi Iwai
2004-02-02 18:22 ` Frank Barknecht
@ 2004-02-02 18:23 ` Frank Barknecht
2 siblings, 0 replies; 7+ messages in thread
From: Frank Barknecht @ 2004-02-02 18:23 UTC (permalink / raw)
To: alsa-devel
Hallo,
Takashi Iwai hat gesagt: // Takashi Iwai wrote:
> do you enable the modle version?
> then you'll need to rebuild alsa-driver, too.
Oh, and the ice1712 driver, I also built, is working.
ciao
--
Frank Barknecht _ ______footils.org__
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usb_get_device_descriptor when building for 2.6.2-rc3
2004-02-02 18:12 ` Takashi Iwai
@ 2004-02-02 18:33 ` Frank Barknecht
2004-02-02 18:43 ` Frank Barknecht
0 siblings, 1 reply; 7+ messages in thread
From: Frank Barknecht @ 2004-02-02 18:33 UTC (permalink / raw)
To: alsa-devel
Hallo,
Takashi Iwai hat gesagt: // Takashi Iwai wrote:
> well, it turned out that the USB in 2.6.2-rc3 changed its API... :-<
> we'll need a hack again.
Urgh. ;)
Well, but I've found out another thing: There was a compile warning in
usbaudio.c at function snd_usb_extigy_boot_quirk() about "implicit
definition of usb_get_device_descriptor" or similar.
Temporarily I commented out lines 2632 and 2634, after that
snd-usb-audio loaded without the error.
I will now try to plug in a USB device. But first I send this mail, in
case anything goes badly wrong. :)
ciao
--
Frank Barknecht _ ______footils.org__
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: usb_get_device_descriptor when building for 2.6.2-rc3
2004-02-02 18:33 ` Frank Barknecht
@ 2004-02-02 18:43 ` Frank Barknecht
0 siblings, 0 replies; 7+ messages in thread
From: Frank Barknecht @ 2004-02-02 18:43 UTC (permalink / raw)
To: alsa-devel
Hallo,
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
> I will now try to plug in a USB device. But first I send this mail, in
> case anything goes badly wrong. :)
I'm still alive!
Now it works with e.g. the Maya Audiotrak 5 I plugged in, which was
well behaving in the past days.
Still no luck with the emi62 though. I'll post the new error messages
to the other thread.
ciao
--
Frank Barknecht _ ______footils.org__
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-02-02 18:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-02 16:31 usb_get_device_descriptor when building for 2.6.2-rc3 Frank Barknecht
2004-02-02 17:57 ` Takashi Iwai
2004-02-02 18:12 ` Takashi Iwai
2004-02-02 18:33 ` Frank Barknecht
2004-02-02 18:43 ` Frank Barknecht
2004-02-02 18:22 ` Frank Barknecht
2004-02-02 18:23 ` Frank Barknecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.