Improving USB audio sound quality on the Dockstar May 05, 2011 04:08AM |
Registered: 13 years ago Posts: 9 |
thorsten@dreamtheater:~$ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB Bus 001 Device 003: ID 0bc2:2120 Seagate RSS LLC Bus 001 Device 005: ID 08bb:2702 Texas Instruments Japan Speakers
thorsten@dreamtheater:~$ cat /proc/interrupts CPU0 1: 68571661 orion_irq orion_tick 5: 2 orion_irq mv_xor.0 6: 2 orion_irq mv_xor.1 7: 2 orion_irq mv_xor.2 8: 2 orion_irq mv_xor.3 11: 94038944 orion_irq eth0 19: 37108202 orion_irq ehci_hcd:usb1 22: 0 orion_irq mv_crypto 33: 290 orion_irq serial 46: 25 orion_irq mv643xx_eth Err: 0
Re: Improving USB audio sound quality on the Dockstar June 25, 2011 06:49PM |
Registered: 14 years ago Posts: 32 |
Re: Improving USB audio sound quality on the Dockstar June 26, 2011 06:08AM |
Registered: 14 years ago Posts: 26 |
Re: Improving USB audio sound quality on the Dockstar June 28, 2011 12:29AM |
Registered: 13 years ago Posts: 28 |
Re: Improving USB audio sound quality on the Dockstar July 07, 2011 08:42AM |
Registered: 13 years ago Posts: 9 |
Re: Improving USB audio sound quality on the Dockstar July 07, 2011 08:47AM |
Registered: 13 years ago Posts: 9 |
Julian
Re: Improving USB audio sound quality on the Dockstar July 13, 2011 07:04AM |
pcm.!default { type plug slave.pcm hw }
Re: Improving USB audio sound quality on the Dockstar July 15, 2011 12:13PM |
Registered: 13 years ago Posts: 5 |
Re: Improving USB audio sound quality on the Dockstar July 19, 2011 01:42AM |
Registered: 14 years ago Posts: 32 |
Re: Improving USB audio sound quality on the Dockstar September 05, 2011 02:44PM |
Registered: 14 years ago Posts: 32 |
fw_setenv net_image_name '/boot/uImage' fw_setenv net_bootargs 'root=/dev/nfs rw' fw_setenv serverip '192.168.2.10' fw_setenv net_rootpath '/srv/tftp/' fw_setenv ipaddr '192.168.2.50' fw_setenv bootargs_end ':::DB88FXX81:eth0:none' fw_setenv mvNetConfig 'mv_net_config=(00:10:75:1A:CB:F6,0:1:2:3),mtu=1500' (Ici, il faut indiquer l'adresse mac du Dockstar qui va booter via tftp) fw_setenv mvPhoneConfig 'mv_phone_config=dev0:fxs,dev1:fxs' fw_setenv net_bootcmd 'tftpboot 0x2000000 $net_image_name;setenv bootargs $console $net_bootargs nfsroot=$serverip:$net_rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig $mvPhoneConfig; bootm 0x2000000;' fw_setenv bootcmd 'usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run net_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset'
Olivier
Re: Improving USB audio sound quality on the Dockstar October 19, 2012 12:45PM |
Re: Improving USB audio sound quality on the Dockstar November 26, 2012 02:51PM |
Registered: 12 years ago Posts: 2 |