[03:52] hello all, who wants to field an audio card question? [03:53] M audio audiophile 2496 no sound in 11.10 shows up but nothing and remember I am really new [04:13] TRAVISg: No sound? [04:14] yup [04:14] one sec [04:14] I have done a little poking [04:14] * bkerensa begins researching [04:14] around [04:14] seems to possible be seen as two channel [04:15] hmm [04:15] do you have pulse installed? [04:15] how can I check for sure? [04:16] TRAVISg: one sec [04:16] no worries [04:16] how you been? [04:17] good [04:17] * bkerensa is reading a ubuntu forum that is in german [04:17] to get a fix [04:18] TRAVISg: Can you go to terminal and type: pulseaudio [04:19] on it [04:19] E: [pulseaudio] pid.c: Daemon already running. [04:19] E: [pulseaudio] main.c: pa_pid_file_create() failed. [04:20] that is the outcome [04:20] TRAVISg: Can you now run: alsamixer [04:20] onit [04:20] from terminal and tell me what you see [04:21] or a screenshot and upload to imgur.com perhaps? [04:21] how do I screen shot? [04:22] Press "PrntScr" button [04:22] where is that button? [04:23] is that an add on I may not have? [04:23] uhh [04:23] I am running gnome fallback [04:23] ? [04:23] Its a default keyboard key [04:23] :D [04:23] LOL [04:23] on your keyboard [04:23] should automatically take a screenshot and prompt you where to save it [04:23] I just urinated my self [04:23] ? [04:23] laughing [04:24] oh geez [04:24] :D [04:25] http://imgur.com/MEjjR [04:25] Title: imgur: the simple image sharer (at imgur.com) [04:26] I can't believe I never thought of "keyboard button" [04:28] Oh I bet I screwed up [04:29] right now I am running sound through my on board [04:29] TRAVISg: OK [04:29] not the audiophile card as it wasn't working [04:29] can you do this [04:30] what is that? [04:30] in terminal run: sudo nano /lib/udev/rules.d/90-pulseaudio.rules [04:30] yup [04:30] then [04:31] okay [04:31] paste the following into that file: SUBSYSTEMS=="pci", ATTRS{vendor}=="0x1412", ATTRS{device}=="0x1712", ATTRS{subsystem_vendor}=="0x1412", ATTRS{subsystem_device}=="0xd634", ENV{PULSE_PROFILE_SET}="m_audio-audiophile-2496.conf" [04:31] on its own line [04:31] then after that do "CTRL X" [04:31] it will ask if you want to save [04:31] do Y or Yes [04:32] Let me know when you have done the above [04:32] :D [04:32] then we will go to next step [04:32] okay [04:33] said modified buffer [04:33] I entered y [04:34] ready i think [04:34] ok [04:34] next [04:34] open a browser and go download this ubuntu-oregon.org/share/m_audio-audiophile-2496.conf [04:34] you may have to right click and save it [04:34] once you have done this let me know [04:35] may I close that terminal? [04:35] not yet [04:35] :D [04:35] ok [04:36] Now go back to terminal and type: mv /home/travisG/Downloads/m_audio-audiophile-2496.conf /usr/share/pulseaudio/alsa-mixer/profile-sets/ [04:37] assuming travisG is your login [04:37] wait what was that address? [04:37] http://ubuntu-oregon.org/share/m_audio-audiophile-2496.conf [04:37] (at ubuntu-oregon.org) [04:38] actually my login is N00B haha [04:39] then replace travisG with that [04:39] the pulseaudio rules is still up ---open a new terminal? [04:39] or paste in that? [04:41] ? [04:41] no [04:41] if you saved it it would have closed [04:41] it would have asked if you wanted to save the buffer [04:41] and once you press Y [04:41] and enter [04:41] ah well that didn't happen should I try ctrl x again? [04:42] it will save it and bring you back to prompt [04:42] yeah [04:43] okay it was hung on a file name screen I hadden't noticed [04:44] k [04:45] and you hit enter and saved? [04:46] mv: cannot stat `/home/n00b/Downloads/m_audio-audiophile-2496.conf': No such file or directory [04:46] n00b@n00b-OptiPlex-GX270:~$ [04:47] checked and that is where it is at in the properties tab of the downloaded text file [04:47] ok [04:47] do this [04:47] all ears [04:47] in terminal do cd /home/n00b/Downloads [04:47] then type ls [04:48] btw I really appreciate this [04:48] TRAVISg: Its no problem... I usually do this till 1am in #Ubuntu anyways :P [04:48] want a screenshot? [04:49] n00b@n00b-OptiPlex-GX270:~/Downloads$ ls [04:49] 2362265600-57153540-tickets.pdf m_audio-audiophile-2496.conf.txt [04:49] calendar.ics netresponsibility-2.0.deb [04:49] HPPIW.EXE Spotify Installer.exe [04:49] ahh [04:49] last.fm-1.4.2.58240.src.tar.bz2 [04:49] I see what happened [04:49] ok [04:49] do this [04:50] what happened? [04:50] m_audio-audiophile-2496.conf.txt [04:50] it add .txt [04:50] :P [04:50] we need it to be .conf [04:50] I suspected [04:50] so just rename it by removing .txt [04:50] in properties [04:50] you can do this via the GUI file manager if you would like [04:50] or via terminal ;) [04:51] how in term [04:51] ? [04:51] okay now retry the move cammond? [04:51] *command [04:52] n00b@n00b-OptiPlex-GX270:~/Downloads$ mv /home/n00b/Downloads/m_audio-audiophile-2496.conf /usr/share/pulseaudio/alsa-mixer/profile-sets/ [04:52] mv: cannot move `/home/n00b/Downloads/m_audio-audiophile-2496.conf' to `/usr/share/pulseaudio/alsa-mixer/profile-sets/m_audio-audiophile-2496.conf': Permission denied [04:53] wait [04:53] no no :P [04:54] you need to do sudo mv [04:54] sorry :P [04:54] need sudo to move stuff into that directory [04:54] ah yup will do [04:54] sudo mv /home/n00b/Downloads/m_audio-audiophile-2496.conf /usr/share/pulseaudio/alsa-mixer/profile-sets/ [04:54] should I change the directory back? [04:54] sudo gives you root privlege [04:54] ? [04:55] change it back where? [04:55] now in the terminal prompt [04:55] I am in /downloads [04:55] did the mv command excute successfully ? [04:56] yup [04:56] ok [04:56] now [04:56] you just need to reboot [04:56] all right [04:56] and hopefully that will have fixed everything [04:56] no guarantees though :P [04:56] I will be back shortly with results okay? [05:02] no luck [05:06] bekerensa hello thanks for trying with me [05:08] bkerensa you there? [05:08] :bkerensa [05:08] Hi [05:08] hello [05:08] no luck [05:08] TRAVISg: Might want to /join #Ubuntu [05:09] and ask there then =/ [05:09] and perhaps ask on forums [05:09] thats all I could find [05:09] thank you so much [05:09] no problem [05:09] I have posted on the forums [05:09] seems another guy has as well so I commented on his [05:10] TRAVISg: #Ubuntu has 1507 people in it so more opinions maybe it will get fixed :D [05:10] thanx man [05:10] read the post about you getting the winoze swag [05:10] is that for review? [05:11] bkerensa: trying out speaking directly to some one [05:13] the phone? [05:14] oh nah that wasnt for review it was for free just because of my Klout score [05:19] Klout score? [05:19] *webchecking Klout* [05:20] ahhh [05:21] yeah [05:21] http://klout.com/#/bkerensa [05:21] Title: Klout | The Standard for Influence (at klout.com) [05:36] bkerensa: no luck in the big room ah well if you think of anything drop me a line [05:37] kk [17:20] hello big-it [17:21] big-t [17:29] hello c-smith [17:35] hello tgm4883 [17:41] hi likedsciencwu [17:50] HOW ARE YOU TGM48..? [17:50] likedsciencwu, I'm good [17:50] OK [17:50] trying to work out my password for xbmc forums [17:51] WHAT THAT TGM? [17:51] which apparently I haven't signed into for 10 years, as I haven't used hotmail in almost 15 [17:51] I'm trying to find out the status of the mythtv pvr addon [17:51] see if we might want to ship xbmc with mythbuntu [17:52] WHAT DO YOU USE OF IT? [17:53] just media playback. I used to use it on my xbox as a launcher [17:54] OK GOOD [17:54] PLEASE GUID ME TO USE IT TOO [17:54] what does the room about it? [17:55] #xbmc [17:55] tgm4883: Error: "xbmc" is not a valid command. [17:57] thanks tgm [17:59] yw [18:33] hello [18:33] Good morning and stuff [18:34] #seen nathwill [18:34] bkerensa: nathwill was last seen in #ubuntu-us-or 4 days, 23 hours, 51 minutes, and 16 seconds ago: explaining how awesome we are? [18:34] * bkerensa goes to apply to be a committer [18:47] hello [21:36] woot. body worlds today :)