Just installed Linux Mint 14 MATE 32 bit edition on my Packard-Bell IMEDIA-9204 computer.
The issue is no sound at all. Nothing muted. In the Hardware tab of Sound Preferences dialog box, the Choose a device to configure: is EMPTY.
But the installed soundcard is an EMU 0404 PCI, that is listed in http://www.alsa-project.org/main/index.php/Matrix:Vendor-Creative_Labs, and might use the driver Module-emu10k1-fpga if I am right.
So, go to the Comprehensive Sound Problem Solutions Guide in http://ubuntuforums.org/showthread.php?t=205449 and see that
- Code: Select all
aplay -l
- aplay: device_list:252: no soundcards found...
Build of the package alsa-source failed! How do you wish to proceed?
VIEW Examine the build log file
The Build Log file shows:
- module-assistant, log file viewer
for i in control postinst postrm ; do \
│ if [ -f debian/$i.orig ]; then \
│ mv -f debian/$i.orig debian/$i ; \
│ fi ; \
│ done
│ rm -f control-munge
│ make mrproper
│ make[1]: Entering directory `/usr/src/modules/alsa-driver'
│ rm -f .depend *.o snd.map*
│ rm -f modules/*.o modules/*.ko
│ make[2]: Entering directory `/usr/src/modules/alsa-driver/include'
│ rm -f .depend core *.o sndversions.h modules/*.ver modules/*.stamp
│ make -C sound clean
│ make[3]: Entering directory `/usr/src/modules/alsa-driver/include/sound'
│ rm -f *.h
│
│ <Ok>
For it helps, the hardware information is:
- System: Host: gabriel-IMEDIA-9204 Kernel: 3.5.0-17-generic i686 (32 bit) Desktop: N/A Distro: Linux Mint 14 Nadia
Machine: System: Packard Bell NEC product: IMEDIA 9204 version: PB34229504
Mobo: NEC S model: GA-8I945PM Bios: Award version: 20c date: 11/22/2005
CPU: Dual core Intel Pentium D CPU (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3)
Clock Speeds: 1: 2793.148 MHz 2: 2793.148 MHz
Graphics: Card: NVIDIA NV44 [GeForce 6200 LE]
X.Org: 1.13.0 drivers: (unloaded: fbdev,vesa) FAILED: nouveau Resolution: 1440x900@59.9hz
GLX Renderer: Gallium 0.4 on NV44 GLX Version: 2.1 Mesa 9.0
Audio: Card: Creative Labs SB0400 Audigy2 Value Sound: ALSA ver: 1.0.25
Network: Card: Intel NM10/ICH7 Family LAN Controller driver: e100
IF: eth0 state: up speed: 100 Mbps duplex: full mac: 00:14:85:68:21:8a
Drives: HDD Total Size: 2160.4GB (45.5% used) 1: id: /dev/sda model: ST3160023AS size: 160.0GB
2: USB id: /dev/sdb model: ST size: 2000.4GB
Partition: ID: / size: 15G used: 3.9G (28%) fs: ext4 ID: swap-1 size: 5.08GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: System Temperatures: cpu: No active sensors found. Have you configured your sensors yet? mobo: N/A gpu: 79.0
Info: Processes: 142 Uptime: 42 min Memory: 326.3/3030.9MB Client: Shell inxi: 1.8.4
Then, now I don't know what else I can do.
Any help?
Many thanks in advance

