Jump to content

ethraza

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by ethraza

  1. Hi! I have a Mandriva Linux LE2005 running Oracle 9i. My problem is with my backup script. This script is the same that came from MDK 9.2 and worked fine allways. This script basically do a exp from Oracle (40 minutes here) and compact it with tar + bzip2 (more 40 minutes here). The exp done ok but in the tar the script seens to be stoped on 14 bits of the tar.bzip2 writed. I put a separated script on cron only to compact and worked, so it seens that the first sript is timing out something. So, is in Linux some configuration about the time that a shell script can run? Where? Thanks!
  2. You can run World of Warcraft under Wine too. See https://mandrivausers.org/index.php?act=ST&...t=0#entry195026 Good game. :P
  3. Run wow with NORMAL WINE, don't need to buy the Cedega. I now have WOW working in my Mandriva LE2005, almos perfect, only some glitches on sound but disabling ambience sounds help a lot. My wine configuration is the same of my post of how to get MuOnline running: https://mandrivausers.org/index.php?showtopic=23390 The only difference is that I need to upgrade the wine to a more recent version, in that case the wine-20050628-3mdk version and install the Mozilla ActiveX under wine that you can get at http://www.iol.ie/~locka/mozilla/mozilla.htm and in this moment is on version 1.7.7. To install the Mozilla ActiveX, just run the exe with wine, like you do in Window$ that will work. You don't need to install the Mozilla or Firefox browser to get WoW to work. And I belive if you only want to play wow, you don't need to install M$ Internet Explorer too. The IE is needed only to Mu. I have copied a installed wow from window$, so I don't know if the install works. And only edited the ~/World of Warcraft/WTF/Config.wtf file and added the line: SET gxApi "opengl" and give a chmod 777 to the ~/World of Warcraft/WTF/Account and ~/World of Warcraft/Logs directorys, so any user can use this installation and have permission to write to that dirs. Go now run WoW.exe, and good game. Ps. I run all my games with XGAME, cose this give you the ability to play the games in another tty and let KDE free to use in alt+ctrl+F7. You can get XGAME here: http://www.xs4all.nl/~masterpe/Perl/Xgame-bundle.tar.gz Linux rox ;)
  4. Hi! This first post discribe how to play on common wine. But if the wine can, the cedega must to play Mu. We can't play the original, becose of Game Guard, but any alternative plays. Remember to run the Launcher.exe or something not the Mu.exe. In my case is b6launcher.exe cose I'm play on B6 server (www.b6server.com.br) one of the most greatests alternative server of Brazil. If you is trying cedega becose you pay for this. They must to help you with support. Good luck!
  5. Hi! I posted this to ask how to set bigpages in Mandriva Linux LE 2005. Becose I think this will resolv my problem. But I'll describe my problem here, if sombody knows... I have installed Mandriva LE2005 Download Edition on a Dell PowerEdge 1850 with 4GB of memory, and Oracle 9i. All is ok but I cannot create a DB with the SGA greater than 1.7GB. Why? If I have 4GB of memory the max size of SGA is 2.7, dont't? I get some tricks from net and applyed all but the bigpages part don't worked, so I think this maybe helps me. Here is my important files or part of that files: lilo.conf (kernel-smp-2.6.11.6mdk-1-1mdk - Note the bigpages option, is part of the trick that don't work.): image=/boot/vmlinuz label="linux" root=/dev/sda5 initrd=/boot/initrd.img append="acpi=ht resume=/dev/sda6 splash=silent bigpages=3100" vga=788 read-only sysctl.conf (This is appended to the end of the original file. The kernel.shm-use-bigpages=2 "is an unknown key" with command sysctl -p.): kernel.shmmax=2147483648 kernel.shmmni=4096 kernel.shmall=2097152 kernel.sem=1000 32000 100 150 fs.file-max=65536 net.ipv4.ip_local_port_range=1024 65000 kernel.shm-use-bigpages=2 kernel.sem=250 32000 100 128 kernel.shmmax=3000000000 df (The tmpfs pointing to /dev/shm with size=3GB is part of the trick, but this worked -): Filesystem Size Used Avail Use% Mounted on /dev/sda5 43G 2,5G 38G 7% / /dev/sda7 88G 3,3G 80G 4% /opt/oracle none 3,0G 0 3,0G 0% /dev/shm cat /proc/meminfo (To you know my meminfo -): MemTotal: 3369412 kB MemFree: 3066224 kB Buffers: 12916 kB Cached: 172724 kB SwapCached: 0 kB Active: 182300 kB Inactive: 86948 kB HighTotal: 2490112 kB HighFree: 2228224 kB LowTotal: 879300 kB LowFree: 838000 kB SwapTotal: 5245180 kB SwapFree: 5245180 kB Dirty: 28 kB Writeback: 0 kB Mapped: 130884 kB Slab: 19624 kB CommitLimit: 6929884 kB Committed_AS: 178836 kB PageTables: 1484 kB VmallocTotal: 114680 kB VmallocUsed: 6520 kB VmallocChunk: 106768 kB cat cpuinfo (To you know my CPUs -): processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 1 cpu MHz : 2793.436 cache size : 1024 KB physical id : 0 siblings : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmovpat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni monitor ds_cpl cid xtpr bogomips : 5537.79 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 1 cpu MHz : 2793.436 cache size : 1024 KB physical id : 0 siblings : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmovpat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni monitor ds_cpl cid xtpr bogomips : 5586.94 processor : 2 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 1 cpu MHz : 2793.436 cache size : 1024 KB physical id : 3 siblings : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmovpat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni monitor ds_cpl cid xtpr bogomips : 5586.94 processor : 3 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 1 cpu MHz : 2793.436 cache size : 1024 KB physical id : 3 siblings : 2 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmovpat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm pni monitor ds_cpl cid xtpr bogomips : 5570.56 I don't know wath to do anymore. Please some good soul help me. I don't want to be forced by my boss and the DBA to use RedHat AS or SUSE. I like Mandriva. Pleaseeeeeee Thanx 4 n F1!
  6. Hi! In the first post I posted my full config file, ctrl+f here and you will find where to put that options. I don't play Mu anymore but the last server that I played over was b6server. But I played on Alchemy too. Now my brother, stell play, is playing on BRASIL SERVER. You don't have to run mu.exe, you need to run Launcher.exe. Each server have a Mu client to download and all this clients have something different. The client from Alchemy will not connect on b6server and the one from b6server will not connect on Alchemy. Keep trying. Keep Walking. Jhony Walker. :D
  7. I really don't know wath is this error. Never seed. Googled for it and found only 2 things that showed that this file is part of Mu and happens under windows too. 1- Maybe a corrupted download. Try to redownload. 2- Maybe a strange executable from the server you choose. Try another Mu server with another Mu executables. Good luck!
  8. If someone get into problens with SBLive 5.1 and 5.1 speakers, fell free to ask it here. The thing with Kaffeine is nothing. The sound goes to 0 but the 5.1 sounds works. Is only the way that Kaffeine sets the paths to sounds. I far to understand that, but who cares? Is working. :D Thanks everyone to help me to listen DVDs at 5.1 surround sound.
  9. Code: TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... TESTING... 123 TESTING... I'm fell my self stupid... But why is this test empty? Where is the test code of codebox? Sorry but I'm of forums.
  10. Hi everyone! After one month I think, after my Home Theather comed back from tech assistance and after I reinstaled my Linux with the Mandriva Linux LE2005, now I I like this: All sounds play at the expected speaker. Is all wonderfull. Only one little thing is a little wrong, but it is with kaffeine, I think. When I open kaffeine and click to play the 5.1 voice test, all sound play ok. When I click to play a Internet Radio, the sound plays ok too. But when I click to play DVD, the kaffeine takes the sounds of center,lfe and surround to 0. and I need to call slamix and up this with kaffeine open, becose when I close kaffeine and open it again, the sounds volume goes to 0 again. Any clue? Thanx.
  11. Hi all! Can someone tell me how can I do to use Linux as a Windows Terminal Service client that maps the printer on the fly when connect trought the Internet ? I know that is possible but don't know how. I read on rdesktop website that is not possible to do that with it. So what rfb client will do? Thanx 4 n F1( )!!!
  12. Hi all!!! These days I got a very old and slow Compaq 1250 laptop. First I tryed to install Mandriva 10.1 with no luck. After I tryed LE2005 RC2, with no luck too, the same thing, after boots and detect pcmcia he say No CDROM found. When I tryed 9.2 worked... humm... I think that my problem is in kernel. So I tryed to install 10.1 with the alt kernel 2.4 and voila, this worked. I also tryed install with 2.4 and switch to 2.6, with no luck again. Now Im running 10.1 with 2.4 kernel. My question is... There is a way to get the 2.6 kernel to work with this oldbook or I will be stucked at 10.1 with 2.4 kernel? (In the LE 2005 both of alt kernels are 2.6, so I can't install with 2.4 kernel.) Thanks in advance!
  13. Before to read this I did something close to this... I upgraded my 10.1 installation with the 10.2rc2, so I used easy-urpmi and configured the LE2005 folders. So I used that to upgrade some little thing and installed the smart package manager and the ksmart or something. So I used smart to update all my system automagically. But the interface of smart is little poor in my opinion and I dont see that it is looking in cooker folders. Now I have a Mandriva Linux 2006.0 installed, but all looks good. The only thing I noticed is that when I click Shutdown my computer in the KDE, this is not shutdown, is only the same as Close session. But in KDM the shutdown is working, so its ok to me. I can say that Im a happy Linux users with Mandriva Linux. :D
  14. Hi! If anyone come to this solved topic to get info abount nvidia drivers... To compile, the kernel-source-stripped don't work, you need the full kernel-source. The thing that make my PC so unstable was the option Renderaccell on xorg.conf. This turns on and off the hardware accel rendering but is unstable. If u let this true, face some crashes of ur PC. To test if it is crashing u, call the KDE Control Center. With Renderaccel true, this allways crash. But in the end... Linux Rock's, especially Mandriva!
  15. Hi! Before playing with alsamix for a week I ended like this: Front Left ............ Front Right (Low sound) Front Right .......... Front Left (High Sound) Sub ....................... Center Midle .................... Two sound toghether, understandable Rear Right ........... Rear Right Rear Left ............. Rear Left Muted the "3D Control - Switch" made the Front speaker split the sound, is inverted and the sub and center sound continue inverted. I'll continue googling this and new discoverys I will post here. But if sombody can help me more, I apreciate. This Sound Blaster is driving me crazy. It stoped to work the center,sub and front speakers for 3 days. Yesterday the front speakers started to talk again and today the center and sub started to work too. Inverted, but work. The never ends. Thanks!
  16. Hi! Before playing with alsamix for a day I ended like this: Front Left ............ Front Left (Low sound) Front Left ............ Front Right (High Sound) Sub ....................... Center Midle .................... Two sound toghether, understandable Rear Right ........... Rear Right Rear Left ............. Rear Left I found that the "Exchange Center/LFE" option in alsamix is entended to swicth the midle and subwoolfer sound but it is inverting my hear speakers. So turning it off my REar speakers are right now. But how to switch the midle an sub now? Why the front speaker are so stupid? I'll continue googling this and new discoverys I will post here. But if sombody can help me more I apreciate. Thanks!
  17. Thanks adamw for the file. (http://www.happyassassin.net/extras/chan-id.ogg.bz2) But it is confusing me. When I play that file this happens: Speaker .............. The Sound says Front Left ............ Front Left (Low sound) Front Left ............ Front Right (High Sound) Sub ....................... Center Midle .................... Two sound toghether, understandable Rear Right ........... Rear Left Rear Left ............. Rear Right But when I play DVDs or CDs, all speaker make sound at the same volume. But is not possible to determine if the sounds is on the right speaker. I played on Windows 98 the Creative Test and the sound are different from that above in Linux but is not right too. Why is so difficult to get this SB Live to work correctly? I recently buyed the Dynacon CHS-2000 Home Theater and I want to hear this. I'll put my alsa configs here and if someone see something wrong or different from a working config, please post it here. And say if that file on the link played ok to you. Thanks people. My /etc/asound.state: state.Live { control.1 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Wave Playback Volume' value.0 72 value.1 72 } control.2 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Wave Surround Playback Volume' value.0 80 value.1 80 } control.3 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Wave Center Playback Volume' value 72 } control.4 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Wave LFE Playback Volume' value 74 } control.5 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Wave Capture Volume' value.0 83 value.1 83 } control.6 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Wave Capture Switch' value.0 true value.1 true } control.7 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Synth Playback Volume' value.0 71 value.1 71 } control.8 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Synth Capture Volume' value.0 81 value.1 81 } control.9 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Synth Capture Switch' value.0 true value.1 true } control.10 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Surround Playback Volume' value.0 72 value.1 72 } control.11 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Surround Capture Volume' value.0 83 value.1 83 } control.12 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Surround Capture Switch' value.0 true value.1 true } control.13 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Center Playback Volume' value 72 } control.14 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'LFE Playback Volume' value 72 } control.15 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'AC97 Playback Volume' value.0 0 value.1 0 } control.16 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'AC97 Capture Volume' value.0 100 value.1 100 } control.17 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'IEC958 TTL Playback Volume' value.0 86 value.1 86 } control.18 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'IEC958 TTL Capture Volume' value.0 87 value.1 87 } control.19 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'IEC958 TTL Capture Switch' value.0 true value.1 true } control.20 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'IEC958 LiveDrive Playback Volume' value.0 74 value.1 74 } control.21 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'IEC958 LiveDrive Capture Volume' value.0 81 value.1 81 } control.22 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'IEC958 LiveDrive Capture Switch' value.0 true value.1 true } control.23 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Line LiveDrive Playback Volume' value.0 80 value.1 80 } control.24 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Line LiveDrive Capture Volume' value.0 80 value.1 80 } control.25 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Line LiveDrive Capture Switch' value.0 true value.1 true } control.26 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'IEC958 Coaxial Playback Volume' value.0 74 value.1 74 } control.27 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'IEC958 Coaxial Capture Volume' value.0 80 value.1 80 } control.28 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'IEC958 Coaxial Capture Switch' value.0 true value.1 true } control.29 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Line2 LiveDrive Playback Volume' index 1 value.0 80 value.1 80 } control.30 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Line2 LiveDrive Capture Volume' index 1 value.0 80 value.1 80 } control.31 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Line2 LiveDrive Capture Switch' index 1 value.0 true value.1 true } control.32 { comment.access 'read write' comment.type INTEGER comment.range '0 - 40' iface MIXER name 'Tone Control - Bass' value.0 29 value.1 29 } control.33 { comment.access 'read write' comment.type INTEGER comment.range '0 - 40' iface MIXER name 'Tone Control - Treble' value.0 28 value.1 28 } control.34 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Tone Control - Switch' value.0 true value.1 true } control.35 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'IEC958 Optical Raw Playback Switch' value.0 true value.1 true } control.36 { comment.access 'read write' comment.type INTEGER comment.range '0 - 100' iface MIXER name 'Headphone Playback Volume' index 1 value.0 100 value.1 100 } control.37 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Headphone Center Playback Switch' index 1 value false } control.38 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Headphone LFE Playback Switch' index 1 value false } control.39 { comment.access 'read write' comment.type BOOLEAN iface PCM name 'Captured FX8010 Outputs' value.0 false value.1 false value.2 false value.3 false value.4 false value.5 false value.6 false value.7 false value.8 false value.9 false value.10 false value.11 false value.12 false value.13 false value.14 false value.15 false value.16 true value.17 true value.18 true value.19 true value.20 true value.21 true value.22 true value.23 true value.24 true value.25 true value.26 true value.27 true value.28 true value.29 true value.30 true value.31 true } control.40 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Master Playback Switch' value.0 true value.1 true } control.41 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Master Playback Volume' value.0 31 value.1 31 } control.48 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Front Playback Switch' value.0 true value.1 true } control.49 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Front Playback Volume' value.0 22 value.1 22 } control.52 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'PC Speaker Playback Switch' value true } control.53 { comment.access 'read write' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'PC Speaker Playback Volume' value 15 } control.54 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Phone Playback Switch' value true } control.55 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Phone Playback Volume' value 23 } control.56 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Mic Playback Switch' value.0 false value.1 false } control.57 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Mic Playback Volume' value 10 } control.58 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Mic Boost (+20dB)' value false } control.59 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Line Playback Switch' value.0 false value.1 false } control.60 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Line Playback Volume' value.0 0 value.1 0 } control.61 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'CD Playback Switch' value.0 true value.1 true } control.62 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'CD Playback Volume' value.0 25 value.1 25 } control.63 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Surround Mix Playback Switch' value.0 true value.1 true } control.64 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Surround Mix Playback Volume' value.0 22 value.1 22 } control.65 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Aux Playback Switch' value.0 true value.1 true } control.66 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'Aux Playback Volume' value.0 31 value.1 31 } control.67 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'PCM Playback Switch' value.0 true value.1 true } control.68 { comment.access 'read write' comment.type INTEGER comment.range '0 - 31' iface MIXER name 'PCM Playback Volume' value.0 19 value.1 19 } control.69 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Mic comment.item.1 CD comment.item.2 Video comment.item.3 Aux comment.item.4 Line comment.item.5 Mix comment.item.6 'Mix Mono' comment.item.7 Phone iface MIXER name 'Capture Source' value.0 Mix value.1 Mix } control.70 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Capture Switch' value.0 true value.1 true } control.71 { comment.access 'read write' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'Capture Volume' value.0 11 value.1 11 } control.73 { comment.access 'read write' comment.type BOOLEAN iface MIXER name '3D Control - Switch' value true } control.75 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Mic1 comment.item.1 Mic2 iface MIXER name 'Mic Select' value Mic1 } control.76 { comment.access 'read write' comment.type INTEGER comment.range '0 - 3' iface MIXER name '3D Control Sigmatel - Depth' value 2 } control.77 { comment.access read comment.type IEC958 iface MIXER name 'IEC958 Playback Con Mask' value '0fff000f00000000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0 000000000000000000000000000000000' } control.78 { comment.access read comment.type IEC958 iface MIXER name 'IEC958 Playback Pro Mask' value cf000000000000000000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0 00000000000000000000000000000 } control.80 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'IEC958 Playback Switch' value true } control.81 { comment.access 'read write' comment.type INTEGER comment.range '0 - 3' iface MIXER name 'IEC958 Playback AC97-SPSA' value 2 } control.82 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Sigmatel 4-Speaker Stereo Playback Switch' value false } control.83 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Sigmatel Surround Phase Inversion Playback ' value false } control.84 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Input/Disabled comment.item.1 'Front Output' comment.item.2 'Rear Output' comment.item.3 'Center/LFE Output' comment.item.4 'Mixer Output' iface MIXER name 'Mic1 Jack' value 'Mixer Output' } control.85 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Input/Disabled comment.item.1 'Front Output' comment.item.2 'Rear Output' comment.item.3 'Center/LFE Output' comment.item.4 'Mixer Output' iface MIXER name 'LineIn Jack' value 'Front Output' } control.86 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Input/Disabled comment.item.1 'Front Output' comment.item.2 'Rear Output' comment.item.3 'Center/LFE Output' comment.item.4 'Mixer Output' iface MIXER name 'Front Jack' value 'Front Output' } control.87 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Input/Disabled comment.item.1 'Front Output' comment.item.2 'Rear Output' comment.item.3 'Center/LFE Output' comment.item.4 'Mixer Output' iface MIXER name 'Rear Jack' value 'Rear Output' } control.88 { comment.access 'read write' comment.type ENUMERATED comment.item.0 Input/Disabled comment.item.1 'Front Output' comment.item.2 'Rear Output' comment.item.3 'Center/LFE Output' comment.item.4 'Mixer Output' iface MIXER name 'Center/LFE Jack' value 'Center/LFE Output' } control.89 { comment.access 'read write' comment.type ENUMERATED comment.item.0 'Mic2 Jack' comment.item.1 'Mic1 Jack' comment.item.2 'Line In Jack' comment.item.3 'Front Jack' comment.item.4 'Rear Jack' comment.item.5 'Center/LFE Jack' comment.item.6 Mute iface MIXER name 'Mic Input Source' value 'Front Jack' } control.90 { comment.access 'read write' comment.type ENUMERATED comment.item.0 'Mic2 Jack' comment.item.1 'Mic1 Jack' comment.item.2 'Line In Jack' comment.item.3 'Front Jack' comment.item.4 'Rear Jack' comment.item.5 'Center/LFE Jack' comment.item.6 Mute iface MIXER name 'Line Input Source' value 'Line In Jack' } control.91 { comment.access 'read write' comment.type ENUMERATED comment.item.0 None comment.item.1 'Front Jack' comment.item.2 'Rear Jack' iface MIXER name 'Headphone Amp' value 'Front Jack' } control.92 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Exchange Center/LFE' value true } control.93 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'Headphone +3dB Boost' value false } control.94 { comment.access 'read write' comment.type BOOLEAN iface MIXER name 'External Amplifier' value true } control.95 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.96 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 1 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.97 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 2 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.98 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 3 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.99 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 4 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.100 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 5 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.101 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 6 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.102 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 7 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.103 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 8 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.104 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 9 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.105 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 10 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.106 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 11 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.107 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 12 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.108 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 13 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.109 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 14 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.110 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 15 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.111 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 16 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.112 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 17 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.113 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 18 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.114 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 19 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.115 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 20 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.116 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 21 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.117 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 22 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.118 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 23 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.119 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 24 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.120 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 25 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.121 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 26 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.122 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 27 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.123 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 28 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.124 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 29 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.125 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 30 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.126 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 15' iface MIXER name 'EMU10K1 PCM Send Routing' index 31 value.0 0 value.1 1 value.2 2 value.3 3 value.4 0 value.5 1 value.6 2 value.7 3 value.8 0 value.9 1 value.10 2 value.11 3 } control.127 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.128 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 1 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.129 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 2 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.130 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 3 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.131 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 4 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.132 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 5 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.133 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 6 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.134 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 7 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.135 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 8 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.136 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 9 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.137 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 10 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.138 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 11 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.139 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 12 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.140 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 13 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.141 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 14 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.142 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 15 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.143 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 16 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.144 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 17 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.145 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 18 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.146 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 19 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.147 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 20 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.148 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 21 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.149 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 22 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.150 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 23 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.151 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 24 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.152 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 25 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.153 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 26 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.154 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 27 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.155 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 28 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.156 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 29 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.157 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 30 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.158 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 255' iface MIXER name 'EMU10K1 PCM Send Volume' index 31 value.0 255 value.1 255 value.2 0 value.3 0 value.4 255 value.5 0 value.6 0 value.7 0 value.8 0 value.9 255 value.10 0 value.11 0 } control.159 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' value.0 65535 value.1 65535 value.2 65535 } control.160 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 1 value.0 65535 value.1 65535 value.2 65535 } control.161 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 2 value.0 65535 value.1 65535 value.2 65535 } control.162 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 3 value.0 65535 value.1 65535 value.2 65535 } control.163 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 4 value.0 65535 value.1 65535 value.2 65535 } control.164 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 5 value.0 65535 value.1 65535 value.2 65535 } control.165 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 6 value.0 65535 value.1 65535 value.2 65535 } control.166 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 7 value.0 65535 value.1 65535 value.2 65535 } control.167 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 8 value.0 65535 value.1 65535 value.2 65535 } control.168 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 9 value.0 65535 value.1 65535 value.2 65535 } control.169 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 10 value.0 65535 value.1 65535 value.2 65535 } control.170 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 11 value.0 65535 value.1 65535 value.2 65535 } control.171 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 12 value.0 65535 value.1 65535 value.2 65535 } control.172 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 13 value.0 65535 value.1 65535 value.2 65535 } control.173 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 14 value.0 65535 value.1 65535 value.2 65535 } control.174 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 15 value.0 65535 value.1 65535 value.2 65535 } control.175 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 16 value.0 65535 value.1 65535 value.2 65535 } control.176 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 17 value.0 65535 value.1 65535 value.2 65535 } control.177 { comment.access 'read write inactive' comment.type INTEGER comment.range '0 - 65535' iface MIXER name 'EMU10K1 PCM Volume' index 18 value.0 65535 value.1 65535 value.2 65535 } control.1
  18. Wow, it's pretty. I 'll remeber you for sure. MDV is good... That god save the french souls. :lol:
  19. I will tell you what is happen. Some peoples have as a basic need to reinvent the wheel. I sayd and say again... If urpmi lacks in anything, improve this. But let apt-get to debian. To Cesar what is of Cesar. (Is this right translated?) If you really whant to mess up all the bases of MDK, why not not emerge the packages? Forget urpmi, forget apt-get, forget smart. Use emerge. :-) If somebody think this is confusing the things, I agree. I like urpmi and whant to see it become more an dmore efficiently. I whant urpmi to become smart and not to use smart or anything. Cose I'm a MDK user and fan. :woops: Please, don't mess up my distro.
  20. If someone thinks that urpmi need some new functions to compete with apt-get, so improve the urpmi. Before to try MDK with apt-get I will try another distro. I really like synaptic, but I really don't like apt-get. I use MDK and URPMI and prefer to try a distro fully based on Debian like Ubuntu, or go directly to Gentoo before to use MDK with this apt-get guy.
  21. I'm from Brazil, the house of Conectiva. The Conectiva win a very bad reputation here with Conectiva 9 and 10. I can't see it as an option. Manectiva is very funny in portuguese, plese kill me first. MandrakeSoft is in the deep end of the role. If you think deep... no name is good enough. If Mandriva or Conectiva stay... what about the name of prograns... like drakeconnect and hardrake? Will be drivaconnect and harddriva? Or maybe tivaconnect and hardtiva? And the RPM name? As in kernel-3.0-1mdk.rpm? Will be kernel-3.0-1mdv.rpm? Or kernel-3.0-1.cl.rpm, as Conectiva did before apt-get? Oh my god, this is the bad part. If the Mandrake decide to jump to apt-get too? I prefere to die to use MDK with apt-get. I'll goo ... I don't know, maybe gentoo. But not apt-get in MDK or MDV or CON, don't know. XXX Linux is a good name to my teaste. :-) Anyway is better then Mandriva.
  22. I don't like Coca-Cola (Coke) anyway, maybe sometimes but without gas. About the name The english is the most second spoken language. The Mandarin is not the mos spoken becose the Cantones is the mos spoken in the China. My Kung Fu master , Li Wing Kay tell me that. Mandarin is forced by the government but without count Hong Kong, the rest of the country speak nativile Cantones (I don't know how to write this in english). But now, I will reveal to all of you the trully most spoken language of the globe. The language of :woops: , Love, Amor, Amore, Amour (Is that in french?) ... So maybe XXX Linux is the best all around names. What MandrivaSoft is doing? The frenchs are :bounce8:
  23. I don't have a good idea about how 'Mandriva' sounds like in French or German or English. But in Portuguese, here in Brazil, the coutry of Conectiva, when I read Mandriva I had feel something in my stomac that I can not discribe. Maybe if you try to speak Mandriva mading a strange mounth like French people, the sound looking good... Do you belive that? Mandriva don't sounds like a tropical desies here. It sound like nothing. I think that the money people behind from Conectiva is crying now. Very very very very very stupid name. Limited edition 2005 was stupid but Mandriva wins easy in stupidness.
  24. I understand now why the options change when I use Kaffeine or Mplayer, the options change becouse the 5.1 options selected, so they adapt their configs. I think that now I'm on the way, but I steel searching 2 things: 1- A Speaker tester like the on in the Creative Installation CD for Window$, so I can test the speakers one by one. 2- An General equalizer, or a plugin to Kaffeine to do that. Equalization is the only thing that lacks in all Linux sound related. Thanx the help! :D
  25. ethraza

    MuOnline

    If u search on the net u will find a lot of howtos, but the Mu server is a Windows Server and need the MS SQL Server too. U can download the things needed in emule. I have never seed something to run the server under Linux, the WebZen guys are crazy, mading a game server all to Windows.
×
×
  • Create New...