Jump to content

delafer

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by delafer

  1. Hi to all !

    The problem is : can't send files from gsm to laptop via bluetooth...

    In gnome-bluetooth I mark "visible and connectable" time is set to 10 min. GSM & laptop are connected (... pin, paring etc...)

    The gnome-obex-server is active - it is in system tray...

    And... I can send files from laptop to gsm, but the opposite not... GSM tell me "the file is not send" and that is all... In the Spring (2007.1) I have not this problem.

    I have not idea what is wrong :wall:

  2. USB sound card is the default, the onboard one is disabled from BIOS... In the wengo's config dialogue all devices is present, but sound no...

    [nicky@localhost Desktop]$ cat /proc/asound/cards
    0 [External	   ]: USB-Audio - SB Live! 24-bit External
    				  Creative Technology SB Live! 24-bit External at usb-0000:00:03.1-1, full speed
    1 [U0x46d0x8a2	]: USB-Audio - USB Device 0x46d:0x8a2
    				  USB Device 0x46d:0x8a2 at usb-0000:00:03.0-2, full speed

    And my .asoundrc

    pcm.usb-audio {
    type hw
    card 0
    }
    
    pcm.usb-webcam {
    type hw
    card 1
    }
    
    # 6 channel dmix:
    pcm.dmix6 {
    type dmix
       ipc_key 1024
       ipc_key_add_uid false 
       ipc_perm 0660 
       slave {
    		   pcm "hw:0,0" 
    		   rate 96000
    		   channels 6
    		   period_time 0
    		   period_size 1024 
    		   buffer_time 0
    		   buffer_size 5120 
       }
    }
    
    # upmixing:
    pcm.ch51dup {
       type route
       slave.pcm "dmix6"
       slave.channels 6
       ttable.0.0 1
       ttable.1.1 1
       ttable.0.2 1
       ttable.1.3 1
       ttable.0.4 0.5
       ttable.1.4 0.5
       ttable.0.5 0.5
       ttable.1.5 0.5
     }
    
    pcm.duplex {
    type asym
    playback.pcm "ch51dup" # upmix first
    #	 playback.pcm "dmix6"  # just pass to 6 channel dmix
    capture.pcm "usb-webcam"
    }
    
    # change default device:
    pcm.!default {
    type plug
    slave.pcm "duplex"
    }

     

    B) That work perfectly with Skype and Ekiga...

  3. Is there somebody with successfully working combination wengophone + external sound card (Creative Sound Blaster USB). There is no sound and no sound :wall: . Video work perfectly.

    I use GNOME and try with and without ESD - no change...

    10X !

×
×
  • Create New...