Jump to content

naudefj

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by naudefj

  1. Thanks for the reply. See answers below:

     

    # urpmq pmount
    pmount

     

    And yes, it looks as if HAL is running:

     

    # ps -ef | grep hald
    73		2385	 1  0 Jan26 ?		00:00:00 hald
    root	  2392  2385  0 Jan26 ?		00:00:00 hald-runner
    73		2454  2392  0 Jan26 ?		00:00:00 /usr/lib64/hald-addon-acpi
    root	  2461  2392  0 Jan26 ?		00:00:00 /usr/lib64/hald-addon-storage

  2. I have an x86_64 and i686 system running mdk2007. My memory stick works 100%on the i686 system, but not on the x86_64 system. Looks like the memory stick is detected, but not automatically mounted. However, I can manually mount it without problems:

     

    # mkdir /tmp/x
    # mount /dev/sdb1 /tmp/x

     

    Any suggestions on how to get the system to automount it on x86_64?

     

    System info:

     

    # uname -a
    Linux localhost 2.6.17-5mdv #1 SMP Wed Sep 13 14:28:02 EDT 2006 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ GNU/Linux
    
    # lsusb
    Bus 002 Device 005: ID 090c:1000 Feiya Technology Corp. Memory Bar
    
    # tail messages
    Jan 21 08:35:43 htpc kernel: usb 2-7: new high speed USB device using ehci_hcd and address 5
    Jan 21 08:35:43 htpc kernel: usb 2-7: configuration #1 chosen from 1 choice
    Jan 21 08:35:43 htpc kernel: scsi5 : SCSI emulation for USB Mass Storage devices
    Jan 21 08:35:48 htpc kernel:   Vendor: USB	   Model: Flash Disk		Rev: 1100
    Jan 21 08:35:48 htpc kernel:   Type:   Direct-Access					  ANSI SCSI revision: 00
    Jan 21 08:35:48 htpc kernel: SCSI device sdb: 246784 512-byte hdwr sectors (126 MB)
    Jan 21 08:35:48 htpc kernel: sdb: Write Protect is off
    Jan 21 08:35:48 htpc kernel: sdb: assuming drive cache: write through
    Jan 21 08:35:48 htpc kernel: SCSI device sdb: 246784 512-byte hdwr sectors (126 MB)
    Jan 21 08:35:48 htpc kernel: sdb: Write Protect is off
    Jan 21 08:35:48 htpc kernel: sdb: assuming drive cache: write through
    Jan 21 08:35:48 htpc kernel:  sdb: sdb1
    Jan 21 08:35:48 htpc kernel: sd 5:0:0:0: Attached scsi removable disk sdb
    Jan 21 08:35:48 htpc kernel: sd 5:0:0:0: Attached scsi generic sg1 type 0

     

    [moved from Software by spinynorman]

  3. I've just installed an old copy of Fedora Core 4 and get perfect sound (snd-hda-intel and ALSA 1.0.11rc2). So, this must be a problem with Mandriva's ALSA packages/ drivers.

     

    Where is the best place to report problems like this? Would it even be possible to log a bug with Mandriva?

  4. Hi,

     

    I'm unable to get sound from my newly acquired Asus m2npv-vm mobo with Mandrake 2007. I know the hardware is working, as I can play music with GeeXBox. I would appreciate some guidance. System info:

     

    # cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version 1.0.12 (Mon Aug 28 13:46:17 UTC 2006).
    
    # lspcidrake -v | fgrep -i AUDIO
    snd-hda-intel   : nVidia Corp.|MCP51 High Definition Audio (vendor:10de device:026c subv:1043 subd:81cb)
    
    # grep sound-slot /etc/modprobe.conf
    alias sound-slot-0 snd-hda-intel
    
    # /sbin/lsmod | grep snd_hda_intel
    snd_hda_intel		  20892  0
    snd_hda_codec		 204672  1 snd_hda_intel
    snd_pcm				82568  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    snd_page_alloc		 12432  2 snd_hda_intel,snd_pcm
    snd					58728  9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_h
    da_codec,snd_pcm,snd_timer
    
    # /sbin/chkconfig --list sound
    sound		   0:off   1:off   2:on	3:on	4:on	5:on	6:off
    # /sbin/chkconfig --list alsa
    alsa			0:off   1:off   2:on	3:on	4:on	5:on	6:off
    
    # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 1: AD198x Digital [AD198x Digital]
     Subdevices: 1/1
     Subdevice #0: subdevice #0

     

     

    [moved from Software by spinynorman - welcome aboard :)]

×
×
  • Create New...