From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0001138]: errors when installing au8820 modules
Date: Wed, 23 Nov 2005 13:50:03 +0100 [thread overview]
Message-ID: <6910a188046c347eb98eb233b85bd20c@bugtrack.alsa-project.org> (raw)
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1138>
======================================================================
Reported By: penguinparty
Assigned To: mjander
======================================================================
Project: ALSA - driver
Issue ID: 1138
Category: PCI - au88x0
Reproducibility: always
Severity: crash
Priority: normal
Status: assigned
Distribution: ubuntu 5.04
Kernel Version: 2.6.11.11 2.6.11.8 and 2.6.10
======================================================================
Date Submitted: 05-28-2005 22:22 CEST
Last Modified: 11-23-2005 13:50 CET
======================================================================
Summary: errors when installing au8820 modules
Description:
Please see the section additional information for a dump of my dmesg output
regarding the au8820 module.
I have tried installing this module using 2.6.11.11 2.6.11.8 and 2.6.10
kernels. The shipping alsa support under each of these kerenls provies me
with the same result. I have also tried installing each of these kernels
without alsa support only CONFIG_SOUND and then installing the
alsa-drivers 1.0.9rc4a
I get the same result every time I do the modprobe snd-au8820
Using older versions of debian as well as the ubuntu live cd's I am able
to get this sound card working.
======================================================================
----------------------------------------------------------------------
Raymond - 11-16-05 06:29
----------------------------------------------------------------------
au8820.h
#define VORTEX_MIDI_DATA 0x11000
#define VORTEX_MIDI_CMD 0x11004 /* Write command / Read status */
au8810.h/au8830.h
#define VORTEX_MIDI_DATA 0x28800
#define VORTEX_MIDI_CMD 0x28804 /* Write command / Read status */
port = VORTEX_MIDI_DATA
cport = VORTEX_MIDI_CMD
Need to fix mpu401_uart.c too !!!
mpu401_uart.c
int snd_mpu401_uart_new(snd_card_t * card, int device,
unsigned short hardware,
unsigned long port, int integrated,
int irq, int irq_flags,
snd_rawmidi_t ** rrawmidi)
{
...
switch (hardware) {
case MPU401_HW_AUREAL:
mpu->write = mpu401_write_mmio;
mpu->read = mpu401_read_mmio;
break;
default:
mpu->write = mpu401_write_port;
mpu->read = mpu401_read_port;
break;
}
mpu->port = port;
if (hardware == MPU401_HW_PC98II)
mpu->cport = port + 2;
else
mpu->cport = port + 1;
...
}
----------------------------------------------------------------------
Raymond - 11-23-05 13:50
----------------------------------------------------------------------
Why do the driver use chip->io instead of chip->mmio in card->longname?
au88x0.c
chip->io = pci_resource_start(pci, 0);
sprintf(card->longname, "%s at 0x%lx irq %i",
card->shortname, chip->io, chip->irq);
Issue History
Date Modified Username Field Change
======================================================================
05-28-05 22:22 penguinparty New Issue
05-28-05 22:22 penguinparty Distribution => ubuntu 5.04
05-28-05 22:22 penguinparty Kernel Version => 2.6.11.11 2.6.11.8
and 2.6.10
05-28-05 22:22 penguinparty Issue Monitored: penguinparty
06-08-05 04:41 penguinparty File Added: typescript
06-08-05 04:43 penguinparty Note Added: 0004914
08-24-05 10:55 Raymond Note Added: 0005925
08-24-05 10:58 Raymond Note Added: 0005926
08-24-05 10:59 Raymond Note Deleted: 0005926
09-01-05 04:24 penguinparty File Added: make-typescript
09-01-05 04:25 penguinparty Note Added: 0005993
09-01-05 05:58 Raymond Note Added: 0005994
09-02-05 02:49 penguinparty Note Added: 0006002
09-02-05 05:49 Raymond Note Added: 0006003
11-16-05 06:29 Raymond Note Added: 0006736
11-23-05 13:50 Raymond Note Added: 0006810
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
next reply other threads:[~2005-11-23 12:50 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-23 12:50 bugtrack [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-04-11 2:41 [ALSA - driver 0001138]: errors when installing au8820 modules bugtrack
2006-03-01 7:14 bugtrack
2006-01-05 9:01 bugtrack
2005-11-16 5:29 bugtrack
2005-09-02 3:49 bugtrack
2005-09-02 0:49 bugtrack
2005-09-01 3:58 bugtrack
2005-09-01 2:25 bugtrack
2005-08-24 8:58 bugtrack
2005-08-24 8:55 bugtrack
2005-06-08 2:43 bugtrack
2005-05-28 20:22 bugtrack
2005-06-06 2:09 ` Raymond
2005-06-06 15:49 ` Takashi Iwai
2005-06-07 15:05 ` Raymond
2005-06-07 15:16 ` Alien
2005-06-07 16:29 ` Takashi Iwai
2005-06-08 9:06 ` Raymond
2005-06-08 10:22 ` Takashi Iwai
2005-06-09 8:34 ` Raymond
2005-06-10 7:35 ` Raymond
2005-06-10 10:33 ` Takashi Iwai
2005-06-10 11:28 ` Raymond
2005-07-29 14:43 ` Raymond
2005-07-29 15:09 ` Takashi Iwai
2005-08-05 12:46 ` Raymond
2005-08-05 14:32 ` Takashi Iwai
[not found] ` <43067D3B.5040601@netvigator.com>
2005-08-21 12:41 ` Takashi Iwai
2005-08-23 15:20 ` Raymond
2005-08-23 17:18 ` Takashi Iwai
2005-08-23 21:40 ` Alien
2005-08-25 17:12 ` Raymond
2005-08-25 17:43 ` Alien
2005-08-26 9:01 ` Raymond
2005-08-25 18:58 ` Manuel Jander
2005-06-08 10:23 ` Alien
2005-06-09 8:49 ` Raymond
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=6910a188046c347eb98eb233b85bd20c@bugtrack.alsa-project.org \
--to=bugtrack@alsa-project.org \
--cc=alsa-devel@alsa-project.org \
/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