/srv/irclogs.ubuntu.com/2013/03/20/#ubuntu-beginners.txt

=== yofel_ is now known as yofel
isiahanyone have a background with iscsi?13:22
NemecusHello14:24
isiahhi Nemecus14:27
NemecusDoes anyone have any experience with Ubuntu 13.04 on the new MBP 10,2?14:28
isiahyou are running ubuntu on a macbook?14:30
Nemecusyes14:34
NemecusI'm having sound issues and I'm not sure what to do. When I go to the sound settings, it doesn't show an output or input device14:34
NemecusI'm not sure where to go for help on this so I thought I would try here14:35
Nemecusif there is another place for me to go for information, feel free to point me in that direction14:35
Nemecus:-)14:35
isiahok its not a vm right? It is an actual installation14:38
Nemecusyes an actual installation.14:38
NemecusI shrunk the Mac partition down and partitioned out for the Ubuntu install.14:39
isiahok, putting aside the question of how you managed to pull that off14:39
isiahthis should just be a normal sound issue14:39
NemecusI also following the ubuntu macbook pro page to this tutorial on how to install it14:39
isiahwell start with the obvious14:40
isiahcan you see it on /dev?14:40
Nemecusrandomtutor.blogspot.co.uk/2013/02/installing-ubuntu-1304-on-retina.html14:42
Nemecusone sec, I'm pulling up terminal14:42
Nemecuslspci -v |grep -A7 -i "audio"14:42
Nemecusopps wrong chat14:42
NemecusWow, somehow I closed everything. My apologies14:47
isiahits fine14:48
NemecusWhen I ran that command though, I get a Audio Device : Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller14:48
isiahis this correct?14:48
NemecusI believe so. I'm trying to find an exact answer for you14:52
Nemecusbut everywhere I read says they have intel sound cards14:52
Nemecusbut I can't find the exact information14:52
isiahok, so it is seeing it and the information is correct14:53
isiahwhat are the symptoms?14:53
Nemecusin the sound settings, nothing is listed in the Output or input14:54
isiahwhen you say sound settings you are referring to a gui of some sort?14:54
Nemecusyes correct, I get no sound so I "settings->sound" in the ubuntu GUI and I don't see a device in the Output section14:56
isiahcan you idenitfy the gui's process id, kill it , and restart it?14:56
NemecusNot sure with process id it is15:04
isiahdo you know the name of the program?15:05
Nemecuswhen I do the command alsamixer it shows the card as "HDA Intel PCH" with the Chip "Intel PantherPoint HDMI"15:05
isiahsorry out of ideas15:06
isiahalsa isnt something i have studied much15:06
Nemecusthats for the help. I'm just been googling and trying all the sound support on the ubuntu site15:06
NemecusI feel like it is just not pushing to the right driver15:07
Nemecuslike trying to push to my hdmi port and not the internal chip15:07
Nemecuswhen I try a grep "Codec:" /proc/asound/card*/codec*     I get two different codecs15:08
NemecusCirrus Logic CS4206 and Intel PantherPoint HDMI15:08
isiahremove the misbahaving one?15:08
isiahit sound like your gui program is not seeing the right driver15:09
NemecusYeah I believe that also15:10
bob3303I installed ubuntu on my windows machine...I shared the disk 50% - 50% and now I can't get windows to boot.  Any ideas?16:25
isiahfor some reason new applications i install are resolving to /sbin/foo17:13
isiahinstead of foo17:13
isiahnever seen this one before17:13
geirhaisiah: "resolving to"?18:50
isiahok so i downloaded bonnie++18:52
isiahI see it /usr/sbin/bonnie+++18:53
isiahI type in bonnie++ and it gives me a command not found18:53
isiahits been doing this to me all week, never seen this issue before18:53
isiahif i type in /usr/sbin/bonnie++ the command executes correctly. I could do a work around with alias but I would rather fix this issue first18:54
geirhathen /usr/sbin is not in your PATH variable.18:55
geirhaCheck with   echo "$PATH"18:56
geirhayou can put   PATH=$PATH:/usr/sbin   in ~/.profile to add it18:56
isiahI see /usr/sbin18:57
geirhaHm. Odd.18:57
isiah/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/isiah/bin18:57
isiahi know18:57
geirhaWhat does ''type bonnie++'' output?18:57
isiahbonnie++ is /usr/sbin/bonnie++18:58
isiahpermissions maybe?18:59
isiahthe odd thing is, I did a fresh install using kvm. I have 3 virtual machines doing the same thing now18:59
geirhaHm. What type of file is it?  ''file /usr/sbin/bonnie++''19:00
isiah/usr/sbin/bonnie++: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped19:03
geirhaVery odd19:07
geirhaThere's no reason for that giving you command not found19:07
isiahoh should mention, i am only seeing this on centos right now, the other vms running ubuntu arent showing this19:08
isiahsorry i am using a remote viewer tool and this wasnt obvious until just now19:08
geirhaok, so you ran the above command on a different system than the one actually having the problem?19:09
geirha*commands19:09
isiahno i mean, i just noticed that i am working in cent os19:09
isiahi went over to ubuntu and am not seeing this19:10
isiahso...it looks distro specific19:10
geirhaone last thing I'd check is that   declare -p PATH   shows the -x flag19:10
geirhaIt might be this bonnie++ execs itself, which will fail if PATH isn't exported19:11
isiah/usr/sbin/bonnie++: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped19:11
isiahsorry19:11
isiahwait19:12
isiahdecalre -p PATH shows bin but not sbin19:12
geirhaah good, so we're not going insane. You just ran it in the wrong shell earlier19:13
geirha:)19:13
isiahwell.. this is technically true, but i am concerned19:42
isiahmaybe i should drop by some centos irc room19:42
geirhaProbably the default for centos19:46
geirha/sbin and /usr/sbin are traditionally for commands meant to be run by sysadmins, not regular users19:47
isiahah that would explain it since bonnie++ and a few other of the commands I have been using the past few days were network testing toolds19:57
isiahi just setup 4 vms running ubuntu and centos through a bridge using a NFS22:07
isiahoh yeah22:07

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!