Jump to content

viaudiocombo-2.3-1 problems (AC97)


Metalhead
 Share

Recommended Posts

Hi Guys,

I've downloaded viaudiocombo-2.3-1.src.rpm and tried to install it according to the readme-file. Therefore I have to rebuild it with "rpm --rebuild viaudiocombo-2.3-1.src.rpm". Trying this I get the message, that the following directory is inexistent: /usr/lib/rmp/rmpb. When making /rmpb by hand, I get the message "Permission denied". I'm logged on als root and I do have the kernel-Source installed.

If anyone could help me, I would be very glad. Thank you very much.

 

CU, Metalhead

Edited by Metalhead
Link to comment
Share on other sites

Welcome to the board!

 

rpmbuild --rebuild

is the newer correct way.

 

What's the output of

rpm -qa | grep rpm

 

Oh btw, you know there are drivers already included for via, no? Are you just playing with the latest? I've read that the combo drivers are better but never tried them myself.

Edited by bvc
Link to comment
Share on other sites

Thanks for the quick answer bvc,

I didn't know that there are already drivers included, it's just that the soundcard isn't found under hardware (maybe because it's on-board) and I thought drivers would help...

 

The output of rpm -qa | grep rpm:

rpmtools-4.5-9mdk

urpmi-4.2-33mdk

grpmi-9.1-13mdk

rpm-helper-0.9-1mdk

rpm-4.0.4-28mdk

gurpmi-4.2-33mdk

 

Thanks for your help

Link to comment
Share on other sites

install rpm-build with;

urpmi rpm-build

and try again.

 

What soundcard, exactly? Mine is onboard, though currently disabled in the bios, as I use my sb 16 pci.

 

What is the output of;

lspci -vv

00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge (prog-if 00 [Normal decode])
       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
       Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
       Latency: 0
       Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
       Memory behind bridge: e4000000-e5ffffff
       Prefetchable memory behind bridge: d0000000-dfffffff
       BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
       Capabilities: [80] Power Management version 2
               Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
               Status: D0 PME-Enable- DSel=0 DScale=0 PME-

The oss driver for this card and other via's is via82cxxx_audio

the alsa driver for this card and other via's is snd-via82xx, you can find it in

/lib/modules/<kernel-version>/kernel/sound or where the alsa drivers are....they start with snd-xxxxxxx

 

What does;

lsmod

show?

Edited by bvc
Link to comment
Share on other sites

I'm seemingly not able to handle urpmi correctly, I tried to install the source with "urpmi --install-src (File)", which seemed to do somethin (####...), but I didn't find the binaries where they should be (according to readme).

 

When using ispci -vv I simply get command not found. The same with ismod.

 

You see, I'm very new to Linux and I don't even know most of the shell-commands, so it's probabely all my fault.

 

Thanks

Link to comment
Share on other sites

:D but you're trying rt? That's what matters. I've never even attempted to use urpmi for a src pkg. Never heard of anyone else doing it either.

 

it's

lspci

with a lower case L not I (l not i)

 

ls as in list (list pci devices)

SEE:man lspci

 

same with

lsmod

list modules

Link to comment
Share on other sites

Man, I must seem quite stupid to you, I should have seen that for myself, shouldn't I?

So, here comes what I have found, can't say that I do understand very much of it.

 

lsmod:

Module Size Used by Tainted: P

agpgart 40896 3 (autoclean)

snd 40868 0

soundcore 6276 0 [snd]

af_packet 14952 0 (autoclean)

sr_mod 16920 0 (autoclean)

floppy 55132 0

3c59x 29584 0 (autoclean) (unused)

8139too 17160 0 (autoclean) (unused)

mii 3832 0 (autoclean) [8139too]

supermount 15296 3 (autoclean)

ide-cd 33856 1

cdrom 31648 0 [sr_mod ide-cd]

ide-scsi 11280 0

scsi_mod 103284 2 [sr_mod ide-scsi]

NVdriver 1667200 10

usbnet 15358 0 (unused)

usb-uhci 24652 0 (unused)

usbcore 72992 1 [usbnet usb-uhci]

rtc 8060 0 (autoclean)

ext3 59916 3

jbd 38972 3 [ext3]

 

lspci -vv:

00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (prog-if 00 [Normal decode])

Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-

Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-

Latency: 0

Bus: primary=00, secondary=01, subordinate=01, sec-latency=0

Memory behind bridge: e8000000-e9ffffff

Prefetchable memory behind bridge: d8000000-e7ffffff

BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-

Capabilities: [80] Power Management version 2

Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)

Status: D0 PME-Enable- DSel=0 DScale=0 PME-

 

 

This is appearently not the same PCI-Bridge like yours.

 

Hope you can figure out something. Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...