/srv/irclogs.ubuntu.com/2012/06/10/#ubuntu-beginners.txt

stlsaintroom poke01:20
LinXzwrong chat window; try Facebook...01:22
stlsaintLinXz: ha good one01:25
=== wilee-nilee is now known as tinee
=== tinee is now known as tinee-b
dizzylizzyhmm03:47
dizzylizzyi have not used ubuntu in almost a year, how is 12.04?03:47
dizzylizzystability-wise03:47
stlsaintdizzylizzy: stable04:07
stlsainteven lts worthy stable04:07
dizzylizzyexcellent :)04:14
purchaser_ Hello! I have a CPU/Memory question: I would like this cpu: Intel® Core™i7 Quad Core Mobile Processor i7-3610QM (2.30GHz) 6MB. The memory I would get for it would be 16GB SAMSUNG 1333MHz SODIMM DDR3 MEMORY (4 x 4GB).05:52
purchaser_Here is my question: would it be very much a good idea to change to memory to: 16GB SAMSUNG 1600MHz SODIMM DDR3 MEMORY (2 x 8GB)05:53
purchaser_or even 32GB SAMSUNG 1600MHz SODIMM DDR3 MEMORY (4 x 8GB)05:54
stlsainthey05:54
stlsaintpurchaser_: why change?05:55
purchaser_for a new laptop05:55
purchaser_thank you stlsaint05:55
purchaser_which speed does the cpu work at? I want the memory to be in synch with the speed of the processor05:56
stlsaintwouldnt it be 2.30Ghz?05:57
purchaser_that is what i was thinking, but i don't know if it is that simple05:58
stlsaintwell your memory isn't going to be utilized until its needed so how can you compare ram speed against cpu? maybe im missing something. Been awhile since took A+05:58
purchaser_I am at the moment most concerned about the speed of the memory. I am not really focusing on the quantity of memory i need right now.05:59
purchaser_Only very few applications would ever need so much memory at the moment, perhaps virtualization applications like VirtualBox06:00
stlsainttrue06:02
stlsaintand a bunch of open tabs in browser06:02
purchaser_I had about 20 open tabs in my browser and it wasn't even using one gigabyte of memory06:02
stlsaintwith 20 tabs plus IRC im at 45% ram use of 4gb06:07
benonsoftware3 tabs use all of my 2GB of RAM06:18
stlsaintlol06:18
stlsaintthats not good06:18
benonsoftwareWell 1.75GB of RAM06:19
HiddenSanitySo... newbie question time! I want to download a free program, they have windows and mac versions, but for linux they just provide the source code and tell you to compile it yourself(for now).  This a reasonably easy feat? I downloaded the latest QT as it was said I'd need at least QT4.607:13
JoseeAntonioRHiddenSanity: So, what are you trying to compile again?07:20
HiddenSanityCockatrice07:21
JoseeAntonioRHiddenSanity: Have you already extracted the code in a folder in your home folder?07:21
HiddenSanityYes.07:21
JoseeAntonioRHiddenSanity: Please, open a Terminal and cd to the directory.07:22
HiddenSanityI'm afraid I'm gonna need to learn that, too...07:25
HiddenSanityIs it just CD [path]?07:25
JoseeAntonioRHiddenSanity: Yes, with cd in not-capital letters.07:26
JoseeAntonioRs/not/non07:26
JoseeAntonioROnce you have, issue "/.configure" and then "make && sudo make install", both without quotes.07:29
HiddenSanityErr... so terminal command should look like: cd /home/folder/folder?07:29
JoseeAntonioRHiddenSanity: or just "cd ~/foldernamewhichisinhome/"07:30
HiddenSanityAh...07:31
HiddenSanityDoes the '&&' represent something? Or is that literally what I issue?07:32
JoseeAntonioRHiddenSanity: Literally07:32
HiddenSanityHmmm... and the '/.configure' doesn't seem to work literally entered, some idiot mistake I'm making there?07:33
HiddenSanitybash: /.configure: no such file or directory07:34
JoseeAntonioRHiddenSanity: Then skip it.07:36
JoseeAntonioRI'm sorry, but I have to leave now.07:36
HiddenSanityThank you.07:36
HiddenSanityI'm trying to start learning this stuff on my own, but I kinda want it working soon.07:37
LinXzHiddenSanity: I've been learning "this stuff" for some years now - be patient; we won't be specialists in a hurry. ;)07:38
dizzylizzywhat08:07
dizzylizzyyou kidding08:07
dizzylizzyit's not /.configure08:08
dizzylizzythat would try to run a file named .configure in the root directory08:08
dizzylizzyyou want ./configure which would run the file 'configure' in the current directory08:08
dizzylizzyHiddenSanity, yeah08:08
dizzylizzy:P08:09
HiddenSanityWhat's better to do instead?08:10
dizzylizzy./configure08:10
dizzylizzyif you get any errors I can probably help with that too08:10
dizzylizzyby the way, if the program requires Qt, and you are compiling from source, you won't just need to install Qt08:11
dizzylizzyinstalling libqt4 will only give you the runtime libraries, to compile with Qt support you will also need libqt4-dev08:12
dizzylizzypackages with the -dev at the end are used for compiling programs with those things, usually08:12
dizzylizzydon't forget to install "build-essential", which you will need to copmile just about anything08:12
HiddenSanityAh, thank you.08:13
dizzylizzyi would not be surprised if, even after installing those things, you run into some errors when running "./compile" in the directory you extracted the source to08:13
dizzylizzylemme know if anything pops up08:14
HiddenSanityThere doesn't seem to be a make file or anything named configure... I may just be placing myself wrong, though.08:15
HiddenSanityI might try the cockatrice forums and site more, see if there's anything there.08:15
HiddenSanityI've tried to cd myself to a few different directories that look promising, including the pre-folder and the main folder it gave me...08:18
HiddenSanityHmm... maybe I'll try again in 'src'08:18
LinXzwhat did you download HiddenSanity? Perhaps you have a Mac version? (shot in the dark here...)08:19
dizzylizzyHiddenSanity, it looks like somebody already filed a "bug" to get it built for ubuntu: https://bugs.launchpad.net/getdeb.net/+bug/99112608:19
ubot2Launchpad bug 991126 in getdeb.net "[Create Package] Cockatrice" [Medium,Fix committed]08:19
dizzylizzywow the source code is not very easily compmiled... looking at it now08:19
HiddenSanityAh... so I picked a nice one for my first try at it.08:20
dizzylizzyi'm just trying to figure out what build system they're using08:24
HiddenSanityAh well, thank you, I think I'll look into more info on this, then.08:26
dizzylizzywell that's frustrating08:26
HiddenSanityBut for now, I'll retire, but thanks for trying to help.08:26
dizzylizzyIt appears like they're using KDevelop08:26
dizzylizzyit's in the repos08:26
dizzylizzyyou can open that folder as a kdevelop project08:27
dizzylizzy:-/ as much as I'll be able to help i'm afraid08:27
=== yofel_ is now known as yofel
r4yHow do I use Ubuntu to get music onto this phone?: http://www.samsung.com/us/support/allQuestion.do?prd_mdl_name=SCH-R72010:37
LinXzCan I have a peronal opinion on this channel?12:08
oCeanLinXz: you can have your own opinions, also about other operating systems, but the Ubuntu channels are not a platform to force your opinions on others.12:27
oCeanhaving said that, #ubuntu-offtopic welcomes constructive discussion on a wide variety of topics. Guidelines apply there also12:28
^zenyhooubby-ithi!12:45
^zenyhooubby-itDo you know how upgrade from ubuntu 10.04 to 12 directly?12:51
^zenyhooubby-itI already did it from 8.04 to 10.04 but now I don't see that option anymore...12:52
^zenyhooubby-itcan you help me please? :)12:56
Sidewinder1!ask12:57
ubot2Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience12:57
^zenyhooubby-itI want to install ubuntu 12 but the live-usb gives an error message: update firmware drivers etc. from a website. Is it quick to do this?13:03
wilee-nilee^zenyhooubby-it the official update for the 10.04 to 12.04 is not available yet, I believe it will be sometime in july, you can force a upgrade but I am of no help with that.13:09
^zenyhooubby-itback...13:25
^zenyhooubby-itAs I sad before, when I boot ubuntu 12 live-usb, it retrieve an error message of "b43 firmware file not found". I gone to the website writen by the message, http://wireless.kernel.org/en/users/drivers/b43#devicefirmware, but the page does not exist! any help?13:28
holstein^zenyhooubby-it: i would just install, and i would get that firmware later13:29
holsteini have just ran "sudo apt-get install firmware-b43-installer" before13:29
^zenyhooubby-ithello holstein!13:29
holsteinyou can always refer to https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx13:30
^zenyhooubby-itbut it can't install because it says this error13:30
^zenyhooubby-itso I just have to do that command in terminal now, reboot live-usb and installation will be fine?13:33
holsteinyou cant "reboot" a liveUSB13:33
holsteinit'll just reset13:33
holsteinyou *might* be able to use the live CD after installing that firmware13:33
holsteinif it were me, i would just install to that USB stick, putting grub on there13:34
holsteinthen, i would add whatever firmware, drivers, or software i want, and have myself a customized USB installation13:34
^zenyhooubby-itI don't understand... I created a live-usb because cd drive is broken. isn't it good?13:37
holstein^zenyhooubby-it: sure.. you are asking for changes to be saved in an environment where changes cant be saved13:38
holsteinlive CDs or USB are just that... LIVE.. to make changes "persistent" takes some special steps... i would just install to the USB stick if you want a live USB stick with persistent storage, or search around about persistent USB's13:39
holsteinif you are just trying to install the firmware prior to installing as a test, i would just go ahead and install and grab that firmware afterwards from the installation with a wired connection13:39
^zenyhooubby-itI forgotten to say: now I am on ubuntu 10 installed on pc, not live-usb13:40
holstein^zenyhooubby-it: 10.04? 10.10? that guide i linked should apply to most broadcom harware in any version13:41
^zenyhooubby-it10.0413:41
holsteinhttps://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx13:41
holsteinyou can always search for "restricted drivers" in the system menu and let the GUI do it13:42
holsteinyou wont be able to add the firmware if you arent connected to the internet... there are work-arounds at that page i linked if you cant temporarily wire the machine up to wired internet13:42
^zenyhooubby-itThank you! but I looked at http://wireless.kernel.org/en/users/Drivers/b43/devices and there isn't my laptop model 3630! so?13:49
holstein^zenyhooubby-it: laptop model doesnt matter, its the chipset of the wifi device13:50
^zenyhooubby-itok13:50
holstein^zenyhooubby-it: there are directions on determining the chipset at that wiki page i linked13:50
^zenyhooubby-ityes terminal13:51
^zenyhooubby-itok I have an bcm4318 [14e4:4318*13:54
^zenyhooubby-itit seems it is supported13:55
holstein^zenyhooubby-it: yes.. as best as it can be, it is13:56
holstein^zenyhooubby-it: someone has reverse engineered a driver or 2 for you13:56
^zenyhooubby-itcool :D13:57
^zenyhooubby-itso we13:57
^zenyhooubby-itweird13:57
holsteinyeah?... broadcom only recently started supporting linux13:57
holsteinyour harware predates that, so you need to install some software that cannont be included in the kernel, or in ubuntu by default13:59
^zenyhooubby-itbut my internet connection works fine now, doesn't it will stop it? Why I have to do all this work only for install ubuntu 12?14:03
holstein^zenyhooubby-it: im not following you14:04
holstein^zenyhooubby-it: i would just download the 12.04 iso14:04
^zenyhooubby-ityes I did14:04
holsteinhttp://releases.ubuntu.com/12.04/14:04
holstein^zenyhooubby-it: ok.. just install that then, the proceedure for installing the firmware in 12.04 will be similar, if not more automatci14:05
holsteinautomatic*14:05
^zenyhooubby-ityes I want but the problem is that error message that don't let me to continue14:06
^zenyhooubby-itsorry if I don't explained well14:06
holstein^zenyhooubby-it: i have not seen an error message14:07
holsteinseems to me, you wer running 12.04 live, and wanted to save the firmware in it... you cant14:08
holsteinyou'll need to just install 12.04, then install the firmware just as you did to get 10.04 supporting the broadcom chip14:08
holstein^zenyhooubby-it: maybe a more localized #ubuntu-* support channel?14:08
^zenyhooubby-itthe message is "b43 firmware file not found" etc. I understand, but I can't install because it don't let me continue, nor I see the menu...14:10
holstein^zenyhooubby-it: that is not the name of the file any more14:10
holstein^zenyhooubby-it: in that guide i linked you, the instructions are different for 11.10 and above14:10
^zenyhooubby-it"ucode5.fw14:10
holstein^zenyhooubby-it: firmware-b43-installer is the name14:12
holsteinsudo apt-get install firmware-b43-installer14:12
holsteinfrom within the 12.04 install... and you can try that live14:12
^zenyhooubby-ithow can I type the command within the install?14:13
holstein^zenyhooubby-it: i would just literally open a terminal and go for it14:13
^zenyhooubby-ithold shift?14:13
holstein^zenyhooubby-it: i need to run, but i assure you, after you install 12.04, you can get support for that hardware, just as you do in 10.0414:13
holstein^zenyhooubby-it: i would just do it from the menu14:14
holstein^zenyhooubby-it: from a terminal in the install, *after* you install 12.0414:14
^zenyhooubby-itunluckly I can't install... that error blocks it...14:15
^zenyhooubby-itbut thank you, I think to have understand14:16
^zenyhooubby-itthank you very much holstein :)14:51
^zenyhooubby-itsorry for bad explaination14:51
^zenyhooubby-itis there a log of this channel?15:09
Sidewinder1^zenyhooubby-it, Many of the ubuntu core channels are logged, please see here: http://irclogs.ubuntu.com/2012/06/10/15:11
^zenyhooubby-itthanks15:13
^zenyhooubby-itstill here holstein?15:13
^zenyhooubby-ithi again :)15:31
^zenyhooubby-itcan I still update from 10.10 to 11.04?15:32
dhavali have installed IDLE. how do i run a python script in there? complete noob here.20:11
ntwrk_keithin idle20:18
ntwrk_keithyou can do line by line20:18
ntwrk_keithand it will interpret the lines as u enter them20:19
ntwrk_keithdamnit :(20:19
vinnie_hi folks!21:44
stlsaintvinnie_: hello21:45
vinnie_hi stlsaint - much happenin on here to night21:46
stlsaintvinnie_: well its 5pm for me so not night just yet22:03
vinnie_ah ok -its 10pm here!22:04
dragongatehello22:04
stlsainthey22:04
dragongatecan anyone help me?22:05
vinnie_hi dragongate22:05
fcHello, anyone want to help a first time ubuntu user :P22:05
tenachGreetings.22:05
stlsaint!ask22:05
ubot2Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience22:05
stlsaintdragongate: ^^22:06
dragongateError occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine.22:06
dragongatemy problem :S22:06
dragongateAny idea?22:06
fcWell, I just installed it for the first time, and my wireless is not working. How do I get that working?22:06
stlsaintdragongate: how much free space do you have on your computer?22:07
dragongatemy pc or linux vps?22:07
stlsaintfc: what is wireless card model?22:07
stlsaintdragongate: are you on a home system or remote vps?22:07
fccentrino wireless n + wimax 6150, if I'm not mistaken.22:08
dragongateim using ssh secure shell to connect my vps which i baght for 1 month22:08
dragongate*baught22:09
stlsaintdragongate: nested virtualization is not possible22:09
stlsaintfc: run this command: lspci | grep Wireless22:09
stlsaintthough network will give same result22:09
dragongatewhich means?22:09
stlsaintdragongate: dont try and run a virtual machine on a vps22:10
dragongate:S22:10
stlsaintdragongate: what are you wanting to do?22:10
fcIntel Corporation Centrino Wireless-N + WiMAX 6150 (rev 67)22:10
dragongateso complicated22:10
dragongatewell this is first time i trying to add server to vps22:10
stlsaintfc: please paste all output, including numbers at begining of it22:10
dragongateand i need compile my java source22:11
stlsaintdragongate: what type of server?22:11
dragongateRunescape22:11
fc02:00.0 Network controller: Intel Corporation Centrino Wireless-N + WiMAX 6150 (rev 67)22:11
stlsaintdragongate: game?22:11
dragongateyeah runescape private server and i need to compile source couse otherwise source doesnt recocnize run ;P22:12
stlsaintfc: i think you need to blacklist module. give me one sec22:13
stlsaintfc: what release are you on?22:13
stlsaintdragongate: compile whole server from source?22:13
dragongatewell that's what im trying to doo!22:14
fcI'm on 12.04.22:14
stlsaintfc: what is make and model of computer22:15
stlsaintdragongate: what guide are you using?22:15
stlsaint??22:17
fcAsus U56E22:17
stlsaintfc: acer?22:17
dragongateactually i asked for help , and one guy helped me.. the thing hes off and i cant ask him22:17
dragongate:S22:17
stlsaintdragongate: o_O22:17
dragongate(sorry for bad grammar)22:17
stlsaintfc: you know how to use program nano?22:18
fcNever even heard of it, honestly. I'm sorry for being such a noob at this, and I greatly appreciate all your help.22:19
tenachfc, no need to apologize; we were all noobs at one point :)22:21
stlsaintdragongate: i suggest finding a guide on private servers for that game22:22
stlsaintdragongate: why compile game? Seems you can play online on main servers22:22
stlsaintfc: open a terminal22:22
stlsaintfc: enter command: cd /etc/modprobe.d/22:22
stlsaintfc: enter command: gksudo gedit blacklist.conf22:23
stlsaintfc: you there?22:23
vinnie_what i have done with wireless cards that don't work is to remove the card and swop it for one that will defo work - v easy to do -just one solution -perhaps regard it as a last resort...22:23
fcYes, I'm there.22:23
stlsaintfc: make sure you remember how to remove this one line in case this does not work.22:24
fcOkay, will do.22:24
stlsaintfc: in that file you opened at the very bottom enter make a space and enter this: blacklist acer_wmi22:24
stlsaintfc: save, close, reboot. If wireless works....your welcome....if not than remove that line and reboot and come back here22:25
fcSo, go to the bottom line, hit enter, and put that in?22:25
stlsaintfc: at the bottom of that file, hit enter so the blacklist command has a space above it from the other text22:26
stlsaintdragongate: ?22:26
vinnie_sorry to butt in  just a quickie: what is the + at the end of: c r w - r w - - - - + and how would i add it..22:26
stlsaintvinnie_: how long you been a linux user?22:26
fcSo make sure there is a blank line above it? Because at the bottom I have another blacklist command. I'm probably making this more complicated then it needs to be so sorry.22:27
vinnie_hi stlsaint - actually since 2008 - but only command line in the last 2 months!22:27
dragongatesorry man i was afk22:27
stlsaintfc: yes, make sure there is a space between the blacklist input already there and the one i gave you22:28
stlsaintvinnie_: ah, well we try and refrain from making the user replace hardware. Key notion with linux ;)22:28
stlsaintvinnie_: and what is this c r w you speak of cause it sounds like the permissions listing but there is no C permission22:29
vinnie_oh apologies about that so...22:29
fcOkay, I'll be back22:30
vinnie_is c driver, its for video, a web cam22:31
vinnie_i'll adopt that principle from now on re-hardware22:32
stlsaintvinnie_: still no idea what your talking about22:32
vinnie_are you familiar with zoneminder i'm having a bit of trouble getting it working and i think its just a matter of changing permissions for the web camera22:34
stlsaintvinnie_: nope, sorry22:35
vinnie_i've installed it on my laptop and its working with permissions for video0 crw-rw - - - - + 1 root, but on a server installation it won't work and the permissions is crw-rw - - - -  1 root and it wont work...22:37
vinnie_there is no + at the end22:38
stlsaintvinnie_: maybe the laptop user is in a group that server isnt22:38
vinnie_i'll have to think about that22:39
stlsaintfc: guess no go22:40
fcIt didn't work :/ Every couple of minutes while trying to get the connection it will say wireless connect disconnected.22:40
fcMy bad, it says wireless network disconnected.22:41
fcIt will also keep asking me for the router password.22:42
vinnie_thanks for that stlsaint - ill research it further, see you's later..22:43
stlsaintfc: open terminal22:44
fcOkay, ready.22:44
stlsaintfc: enter: rfkill list all22:44
fcWant me to post results?22:45
stlsaintfc: yes22:45
fc0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: asus-wlan: Wireless LAN Soft blocked: no Hard blocked: no 2: asus-wimax: WiMAX Soft blocked: no Hard blocked: no22:45
stlsaintfc: bad news or good news first22:47
fcEhh, hit me with the bad news22:47
stlsaintfc: you will possibly need different kernel22:48
fcWill I have no clue how to do that, so make me feel better with some good news now. lol22:49
fcWell*22:49
stlsaintfc: good news is a new kernel propose's a fix22:50
fcHmm, so where might I find this kernel?22:50
stlsaintgood news=you need a different kernel, bad news=you need a different kernel22:50
stlsaintgreat news is you should't have to recompile the kernel for module22:52
stlsaintfc: its really strange cause your driver has been included in mainline kernel since 2.6.2422:53
fcYeah, it's weird because my friend told me I shouldn't have had a problem. Is it because I'm still also dual booting Windows?22:54
eokHello, i just made a thread in ubuntu forums, does it need to be moderated before it shows up? I can't find it22:54
stlsaintfc: no that is no issue22:55
stlsainteok: under your control panel look under your post listings. Does it show up there?22:55
eoki dont have any post listing under cp22:56
stlsaintfc: run this command: dmesg | grep iwl22:56
eokbut i dont find it when i search my own threads22:56
stlsainteok: you probably took to long to post and your session ended prior to you hitting the submit button22:56
stlsainteok: try again at post22:57
eokfuu, it was so long..22:57
stlsainteok: thus your session ended22:57
fc[   26.872815] iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [   26.872826] iwlwifi 0000:02:00.0: setting latency timer to 64 [   26.872850] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 [   26.872852] iwlwifi 0000:02:00.0: pci_resource_base = ffffc900057b4000 [   26.872854] iwlwifi 0000:02:00.0: HW Revision ID = 0x67 [   26.872978] iwlwifi 0000:02:00.0: irq 51 for MSI/MSI-X [   26.873017] iwlwifi 0000:02:22:57
eoktook me forever to make it..22:57
stlsaintfc: alright we are gonna use paste.ubuntu.com from now on to paste output ;)22:57
stlsaintfc: please repaste that output into paste.ubuntu.com22:58
eokyay, i still had it in history :)22:58
stlsainteok: maybe you could just ask your question here?22:58
fcI'm sorry lol.22:58
stlsaintfc: no prob. if you wanted a even easier method install application pastebinit22:58
stlsainta fav of mine22:58
stlsaintfc: sudo apt-get install pastebinit22:58
fc[   26.872815] iwlwifi 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [   26.872826] iwlwifi 0000:02:00.0: setting latency timer to 64 [   26.872850] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000 [   26.872852] iwlwifi 0000:02:00.0: pci_resource_base = ffffc900057b4000 [   26.872854] iwlwifi 0000:02:00.0: HW Revision ID = 0x67 [   26.872978] iwlwifi 0000:02:00.0: irq 51 for MSI/MSI-X [   26.873017] iwlwifi 0000:02:22:59
stlsaintfc: dang you22:59
fcAhh, it still came out weird22:59
stlsaintfc: dude go to paste.ubuntu.com22:59
stlsaintfc: paste the output there and hit the submit button22:59
stlsaintfc: OORRRR just install pastebinit22:59
eokstlsaint: uhm i just copy pasted it in a new thread now.. it's not showing up23:00
eokam i missing something, or must i wait for it to be moderated?23:01
stlsainteok: is this your first post to forums?23:01
stlsaintnaw, nevermind im thinking elsewhere. No your post should show fine23:02
stlsaintfc: you install pastebinit? Are you on linux using ethernet now?23:02
eokits my first thread yes23:02
fcI installed pastebinit, but how do I get it to it now? And yes, I'm on a wired connection now.23:02
stlsainteok: should be fine. I would start a new thread and re-type post23:03
stlsaintfc: enter command: dmesg | grep iwl | pastebinit23:04
stlsaintfc: give me the url that outputs23:04
eoki think it needs to be moderated :) poor moderator, will find at least 3 duplicate threads from me :P23:04
fchttp://paste.ubuntu.com/1034642/23:05
stlsaintfc: nice little app huh ;)23:05
fcVery useful, so the stuff I post isn't all over the place haha23:05
stlsaintyes23:05
stlsainti love that app23:05
stlsaintfc: alright solution still stands and is confirmed by that output23:06
fcSo I need a new kernel for sure?23:06
stlsaintfc: the iwlagn driver (one you would be using had it work) is a really good driver with pre-linux 3.x23:06
stlsainteverything after linux 3.x and this driver went to crap23:06
stlsaintfc: so yes, a 2.6.xx kernel is needed23:07
fcCan you point in the right direction to get it, and how to do it? Thank you, so much for all your time.23:07
fcpoint me*23:07
devxdevanyone know where files go after `bzr branch` command?23:07
stlsaintfc: OORRR you could install say ubuntu 10.04 which is really a favorite of mind and it still has support until april 2013 :D23:08
stlsaintand your wireless will (should, but probably more than likely will) work out the box along with everything else ;D23:08
stlsaintfc: ^^23:08
stlsaintdevxdev: in the directory you were in23:08
devxdevaah damn thank you :D23:08
stlsaintdevxdev: :D23:09
fcLol sounds good to me. Now where do I go to get that :P23:09
fcAnd do I need to uninstall this version first?23:09
stlsaintfc: http://cdimages.ubuntu.com/releases/12.04/release/23:09
stlsaintfc: install that over your current23:10
stlsaintfc: DONT choose the alternate cd or you will be left with no gui to install from23:10
stlsaintfc: choose dvd-i386 or amd64 of course23:11
fcYou sir are amazing.23:11
stlsaintfc: naw, just a guy who received help from another great person in this channel when i first came to ubuntu returning the same23:12
stlsaintfc: got that help here and never left ;) hopefully i can influence you to join this team/channel and offer support to others. Or just kick it and hang out chatting23:13
stlsaintthough we chat in #ubuntu-beginners-team23:13
stlsaintor #ubuntuforums (no support as you saw)23:13
fcThanks, I'm glad there are people like you. Now, one more help needed from my stupidty lol. Which exact download should I pick.23:13
fcfor*23:14
stlsaintfc: lol, alright you using i386 or amd64?23:14
fcAnd yeah for sure I'll go in the chat channel.23:14
fcI think amd64. That's for 64 bit right?23:14
stlsaintyep23:14
stlsaintfc: open terminal ;)23:14
fcLol already ahead of you23:15
stlsaintfc: uname -a23:15
stlsaintfc: its one line so past it here23:15
fcLinux ubuntu 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux23:15
stlsaintyep your on 64bit23:15
stlsaintfc: in terminal: sudo apt-get install wget23:16
stlsaintfc: if its already there than fine23:16
fcYeah, I have it.23:16
stlsaintfc: in terminal: cd Downloads23:16
stlsaintfc: the following command i give you will start the download in the terminal, let it run, if you accidentaly close the terminal than just re-enter the command by hitting up arrow and the download will resume at the point it was at. way better than direct download via browser23:17
stlsaintfc: wget -c http://cdimages.ubuntu.com/releases/12.04/release/ubuntu-12.04-dvd-amd64.iso23:18
fcWait a sec, I thought I was suppose to get 10?23:18
stlsaintlol ah crap23:18
stlsaintfc: good catch there. that would have been hilarious23:18
fclmao I noticed it just when i started downloading23:19
stlsaintfc: wget -c http://cdimages.ubuntu.com/lucid/daily-live/current/lucid-desktop-amd64.iso23:20
stlsaintfc: i think thats right ;)23:20
stlsaintnaw it is23:21
fcYou positive you not trying to give me the same version I already have again? lol okay it's downloading23:21
stlsaintfc: well if it is same you always know where to find me to yell at23:22
stlsaintfc: or type capital letters at should i say23:22
fcI'm gonna hold you to that.23:23
fcYou know I find it ironic that I'm going to school right now for software engineering, but have yet to get much experience at all :|23:23
stlsaintfc: what year?23:25
fcWell, maybe that's why I don't know. Im about to start 1st year lol. It's because I was originally going for programming then I switched majors, and schools so now I'm basically starting over.23:25
stlsaintfc: naw, your starting early which is way excellent23:27
stlsaintlot of you young kids coming up invovled with this stuff are making your resume beef nicely with linux experience23:27
fcYeah I'm trying to get a head start on things, but it's hard to contain all the information. Especially when I have to be in those intro classes where i barely learn anything, and it makes me forget the important stuff I already knew.23:30
stlsaintfc: join back to #ubuntuforums for chat23:31
fcOkay, so it's finisihed downloading. How do I install it over this version now?23:47
stlsaintfc: just install it same way you did. it should give you the option to erase and install your 10.0423:48
fcI installed 12.04 from windows though.23:48
stlsaintO_O23:49
stlsaintdude you did a wubi install?23:49
fcYeah.23:50
stlsaintsmh23:50
stlsaintdang wubi23:50
fcWhy, whats wrong with it?23:50
stlsaintfc: well that makes things easy. simply use add/remove programs within windows to remove 12.0423:50
fcOkay, then how do I get 10.04 in windows23:51
stlsaintfc: do it the same way you did 12.04 if you want23:55
fc___hmm browser crashed.23:56
stlsaintfirefox huh? smh23:57
fc___Actually chrome. First time ever23:57
fc___Okay so I know how to delete 12.04 with windows. How do I then install 10.04? I don't have a CD right now to do it that way.23:58

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