/srv/irclogs.ubuntu.com/2011/12/18/#ubuntu-beginners.txt

=== samsul_ is now known as samsul
=== JonathanS is now known as JonathanD
=== geirha_ is now known as geirha
bobweaverhello there I just got a new job and the boss is going to let me use ubuntu on my work computer. So I am writing a script to use after I install with certain applicaations on them. I got down all the ones that I am using from  ubuntu repos and others but I am having trouble with virtual box. My question is a sudo one when I do say :   sudo wget --output-document=      What is the user that sudo is using is it still you  way I ask is15:41
bobweaverlike this  sudo wget --output-document=/home/$USER/some-dir   so it dont go to roots home dir15:41
bobweaveror does  sudo still uses /home/some-user/15:42
Sidewinder1bobweaver, I'm certainly no expert, when it comes to CLI;.. but if you want a good resource for scripting, please try here: http://tldp.org/LDP/abs/html/15:44
* SEABird needs help getting rid of grub2 on dual boot laptop15:44
Sidewinder1On a side note, gksudo, for GUI, apps; sudo, for the rest.. :D15:44
bobweaverI guess I will just try and see what happenes15:45
bobweaverSEABird: do you want BURG  ?15:45
Sidewinder1As long as everything's backed-up, try away!15:46
SEABirdHave Acronis Boot Manager on most of my machines15:46
bobweaverahh not sure what that is15:46
bobweaverSEABird:  so grub is getting in the way of Acronis Boot Manager ?15:48
SEABirdAcronis is a multiplatform partition backup program and includes neat boot manager with GUI that allows for more than 4 primaries  while hiding unused15:49
SEABirdThink both will fight each other and and grub is too difficult to see on small laptops15:50
LemonAidI wireless went down for no apparent reason. I tried ifup/down   /etc/netwroking restart  ,services netwrok-manager restart. Nothing worked. Only a reboot helped. Any ideas how i could identify the problem?15:51
LemonAid*my15:51
SEABirdIs there anyway to manage grub to get rid of Windows recovery partitions ( have 2)?15:52
LemonAidWhat do you mean by "get rid of"?15:52
bobweaverLemonAid:  please open terminal and enter lspci -nn | grep Wireless && lsmod && rfkill list all      and paste back using http://paste.ubuntu.com15:53
SEABirdOr make it larger to see and choose s/u options?15:53
SEABirdI am really new at this15:53
bobweaverSEABird:are you daul or triple booting ?15:53
LemonAidSEABird, Grub is a boot manager. It won`t modify partitions. You need a partition manager.15:54
SEABirdjust dual but laptop has a Win7 recovery partition and a Win7 repair partition, then Win 7 and then Ubuntu15:55
LemonAidbobweaver, http://pastebin.com/rzgXTkj715:56
SEABirdDon't need to change partitions for trial installed Ubuntu on 40 GB free space15:57
LemonAidSEABird, what exactly are you trying to accomplish? Remove all the recovery partitions, or just have them not shown at boot time?15:57
bobweaverLemonAid: Could I see a dmesg | grep 81915:59
SEABirdJust have Win7 as default boot (sorry guys but that my bread and $$$ - Windows support) then have some longer time to choose Ubuntu while I learn15:59
* SEABird mutters "Is the a #wantstobeabeginner channel?"16:00
LemonAidbobweaver, http://pastebin.com/aivqcdEw16:01
bobweaverLemonAid: sudo modprobe r8192se_pci16:02
bobweaverthen dmesg | grep 819 again16:02
LemonAidSEABird, http://tinyurl.com/d786ok2 This should help you.16:02
LemonAidbobweaver,  http://pastebin.com/Qyv3q2iP16:04
LemonAidSEABird, alternatively you can try and install Burg, it`s a manager for Grub. With a nice interface and all that. You may find it more to your liking.16:05
bobweaverLemonAid: 64 or 32 bit ?16:06
LemonAidBurg will let you set the default os to boot into, and also have the option to restore your grub/winboot (from what i recall).16:06
LemonAidbobweaver, 6416:07
bobweaverLemonAid: lsb_release -a && uname -a16:08
SEABirdThank I will continue reading and try to come to some agreement between me and me laptop16:09
LemonAidbobweaver, http://pastebin.com/4RxCtdPC16:09
bobweaverLemonAid:  too options compat-wireless or the one from the site either way time to compile which do you want16:10
LemonAidbobweaver, what you`re saying is that my driver is at fault?16:11
bobweaverSee post #23  down   http://ubuntuforums.org/showthread.php?t=1703443&page=316:11
bobweaverYes LemonAid16:11
LemonAidWill check it out. Thanx for the help :)16:11
bobweaverCool compat will also help you out either way16:12
bobweaverhttp://linuxwireless.org/en/users/Download16:12
LemonAidbobweaver, always a good thing to have additional resources.16:13
bobweaver:D16:13
bobweaverLemonAid: Let me know how it works out16:14
LemonAidWill do.16:14
LemonAidbobweaver, it would appear that the firmware change worked. Now it remains to be seen, but things look promising. :)16:27
bobweavergood16:27
bobweaverso you now have wifi again ?16:27
LemonAidWell, i had when i asked for help the first time. I just did not know why my wifi crashed and i couldn`t get the connection back up without a restart.16:28
LemonAidA system restart.16:28
LemonAidTime to do some reading on the commands you told me to run :D16:29
bobweaverLemonAid: wifi can be funny at times with firmware it seems that it sometimes just gives out. wich is not good basic with wifi that I know is look at the card and see what driver "modual" that you need. then see if it is loaded the modual/driver   using the command lsmod  if it is there then run command rfkill list all if it is hard blocked(outside switch ) fix by turning switch on or soft blocked (sotware blocked ) run rfkill unblock16:35
bobweaverall  if it is all no on rfkill then  it is usally firmware that is causeing troubles16:35
bobweaveryou can also see what a modual/driver is by running the command modinfo <name of moduals >      Notice the depends area and the firmware that it needs16:36
LemonAidbobweaver,  thanx for the mini guide. It does make sense now now that i follow it, i see that i have a lot of other useless modules/drivers for a lot of other network cards.16:44
bobweaverjust be carefull somethimes the can get in the way of loading a different one   to remove a modual we use the command    rmmod <name of modual >   then   we load the other with the  command    modprobe  <name of modual>    most of these commands need sudo16:46
LemonAidI guess, that when i installed Ubuntu, it installed a lot of additional drivers to cover a wide range of cards. O well.16:46
bobweaverYes jockey-gtk (additional drivers) can sometimes load the worng mods and the same with thye linux kernel16:47
LemonAidI did read on those exact 2 commands just now since i was curious what they did. I will of course be careful while using them.16:48
bobweavertime to file bugs when that happens so deveolpers can fix16:48
bobweaverthe devolpers help the end users and the end users help the developers = non subjugated people16:50
bobweaver:D16:50
LemonAid:))16:50
transpissedhey, im sitting here with a problem, that is transmission update nad its blocklist-related, that im not able to solve for myself18:22
transpissedis there anyone who can help?18:23
transpissedi tried updating to 2.42 but i tjust update d to transmission 2.04, and im not able to create blcoklist entires18:23
transpissedentries18:23
ppcblasterTrying to get Hauppauge pvr 350 going in 11.10 need help18:48
shikata_ga_naianyone here used rstudio before19:29
shikata_ga_nai?19:29
escott!anyone | shikata_ga_nai19:34
ubot2shikata_ga_nai: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll.19:34
shikata_ga_naiescott:ok19:35
escottshikata_ga_nai, ?19:53
seidosshikata_ga_nai: i haven't used it.  does rstudio have an irc channel?20:04
seidoshmmm, if they do it isn't an obvious one20:04
escottseidos, he doesnt seem to be paying attention anyways20:05
seidosescott: :D20:10
escotti have my own anyone? question. does anyone know why people come on here and ask a partial question and then leave?20:11
seidosi'll take a stab at it with a spork:  they're in a hurry.20:12
shikata_ga_naihey guys I am back, well, I didn't notice the replies, and sorry that, I guess I was busy finding serial for that software.Well guess what?, I didn't find one. so cheers!!, now I badly need some help.20:20
seidoswhat's your question mr. shikata_ga_nai ?20:27
=== szczur_ is now known as szczur

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