[00:06] Why would the add/remove programs menu be grayed-out (disabled)? [00:21] Hi, I have a very odd problem. I'm running 8.04 beta on an HP Pavilion dv6000. I've installed a few libraries to get things like wireless support installed and working, as well as quite a few bits for games but for some reason my hard disk seems to periodically just flood itself. I'll get a message saying that the HD is less than 4% free, but I know there is a aroung 38gb free. I tracked the data down to a folder in [00:21] home->.strigi. Deleting it doesn't seem to adversely affect the system but after a while the messages start coming back and just now my entire hard disk was full for no apparent reason. [00:21] Support for Hardy in #ubuntu+1 [00:21] Does anyone know what's going on? [00:21] ahh, cheers === afiestas_b is now known as afiestas [00:50] #opensuse.ru [01:10] I need help with a new kubuntu 7.10 install. It installed fine, but the update crashed and left the system unbootable, after grub selects the kernel there is a "File not found" error, I rebooted into the install disk and mounted and chrooted into the install, but I have no idea what to do next === zakame_ is now known as zakame === boa_ is now known as boaconda === boaconda is now known as boa__ [01:35] .. [01:35] hello [01:35] hi, boa__ [01:36] what's up Odd¿ [01:36] boa__: not much... [01:36] you? [01:37] me too man [01:38] yow Odd you speak french¿ [01:39] boa__: no I don't. but you can go to #ubuntu-fr [01:39] !fr [01:39] Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. [01:39] ;P i know it's just a question [01:40] boa__: oh, ok. I was just trying to help out. :| [01:40] thanks man :) [01:41] how can i save cmds for easy reference in konsole? [01:41] sloth: what do you mean? [01:42] i type a cmd in konsole [01:42] is there a way to save if for future use? [01:42] save it [01:42] like a bookmark [01:43] yow Odd if i have a problem with the synaptic update ,can i update my gusty to the 8? [01:43] sloth: well it is saved in you bash history. so you can use the up arrow key to scroll through recently used cmds [01:43] sloth, make an script/bin directory and save your common commands to little scripts. if needed [01:43] or setup alias's in your .bashrc or other files. [01:43] boa__: synaptic? are you using kubuntu or ubuntu? [01:43] um, over my head? [01:43] kubuntu [01:43] sloth, then its time to read some bash begeinner guides [01:44] sloth: what command would you like to save? [01:44] link? [01:44] !bash [01:44] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [01:44] !cli [01:44] thers also 10000's of bash guides out on the web. [01:44] sloth: Also, i reccomend www.linuxcommand.org [01:44] trying to save this: find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }' [01:45] sloth: ok. then open your ~/.bashrc file and we'll just put an alias for that. [01:45] echo ' find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }' ' > bigcommand :) then chmod +x bigcommand [01:45] is another way [01:46] .bashrc file? [01:46] boa__: shouldn't you be using adept instead of synaptic? [01:46] sloth: do "kate ~/.bashrc" [01:46] sloth, the .bashrc file gets ran at the start of every new shell. it has settings and aliass in it. YOu can set an alias for that command in there easially. [01:46] ah [01:46] OR you could make a little shellscript for that command. (which is what my example did) [01:47] shellscript? [01:47] yes a shell script.. Bash Basics.. [01:47] maybe i should read on it first [01:47] then bother you two [01:47] ^^ [01:48] my command made a file called 'bigcommand' - You can then chmod +x bigcommand, then run that command with ./bigcommand [01:48] Dr_willis: would you have to prepend that with #!/bin/bash ? or no? [01:48] sloth, yep. this is all rather straight forward [01:48] Odd-rationale, not really :) but its better practice [01:48] sloth, if you are going to have a lot of custom commands and scripts make a 'bin' dir and keep them in there [01:48] Thats common practice to keep them there. [01:48] I think an alias would be a better idea... [01:49] for one 1 loc [01:49] I perfer the bin/scripe method. because its easier for me to backup/move my bin dir to other machines/disrtos/users :) [01:49] on a seperate topic...why is that when i do a virus scan, a lot of the files show up as access denied (using klamav) [01:49] plus i have 200+ scripts in bin anyway [01:49] by the way odd how can i solve a problem with the repositories ,i have to save my source.list or add anothers repositories [01:49] sloth, because as a USER you cant acc4ess them., [01:50] oh [01:50] I create a .bash_aliases file which I can back up :) [01:50] sloth, klamv is scanning for WINDOWS viruses anyway :) most of the time. [01:50] and what does empty files mean? [01:50] empty files? [01:50] yea [01:50] boa__: what are you trying to do? [01:50] klamav says empty file [01:51] i guess it depends on what ifle it says is empty. :) [01:51] I rarely use klamv, no real need for it. [01:51] a LOT were empty [01:51] files with zero size i guess.. [01:51] /usr/share/java/xalan2.jar [01:51] for example [01:51] No idea why that would be a security issue. [01:52] what about zip.exceededfileslimit [01:52] !virus [01:52] A/V software is available, however read this to understand why Linux does not have a virus problem: http://librenix.com/?inode=21 [01:52] boa__: are you trying to add a repo? [01:52] update but i can't because it can't access to some repositories [01:52] !info clamav-docs [01:52] clamav-docs (source: clamav): documentation package for clamav, an anti-virus utility for Unix. In component universe, is optional. Version 0.91.2-3ubuntu2.3 (gutsy), package size 992 kB, installed size 1420 kB [01:53] boa__: you're trying to do "sudo apt-get update" but some repos are timing out? [01:53] install/read the docs for clamav i guess. :) [01:53] yes [01:53] thanks [01:53] unless you want to scan your windows system. You proberly dont need to worry about klamav [01:53] boa__: i guess the only thing you can do is try changing you mirror. [01:54] windows system? [01:54] just using gutsy here [01:54] link? [01:55] ok this is probably something simple but does anyone know why I would get this message when attempting to compile a plasmoid in KDE4? http://pastebin.com/d1595a17b (question already posed in #ubuntu+1) [01:56] boa__: open adept and go to adept --> manage repositories. then select a different mirror from the drop down menu [01:58] well i can't install adept odd because it can access to his url [02:03] sorry odd i want to say the manager propreties option is unvailable i cant access [02:04] I just tried to load the new york mets webpage, and after forcing it to stop re-loading, it finally crashed when I went to the Fans tab [02:05] would anyone like to help me resolve an issue w/ ssh tunneling? [02:09] does kubutnu.org have an rss feed for their announcements? I'm tired of looking every day to see if the new version came out [02:09] they do [02:09] nevermind, i'm an idiot and just found the link [02:09] thanks [02:16] anybody out there who can tell me where i can turn off these crappy tooltips? [02:16] sry 4 my bad english ;) [02:17] what tooltips === [1]Netham45 is now known as Netham45 [02:17] Dr_willis: I imagine he means the context popups when you hover on something [02:17] when my mouse cursor touches the "k" menu there is an animated tooltip [02:18] thats disabeable somewhere. :) i forget where.. [02:18] Dr_willis: same here but i installed kubuntu new a few minutes ago... [02:20] kissofavampire: System Settings...Appearance...Style... uncheck "Enable Tooltips" [02:21] this doesn't work 4 me...do i have to restart x system? [02:21] no [02:22] kissofavampire: After changing it there make sure to hit Apply button in bottom right corner [02:22] i've clicked the aply button... [02:22] +p [02:23] i also thought it was there but these tooltips are still present [02:23] kissofavampire: Should take effect immediately. If not then perhaps a restart of X is needed. I leave them on normally so do not know offhand [02:24] thx a lot i'll try to restart [02:32] como entro al kubundo en español? [02:32] !es | hakxis [02:32] hakxis: Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. === |Algyz| is now known as algyz [02:33] Has anyone had trouble using Gnash with konqueror? [02:34] omit "with konqueror" and the answer is "yes, yes we have" [02:34] Daisuke-Laptop: Heh smartass [02:35] gnash isn't going to cut it if you need to do anything that requires a version of flash released even remotely recently [02:35] genii: thank you :) [02:36] Thanks, Daisuke-Laptop, but 90% of what I use it for is covered by the mozilla-plugin-gnash package. So keep it to yourself [02:36] Specifically, the plugin doesn't even show up in the plugin dialog box after I scan for new plugins [02:37] EnsGabe: a bit bitter, are we? [02:38] Daisuke-Laptop: best example of projection all day [02:38] and mozilla-plugin-gnash probably won't help with konqueror [02:38] rather, the konq-plug-gnash plugin doesn't show up-- the mozilla-plugin-gnash plugin shows up and every page with flash elements SIGSEGV's [02:38] ah [02:38] i'm not bitter, i'm disappointed [02:39] Daisuke-Laptop: fair enough. It's one of the few things these days that's labelled and shows it [02:43] i haven't run into the problem, and i'm seeing nothing anywhere i'm looking, except for some relaly old bugs that were fixed before feisty came out... [02:44] '/usr/lib/kde3/libklashpart.so' is the actually plugin, right? [02:44] any body know of a good thread or tutorial on installing 8.04 on a usb stick ? i'm trying to just put the live cd/iso on the usb stick so that i can boot off that [02:47] I would like to download some mit world videos, but the only link I can find is to a itunes u mit world site. Is there any way to access files contained in itunes u without installing itunes under wine? [02:47] Xcerca: The pendrivelinux website has much info on the subject [02:48] Xcerca: The method used for 7.10 can easily be adapted [02:48] thanks, i'll check it out [02:54] <_ZeuZ_> how can I install a Winmodem into Kubuntu? [02:54] <_ZeuZ_> More specifically [02:55] <_ZeuZ_> HDAUDIO Soft Data Fax Modem with SmartCP >>> That [02:55] <_ZeuZ_> Besides buying the HSF driver, of course [02:55] _ZeuZ_: What does lspci spefically report for the modem device? [02:55] !winmodem [02:55] You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto [02:55] *specifically [02:56] Jucato: I've compiled the Conexant HSF drivers by hand, I may be able to assist (possibly) [02:57] <_ZeuZ_> genii: dunno, I have to use Windows to browse... [02:57] kool [02:57] дайте irc русской тех.поддержки [02:57] genii: may you be possible to give me some coffee? :P [02:57] <_ZeuZ_> hsf by hand? how did you manage to get the source if it's paid? [02:57] !ru | snake_ [02:57] snake_: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [02:57] _ZeuZ_: Before the linmodem people got ahold of it, the earlier source code was available. [02:58] <_ZeuZ_> genii, is it still avaible somewhere? [02:58] _ZeuZ_: First we need to discover if it is a modem which has vendor codes that would make trying to compile the full-speed driver worthwhile [02:59] * genii makes Jucato an extra-large Kubuntu mug of coffee [02:59] <_ZeuZ_> It does for me... [03:00] <_ZeuZ_> but, let me check... by the way, I need a link to a hardy package for scanmodem so I can dowload it from Windows, then mount the partition, copy the package and dependencies, and dpkg -i them [03:00] _ZeuZ_: Even when manually compiled, it doesn't work for all of them, especially a lot of the newer ones. And it was originaly specifically for the Conexant line [03:00] <_ZeuZ_> (hardy 64bits) [03:00] <_ZeuZ_> !repositories hardy [03:01] _ZeuZ_: I'll see if I can rediscover the web sites i worked from originally. [03:02] <_ZeuZ_> Cool, either way, first I would need a link to a hardy version of scanmodem for a 64bits plataform, any idea where can I get that? packages.kubuntu.org is something I guess doesnt exist... [03:02] _ZeuZ_: Hangon, is this a Dell box? Because they actually supply a deb file [03:03] (you will be in luck if it is) [03:03] <_ZeuZ_> Just found that also, it's HP here, but perhaps it could work... [03:04] _ZeuZ_: The HSF dell driver is supposed to be for 7.04 but i know for fact it works on 7.10, I've done it. 8.04 tho dunno [03:05] <_ZeuZ_> Installing wont get me to a Kernel Panic so I dunno if it will be that disastrous [03:05] But also is 32 bit which cold be an issue [03:05] *could [03:06] <_ZeuZ_> Hmmm... I'll get it pirated... (HSF full driver) [03:07] <_ZeuZ_> but first, I need to get scanmodem (taking in count I'm in Windows Right now, and I've got to download it here and then copy it and dpkg -i it) [03:07] <_ZeuZ_> any idea the URL of the repos_ [03:07] _ZeuZ_: Well, you could always just pay the $20 to linuxant and be done with it also [03:07] <_ZeuZ_> 20 dollars equals 90 pesos with what you eat 2 weaks... [03:08] _ZeuZ_: scanmodem is not a program which is in the repos. I't specific to the linmodem website [03:08] *It's [03:09] Anyone have any experience getting vga-out working on integrated Intel 965 chipset VGA controllers? [03:10] All solutions I've tried thus far just end up with X failing to boot because it stops being able to adjust the resolution on the primary display. [03:11] xrandr can see a connection on the vga-out port when I plug an adapter in, so I know that's working. Just not sure how to proceed trying to get a clone display running. [03:13] _ZeuZ_: At any rate, http://132.68.73.235/linmodems/index.html#scanModem [03:13] <_ZeuZ_> downloading it allready [03:13] <_ZeuZ_> aint if easier to do lspci -vvv | grep Modem ? [03:14] <_ZeuZ_> !hardy traceroute [03:14] _ZeuZ_: The scanmodem tool will give *detailed* information specifically about the winmodem [03:15] <_ZeuZ_> once again, wouldn't lspci do that? or does this also test the commands sent to the modem? [03:15] _ZeuZ_: When looking for a package for a specific dist, the syntax of the bot factoid is: !info packagename distname eg: !info traceroute hardy although not sure if it's databbase yet incldes 8.04 [03:16] _ZeuZ_: It intensively interrogates all the commands the thing accepts plus many other things [03:16] i would just like to say: dell's site has the full driver you need. [03:16] <_ZeuZ_> !info traceroute hardy [03:16] traceroute (source: traceroute): Traces the route taken by packets over an IPv4/IPv6 network. In component main, is optional. Version 2.0.9-3 (hardy), package size 46 kB, installed size 172 kB [03:17] <_ZeuZ_> Daisuke-IDO: For i386 [03:17] Daisuke_Ido: It's 32 bit only there. [03:17] <_ZeuZ_> not for 64bits kernel [03:17] ooh, x64? [03:17] ouch [03:17] i have to say, i am extremely upset that anyone would charge money for a driver [03:17] Hopefully they'll get enough pressure to release a 64 bit soon [03:17] you already paid for the hardware in some way or another... [03:17] <_ZeuZ_> genii: I would like the bot to handle me a URL to download the package, as I cant use the modem yet in linux [03:18] No one? :( [03:18] Elazar: Perhaps ask in #xorg [03:22] _ZeuZ_: It will only tell you which repository. Use some web browser for instance to go to somewhere like http://archive.ubuntu.com/ubuntu/pool/main/t/traceroute/ and select the deb for your system [03:23] when switching VTs, sometimes my loggin crashes and dumps back into kdm [03:23] there is a delay of a couple seconds after switching, then it spontainously switches back... and the loggin is gone [03:23] this is between VT7 and VT9, using the ctrl+alt+fx hotkey [03:23] I'm on kubuntu 8.04 amd64 with an nVidia 8600 (using the "real" driver) I had the same problem on 7.10, but less less frequently [03:25] anyone used both kubuntu and fedora/kde? [03:25] please talk about the difference [03:25] fedora uses bleeding edge packages [03:26] hi room.........i am anindya from india.... problem : simple LAN with my 2 desktop pcs.... please help [03:34] i have two machines one with two network interfaces and the another with a sole network interface. i am trying to connect these two machines with a simple LAN for sharing internet. the machine which has two network interfaces, presently installed with kubuntu and directly connected with internet. These interfaces are eth0 and eth1. eth1 is connected with the internet. As soon as I am changing the IP address of this eth0, it is always changing to [03:34] 169.254.3.224 as soon as I restart the machine. Why this is going so? How do I configure my interface cards? [03:34] linuxlover: Some questions to clarify: Is there a router or such that assigns IP to the computers there? What OS are both boxes running. If no switch/hub/router do you have a crossover cable? [03:35] 169.254.X.X is an ip which the computer auto assigns itself when no number is being given to it from outside [03:39] genil: I am connected with a crossover cable. The machine which is connected with two network cards in installed with Kubuntu and the other machine is installed with Windows [03:39] linuxlover: There is a simple howto here http://www.ubuntugeek.com/sharing-internet-connection-in-ubuntu.html but the user there is running commands like apt-get as root. Instead put sudo before what they have there. [03:41] linuxlover: Also where they have echo 1 > /proc/sys/net/ipv4/ip_forward put instead echo 1 > sudo tee -a /proc/sys/net/ipv4/ip_forward [03:42] And for gedit do alt-f2 then: kdesu kate [03:42] i am listening to you genil [03:44] linuxlover: The name is genii and not genil :) You will be fine if you do the commands listed there on the linux machine with two interfaces. The client machine operating system does not matter in this case. But of course alter the instructions there as I have just outlined above. [03:45] by which way can i enjoy current releases of packages (e.g. pidgin 2.4.1 instead of 2.2.1) in ubuntu? [03:47] I am very sorry genii....... it is my eyes which made the problem.... anyway it is my mistake, i am really sorry, please don't mind friend [03:48] oi. love how he sticks around for an answer. [03:48] linuxlover: No worries :) [03:49] Daisuke_Ido: Especially as I actually went to trouble of answering him in #ubuntu [03:49] that guy... *makes a strangling motion* [03:49] eg: yao_ziyuan: To make ubuntu use the lates deb versions available in it's repositories, create a file called apt.conf in directory /etc/apt and have it contain the line of: APT::Default-Release "experimental"; For more recent versions see if getdeb website contains them, or else compile from source. [03:49] Thank you genii [03:49] strangling users is not good policy [03:51] Boohbah: Well, it would be therapeutic for us however ;) [03:51] It would also solve the problem of helping users :) [03:51] This is going to sound a bit strange, but how can I mount a PSX disk? [03:52] neville_, what is a PSX disk [03:52] jtisme, Play Station 1, maybe? [03:52] Yes [03:53] neville_, what happens when you put the disc in? [03:53] The drive churns, then stops, and KDE does nothing [03:53] sudo mount /dev/cdrom /media/cdrom tells me to specify a filesystem, however [03:55] And I've got no idea what it could be [03:55] Hi. I'm trying to start a game that wants a SDL library. I seem to remember a separate LIBPATH variable that needs to be set. Is that right [03:56] ? [03:56] * genii reads http://www.megagames.com/psx/psx_cd_info.shtml to try and understand how to overcome the purposeful bad-block design on PSX cdroms which are actually just standard iso9660 filesystems [03:57] It's a queer problem genii, the disks would work perfectly in Windows when I used to have it :/ [03:57] neville_, specify filesystem or filesystem type [03:57] neville_: Try -t iso9660 for filesystem [03:58] Okay [03:58] neville_: eg: sudo mount -t iso9660 /dev/cdrom /media/cdrom or so [03:59] (assuming /media/cdrom dir exists) [03:59] Worked like a charm =] === nivek_ is now known as nivek [04:00] neville_: Good :) Be warned of the purposeful bad-block issue if trying to make a copy of it or an iso file. [04:00] * dthacker has no LIBPATH set at present [04:00] dthacker: Living dangerously? [04:00] Sure, thanks for the warning =] [04:00] genii: how so? [04:01] dthacker: Just trying to be funny, don't mind me [04:02] I'm just trying to remember the name of this shell variable. All I can think of is PERL5LIB, because I work with perl all day long. but there's a another one you can set that's something like LD5LIBPATH or similar [04:03] Made that command into its own little executable, just to avoid all that typing in future :P [04:03] dthacker, LD_LIBRARY_PATH [04:03] ?? [04:03] \o/ [04:04] yes that's it [04:04] !helpersnack | jtisme [04:04] jtisme: Wow! You're such a great helper, you deserve a cookie! [04:04] thanks [04:05] neville_: You coud just make a fstab entry with types of udf and iso9660 [04:05] Nah, I'm not game enough to muck with fstab just yet, to be honest [04:06] neville_: A line as: /dev/cdrom /media/cdrom udf,iso9660 user,auto,exec 0 0 Would suffice [04:08] Oh man, looks like I owe you one, eh genii? =] [04:09] Next time you need elevator repairmen, I'll do it minus the lecturing :P [04:09] neville_: Thanks :) [04:10] neville_: To add the line there, simplest is: alt-f2 then: kdesu kate /etc/fstab and then add it, save [04:11] Yeah, beat you to that bit by a few minutes :P [04:11] It's the actual mucking around in the guts of this stuff I'm not to keen on just yet [04:40] Hmm. Quiet. [04:40] yeah === Administrator_ is now known as breezy [04:41] lol [04:41] can kppp used to dial from 56k modem [04:41] gay firefox taking your windows username and using it in chatzilla O.o [04:42] maduser: So much for the quiet ;) === breezy is now known as converge_ [04:42] nitin_: Yes [04:44] Starting a Kubuntu 8.04 installation on my laptop.. after the kubuntu progress bar goes back and forth, I arrive to a blue screen with a mouse where I would usually see an option to select my language.. [04:44] but i see no dialog boxes, just a movable mouse. [04:44] any ideas? [04:46] !8.04 [04:46] Hardy Heron is the code name for the next release of Ubuntu (8.04-LTS), due April 24, 2008 - For more info, see: https://wiki.ubuntu.com/HardyHeron - CONSIDER IT TO BE BETA SOFTWARE - Discussion and support in #ubuntu+1, NOT #ubuntu [04:47] yeah i realize this [04:47] thanks anyway [04:53] Hola! [04:53] !es | kaman [04:53] kaman: Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [04:53] ok [04:54] Hola que es tu problema? === Fritzel`` is now known as Fritzel [05:00] hola hola [05:00] hola [05:00] * genii resorts to babblefish [05:00] screw dat I know esapanol [05:00] estoy probando este chat [05:00] kaman: Preguntas aquí se hacen normalmente en la lengua inglesa. Sin embargo puesto que no está ocupado aquí quizás el maduser puede asistir a su lengua materna si no hay ayuda en # ubuntu-ubuntu-es o # kubuntu-kubuntu-es. [05:01] genii you know the spanish channel is no help [05:01] I think I'm outnumbered ;) [05:01] there are like 10 people there [05:01] maduser: Are you there? [05:01] hola richard que es tu problema? [05:03] estoy tratando de configurar esta maquina no puedo ver ni los videos [05:04] !spanish | richard [05:04] richard: Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [05:08] !fix apt [05:08] Sorry, I don't know anything about fix apt - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [05:08] !aptfix [05:08] If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [05:08] grrr..... [05:08] thanks [05:08] lol [05:09] np === andres is now known as galban === galban is now known as kenu === kenu is now known as kenumatry === leviathan is now known as ncv`Leviathan [05:20] Anybody have problems with laptop's and sound cards holding onto the sound source after the program is closed? [05:58] okay.....so I've got Gutsy AMD64 working great on my system.....except unfortunately my sound card isn't working properly. It's an Audigy, and is detected, and shows up find in aplay -l. I've already checked the Switches tab in KMix and the Audigy Analog/Digital Output Jack setting is off [05:59] which is apparently the common problem....at least from what I've been reading [05:59] what system do you have, or is it a custom? [05:59] had the same issue with my dell inspiron [05:59] custom build.....ASUS-A8N Sli mobo, onboard sound turned off. [06:00] nice setup. umm [06:00] what's the sound card make/model? [06:00] cat /proc/asound/cards is showing two though oddly enough....the Audigy as card 0, and a UART MPU-401 as the second card, which I'm guessing is a MIDI controller? [06:00] Audigy 1 [SB0090] (rev.3, serial:0x531102) [06:01] or perhaps the onboard [06:01] It's an OEM Creative Soundblaster Audigy....which I know I've gotten working in the past in LFS and Gentoo [06:01] I belive I just used the emu10k ALSA drivers [06:02] if I open up VLC, and view the preferences, and check the output devices....the Audigy is listed after I refresh the devices [06:04] oh, apparenlty the onboard sound is another Realtek AC '97 chipset, the usual onboard one from what I've seen :s === NetersLandreau_ is now known as NetersLandreau [06:11] brb === delphine is now known as steph_30 === Seawolf` is now known as [Seawolf] [06:26] Okay.....so the audigy is detected, but still can't get sound out of it :s [06:27] :s ignore that last remark, seems to be okay now [06:32] Fresh install of 7.10 gutsy yesterday. Sound was working fine. I just tried to play some music and it 'plays' but nothing is coming out of the speakers. Yes, they're plugged into the computer. I see no indication that there are sound issues. [06:33] Is there any other program open that could be tying up the sound? [06:33] i can't think of anything. [06:33] kill arts [06:34] SlicerDicer: killed arts, still nothing. [06:35] usb sound device defaulting to somehow? [06:35] program like skype eating sound device? [06:35] worst case restart X [06:35] SlicerDicer: i don't have skype installed... yet. [06:35] should clear it up [06:35] should... [06:35] okay, once i'mdone copying this dvd, i'll restart x. [06:35] thanks. [06:35] i'll be back if it doesn't work. [06:37] would it help if i pastebin'd my system log? [06:37] did it not work? [06:37] what kinda sound device you got? [06:37] still burning the dvd. [06:37] ahh [06:38] i'm going to let it finish. [06:38] dual layers are still expensive. :) [06:38] i have an onboard via chipset. [06:38] plugged my speakers into that [06:38] ahh ok [06:40] hmm. i was playing metal blob solid earlier. there was sound then, === mako_ is now known as m85 [06:41] . [06:41] lol [06:41] nice . [08:07] this linux shit just fucked me outa my time. [08:07] !ohmy | jerware [08:07] jerware: Please watch your language and topic to help keep this channel family friendly. [08:07] i spent all this time organizing my firefox book marks. then it rolls back prior to my changes. why. [08:07] 1) that's firefox's problem, not linux's - blame where blame's due [08:08] 2) i had that happen to me as well, make sure it's not set to automatically alphabetize bookmarks, it's a pain in the butt. === xRaich[o12x is now known as xRaich[o]2x [08:10] view > sort by name [08:10] is the default [08:10] so i click unsorted [08:10] then go back. and sort by name is still selected. [08:10] thats bull shit [08:10] jerware: please dont swear in here [08:10] !language > jerware (you have been asked twice) [08:13] then go back. and sort by name is still selected. === [Vex] is now known as Smet === Smet is now known as smet [08:45] can anybody recomend another audio player for my besides amaroke ? [08:47] !players [08:47] Audio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [08:47] Xcerca: hows that? [08:48] thx i', gunna go with juk and mplayer... [08:48] Xcerca: there is also kmplayer [08:50] i'll check out kmplayer first then [08:50] :) === ernesto is now known as spine55 [09:43] z [09:45] hello [09:45] hi === stu is now known as stunatra [09:48] hi === klien01 is now known as klien01__ [09:52] !cn | yandy [09:52] yandy: For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw 或者 #ubuntu-hk [10:25] hmmm [10:26] any1 alive ? [10:27] !hi | junior [10:27] junior: Hi! Welcome to #kubuntu! [10:34] hello everyone [10:35] i am new to kubuntu [10:36] hi [10:37] welcome [10:38] join #kde-devel [10:42] ? [10:42] yandy: add a / [10:57] i installed windows in f: and then kubuntu in c: . now i cant see windows in grub menu when i boot. when i boot it dont shows me display for first 1 min. (just shows sync, out of range) then show normal linux booting. whats wrong? [11:00] ? [11:08] i installed windows in f: and then kubuntu in c: . now i cant see windows in grub menu when i boot. when i boot it dont shows me display for first 1 min. (just shows sync, out of range) then show normal linux booting. whats wrong? [11:17] can linux be installed on a logical partitions whos primary partition is a fat partition? [11:18] yes [11:19] hi! I'm running 7.10 on a laptop and just found out, that i have not installed KLaptop but powermanager instead. do i still need KLaptop if power manager is running? [11:19] but for Linux you have to format using ext3 in the logical partition that you want to install [11:22] hey all [11:28] Hello, I just try KDE and the resolution is too hight. I don't know where is the monitor manager an someone help me ? (sorry for mi english I'm not english or american) [11:29] litel: sudo dpkg-reconfigure xserver-xorg [11:30] Nice [11:32] ActionParsnip: Thx you :) [11:32] Excuse me,which shell is default in Kubuntu? [11:33] bash [11:34] yandy: konsole [11:34] yandy: i'd suggest yakuake though :) [11:35] yandy: you set a shortcut key and it drops down from the top like the console in quake / counterstrike. press again and it vanishes [11:38] imho yakuake should be standard instead of konsole [11:39] Thank you [11:39] yandy: np [11:39] hello [11:39] hi user__ [11:39] !hi | user [11:39] user: Hi! Welcome to #kubuntu! [11:40] hi [11:41] i am russian student [11:41] i am a uk server engineer [11:41] i don't know english [11:41] !ru | user__ [11:41] user__: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [11:45] Sorry,I'm not English or American.What's the meaning of np? [11:45] np = No Problem [11:45] no problem [11:46] no problem = No Problem = np [11:46] :D [11:46] TY [11:47] TY=Thank You [11:48] imho = In my Honest Opinion (usually not so honest) xd [11:49] !offtopic [11:49] #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [11:49] :D [11:49] Kaevik: imho = in my humble opinion ;) [11:49] * clau30 - no more offtopic :) [11:50] OT = offtopic :D [11:50] hehe [11:51] idgas ;) [11:51] I think so [11:52] Hao Ren in Chinese [12:21] ubuntu rullezz [12:50] asd [12:51] asd [12:52] lsd [12:52] :) [12:54] XD [12:55] asl pls [12:55] all [12:55] :) [12:55] very well XD [12:56] asl is NOT going to happen. === progreSS is now known as progreSSive [12:58] if i install the most recent release candidate, will it auto update to the release version on release day? [13:00] a_c_m, yes [13:00] You might want to wait a few days after release to update. :) [13:01] I alwyas update/upgrade the day befr release.. then wait a week to update/upgrade again [13:01] Dr_willis: great thanks... but there is no drawbacks to doing thing ? [13:01] a_c_m, none that i know of. [13:01] Dr_willis: perfect (getting a shiny new quad core today/tomorrow) [13:05] Dr_willis: one more question, i'm very interested in 4.0 but do use this machine for work, am i best going with the non remix version then installing 4 as an option or the other way around, going with the remix then installing 3 as a backup? [13:06] 4.0? [13:06] Dr_willis: sorry taking about the KDE version [13:07] You can easially install both. [13:07] but KDE4 is still very much a work in progress [13:07] I installed the kde4 kubuntu hardy release on this machine, then installed the normal kde [13:07] Dr_willis: ok cool, thanks [13:10] Dr_willis: ahh ok one last last question ;) 64bit, last time i tried using the 64bit version of ubuntu was 6.10 but was througly put off by not being able to get things like flash to work... is this any better in 8.4 ? [13:11] I never use 64bit - since i would gain nothing by doing so. even on my 64bit cpus. [13:12] Dr_willis: oh? why would you gain nothing? isnt it a bit faster / allows you to access more ram (over 3gb isnt it?) [13:13] its over 4gb of ram.. and the speed gain is most likely not going to be noticeable === hagabaka is now known as tango [13:15] humm ok [13:15] i might stick with non 64 bit then... for the easy life ;) === tango is now known as hagabaka [13:18] 64bit under Vista is a challenge to get stuff working in 64bit (64bit programs, codecs, ecta) [13:18] probly the same in kubuntu [13:18] I'd imagine more so [13:18] Vista is a challenge to get stuff working [13:18] :) [13:19] I didn't have a problem [13:19] drivers, stuff I used on XP all works, just trying to run the 64bit versions. [13:20] (not drivers) but like say 64bit MPC [13:20] I lost about 1/2 the functions of my scanner-printer combo - under vista.. yea for vista.... [13:20] :) [13:20] hehe [13:20] heh [13:20] yeah i've not used vista at all yet (kubuntu/xp on the laptop) [13:20] thats pretty bad [13:21] the new box comes with it pre-installed :S [13:21] hey! lets buy an OS and get driver issues like having a free OSS OS xD [13:24] the boxes I get belong to the specific hardware I buy (build all my PCs for 7+ years) === boa is now known as AQUA-SKY [13:59] hi, is there an apps to fix my desktop resolution [13:59] the top and bottom are outside the monitor [14:00] you still there? :( [14:12] !fixres | cannon [14:12] cannon: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: http://help.ubuntu.com/community/FixVideoResolutionHowto [14:22] hi [14:26] [14:27] how can i add a print action into konquerrors right click feature? [14:38] is there any way to keep a specific package to NOT be upgraded using apt-get or adept. (I had to downgrade it to keep it working) === boa is now known as AQUA-SKY [14:41] KennethP: echo k3b hold|dpkg --set-selections [14:41] for example [14:42] catweazle: Thanks a lot - that looks exactly like what I'm looking for... I'll test that [14:44] hi [14:45] is there any one working in eclipse pdt? === mahesh is now known as mahesh_ === mahesh_ is now known as mahesh [14:59] hi all [15:00] I ve some problems with hibernating and screenlocking... [15:00] want to build a mediacenter and bring it to hibernate-mode [15:00] after resuming kubuntu the screen is locket - how do I disable that feature? [15:02] I checket the option in /etc/default/acpi-support for sreen-locking... but commending it out doesn help [15:02] no one here? [15:03] I click on "Version Upgrade" in Adept Updater. It /appears/ to be hung on "Downloading and verifying the updgrade tool..." ideas? [15:05] howdy all [15:05] hi... [15:05] seems to be a sleeping room here... no answers ^^ [15:07] hey all ... can somebody help me fix my screen resolution pls ... like is there an app? [15:08] for some strange reason it's "stretched" so I can't see the top and bottom [15:10] cannon, did you just install kubuntu ? [15:11] well a few days ago ... dropped back into windows to finish some stuff off [15:11] it worked fine the first time [15:12] cannon, k-menu/system settings/monitor&display/hardware-tab/admin mode/graphics card/configure. Find your card in the list and "apply" , same goes for the monitor, if possible.Click "test". If all is well, logout and back in again. [15:13] k, thanks for your help m8 :D [15:13] thank me after it works , cannon :) [15:14] :) [15:17] Stomper, what's your question ? [15:17] hi... [15:18] ah.. how can i get rid of the password-promt after resum from hibernate? [15:18] back, now my res is really low though :P [15:19] I tried everything, but nothing worked. I also tried to find the script wich lockes the screen, but didnt find it === stefano is now known as stefano_ === stefano_ is now known as lord_nerevar [15:21] Stomper, sorry I don't know ...I don't hibernate my pc [15:21] what's your res set at , cannon? [15:22] 1200 [15:22] i just found out why [15:22] ok - thx so far [15:22] it put it to generic instead of widescreen [15:22] restarting x again [15:29] cannon, did you check system settings/monitor&display/admin mode/screen size slider , to resize your res? [15:30] Stomper: I'm seeing many complaints about the screen lock kicking in after suspend or hibernate (in google results) but none have provided yet any solution. [15:32] res is fixed now :) [15:32] had to pretend it was a Dell as there is no driver for Asus [15:32] lucky guess :P [15:32] lets hope it sticks , cannon [15:32] lol, yup [15:32] wanna help me with something else? :P [15:33] i need to open ports so a friend can ssh to me ... but no matter what I try they just won't open [15:33] can't get peeps to vnc to me either [15:36] !open ports [15:36] Sorry, I don't know anything about open ports - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [15:36] lol [15:36] !openports [15:36] Sorry, I don't know anything about openports - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [15:36] !firewall [15:36] Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'iptables' command (see https://help.ubuntu.com/community/IptablesHowTo), or GUI applications such as Firestarter (Gnome) or Guarddog (KDE). [15:37] lol, i tried updating them and the changes never seamed to take place [15:37] !ssh | cannon [15:37] cannon: SSH is the Secure SHell protocol. See https://help.ubuntu.com/community/SSHHowto for usage. Putty is a nice SSH client for Windows; it can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/ [15:38] cannon: I assume you have ssh installed on the macine... [15:38] lol, yup :P [15:39] i'll run through that guide again [15:39] both of em [15:39] cannon: the server? [15:39] i think so [15:40] i have installed: kdessh; openssh-client; openssh-server [15:40] what about just ssh ? === klerfayt_ is now known as klerfayt [15:42] hello, is it possible to download amarok2 in binary from anywhere? [15:43] LOL, good idea :P [15:43] * cannon is a linux nubcake [15:44] cannon, secure shell client and server (metapackage), [15:44] This metapackage is a convenient way to install both the OpenSSH client and the OpenSSH server. It provides nothing in and of itself, so you may remove it if nothing depends on it. [15:45] is there a way to watch what peeps are doing with ssh? [15:45] or monitor [15:45] like logs or something? === elias_ is now known as Nightcrawler === Nightcrawler is now known as Elias-poa-rs [15:48] Hi, Im back... I have another little question [15:48] how can I hibernate the system with the console? [15:50] there is a new amarok? :O [15:50] Its in development. [15:50] i need help with storage media [15:51] when i load up dolphin and goto Storage Media it stays on "Loading directory..." [15:55] cannon, what are you trying to access in Storage Media ? [15:55] my sata hdd [15:55] ntfs? [15:55] its in fat32 so it can be read by windows and linux [15:56] or so i'm told [15:58] oh, I was advised to use ntfs-3g [15:58] but I'm running a daul boot setup [15:59] err dual [15:59] well at the mo i have linux and windows installed separately ... but I am planning on loading windows through a vm [15:59] there are some things I just cannon rely on linux for yet [15:59] *cannot lol [16:00] how do i check how much video memory of mine kubuntu can recognize? [16:00] !mount [16:00] Partitioning programs: !GParted or QTParted (also "man mkfs" for formatting) - Mounting partitions in Kubuntu, go to System Settings -> Advanced Tab -> Disks & Filesystem. See also !fstab and !DiskMounter [16:01] anybody know where (on linux) the themes for oo are stored? And can I copy them over to windows to use with oo? [16:02] !diskmounter [16:02] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see /msg ubotu NTFS-3g or /msg ubotu FUSE [16:02] !fstab [16:02] The /etc/fstab file indicates how drive partitions are to be used or otherwise integrated into the file system. See http://www.tuxfiles.org/linuxhelp/fstab.html and !Partitions [16:05] !kSysGuard | yao_ziyuan [16:05] Sorry, I don't know anything about ksysguard - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [16:05] BluesKaj: thanks [16:05] yao_ziyuan, anyway try it :) [16:07] i don't see video memory size in ksysguard [16:09] Monitor & Display says my graphics card is "ati" and video memory size is a grayed out "256K" [16:11] yao_ziyuan, lspci | grep VGA [16:12] BluesKaj: 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01) [16:12] the actual vram is 64mb [16:13] but i think kubuntu underestimates it, so i want to check how kubuntu thinks === _Czessi is now known as Czessi [16:16] yao_ziyuan, could be the driver ...looks like you're using a generic driver ...have you tried the restricted driver in system settings /advanced ? [16:16] i now found a command from google: [16:16] lspci -v [16:16] and i see 64M now [16:17] "Memory at f0000000 (32-bit, prefetchable) [size=64M]" [16:17] BluesKaj: currently i have no restricted drivers installed [16:17] BluesKaj: that card doesnt need th restricted driver [16:18] lspci -v says about my video card: [16:18] 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01) (prog-if 00 [VGA]) [16:18] Subsystem: Unknown device 1642:3318 [16:18] Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16 [16:18] Memory at f0000000 (32-bit, prefetchable) [size=64M] [16:18] I/O ports at 9000 [size=256] [16:18] Memory at f9000000 (32-bit, non-prefetchable) [size=64K] [16:18] * jussio1 has a 9250 [16:18] [virtual] Expansion ROM at f8000000 [disabled] [size=128K] [16:18] Capabilities: [16:18] !paste [16:18] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [16:18] . [16:19] yao_ziyuan: please dont do that again. use pastebin [16:19] somehow i think when the channel has low traffic, a casual multi-line paste is fine... [16:19] yao_ziyuan , jussio1, yes I agree but it may do more like 3D and DRI with the restricted driver , that's been my experience with the Radeons [16:19] yao_ziyuan: I dont agree. please use pastebin. [16:19] ok [16:20] BluesKaj: no, the restricted driver does not cover older radeons. [16:21] perhaps the ATI 8.28.8 driver will help then, http://ati.amd.com/support/drivers/linux/linux-radeon-prer200.html [16:22] sometimes i see a white-dashed line in the highlight of the K menu [16:22] BluesKaj: ati dont provide drivers for the older cards, they are covered with full 3d by the radeon open source driver [16:23] jussi01, define "old" :) [16:23] BluesKaj: mine works perfectly fine with compiz. [16:24] i tried letting KDE draw window shadows and do translucent windows [16:24] it has a little delay [16:24] BluesKaj: anything under a 9500 [16:24] !ati | BluesKaj [16:24] BluesKaj: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [16:24] ubuntu's compiz does not delay [16:26] yayy finally back on kubuntu [16:27] jussi01, I'm using a X200 onboard , don't need the how to , thx just the same. [16:28] BluesKaj: no, I gave you the howto link to show which cards need the restricted driver. [16:28] :) [16:29] lol [16:30] how do I remount my drives? === drif_ is now known as drif [16:32] any good upnp (media sharing) service for (k)ubuntu? [16:32] cannon: If they have fstab entries, : mount -o remount -a [16:33] well, if i had known what poor support ATI does for linux I would have bought a different pc , unfortunately however the driver situation with ati stuff is still pretty muddy. Thx for the heads up on the ati drivers, jussio1.:) [16:33] :) [16:33] is there a gui for mounting? [16:35] cannon: System Settings ... Advanced tab ... Disks and Filesystems However on occasion (rarely) it will write gibberish into the fstab file, causing grief [16:35] :O [16:37] is there ushare available for 7.04? [16:38] !ushare [16:38] Sorry, I don't know anything about ushare - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [16:40] j/w what language is adept programmed in === jaro is now known as jaaroo [16:43] !source [16:43] You can easily fetch a package's source with apt-get. See: http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html [16:43] doesnt answer my ? [16:44] ./media/sda4 is that right for a mount point? [16:44] eagles0513875: if you fetch the source for adept you can look at it to see which language it's written in [16:44] I'd guess c++ or python [16:45] SlimeyPete: i just need somethign that will give me steps to compile from source [16:49] hello guys good morning i need some help [16:49] there's gmediaserver, but no kubuntu equivalent? [16:50] i created the mount point but it won't let me write to it :( [16:51] i need to change the clock and also add a user in my computer but when i go to system settings and try to do changes as an administrator it doesnt work it wont let me do anything [16:51] it does accept my password but nothing else [16:51] can you helpe me please? [16:52] any one please? [16:52] i can't seem to read off it either ... just tried to load an mp3 file and it's not working :( [16:52] Hi [16:53] luisj: I forgot why it does that, if I ever new, you can use the "date" command in a terminal to set it manually [16:53] Alt+F2 doesn't start krunner anymore (KDE3) how can I restart it? [16:53] how? [16:53] i am new in kubuntu what do i have to do? [16:53] whats the chmod code to open up access to a directory? [16:53] 770? [16:53] luisj: first open konsole [16:53] ok [16:53] }done [16:54] chmod sda4 770 <<< doesn't work :( [16:54] what else? [16:54] luisj: command should look something like "sudo date Apr 10 2008 11:54" I think [16:55] anybody? [16:55] cannon: are you in the group? [16:55] what group? [16:55] cannon: or the owner? [16:56] cannon: the group that owns the file [16:56] am signed in [16:56] i have no idea ... I just tried to mount it [16:56] cannon: ls -l /dev/sda4 [16:56] it's a FAT32 so it can be read in windows too [16:56] cannon: keeping in mind you shouldn't be changing the perms on a /dev entry anyway [16:56] luisj: just type "sudo kcontrol" and hit enter.... type in your USER Password [16:56] then how else can I read from it or write to it? [16:57] luisj: that should set the time, you may need to restart kicker for it to take effect but I don't think so [16:57] brw-rw---- 1 root disk 8, 4 2008-04-10 16:25 /dev/sda4 [16:58] cannon: you need to set the perms in /etc/fstab, "kdesudo kate /etc/fstab" [16:58] :O [16:58] none of this stuff makes sense to me :( [16:58] cannon: it will with time [16:58] yeah, but my meds kinda make it hard for me to be patient! lol [16:59] hey all...need some hardware technician help here...is there a channel for this? [16:59] cannon: bah, excuses excuses :P [16:59] hello that last one did really work [16:59] thanks a lot [16:59] dennister: what issues u having [16:59] i wish ... things not working makes me wanna cry at times [16:59] i think i borked the mobo :( [16:59] * cannon blames his doctor!!!!!!!!!!!!!!! [17:00] cannon: in /etc/fstab, look for the line for /dev/sda4, in it there will be a lot of other things, but after "defaults" (immediately after, no spaces), put a comma, then "uid=1000,gid=1000" [17:00] expose your problem instead of crying cannon maybe someone will be able to help you [17:00] i think i successfully flashed the mobo's bios (had to), then did the jumper/took out the battery afterwards, like usual, now mobo won't turn on...no power lights to board [17:00] dennister: bad you, you shouldn't bork your motherboard, it has feelings too! [17:01] :O luisj ... what the fook?!?!?!?!?!? [17:01] i have been ya noob ... I've been talking about it for ages [17:01] !oftopic [17:01] Sorry, I don't know anything about oftopic - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:01] dennister: wow, that does sound pretty bad ..... tried taking the battery back out and putting it back in just to check? [17:01] dwidmann: yeah, yeah...i know...i think by taking out the battery i just wiped out all the new bios data I put on it, leaving it blank [17:02] whatdo you mean with FOOK??? cannon? [17:02] yep i tried taking it out again, and putting it back...no power lights to board [17:02] is there any way i can recover from this? [17:02] dennister: u on a laptop or desk [17:03] dennister: sounds borked to me ... motherboard manufacturer might be able to help you [17:03] nm, just quit being rude and insensitive luisj [17:03] ok [17:03] desktop...it was given to me as a donation [17:03] dennister: if its a desktop it could be one of 3 things is ur power supply working [17:03] ok well see ya guys thanks everyone be happy [17:03] bye [17:03] later [17:03] dennister: try and swap it with another one if u tried that then the board is shot [17:04] u could contact the mobo manufacutruer and see if u can rma [17:04] eagles0513875: it was all working before i tried the bios flash [17:04] by the way no one here is being rude, just get to the point and you will get help cannon dont feel offended thats is useless [17:04] see you take care [17:04] dennister: did anythign happen while flashing [17:04] i take it putting in another battery from another pc won't help? === JasonWard is now known as Nyad [17:05] eagles0513875: no, nothing happened...flashing seemed to work well [17:05] dennister: you're welcome to try, I'm sure you're desperate [17:05] dennister: u sure [17:05] a [17:05] u sure the cables are all plugged in [17:05] yes, flash utility said it worked [17:06] eagles0513875: yes, all the cables are in...hadn't touched the leds section [17:06] How do I add stuff to the part which has my kmenu etc? more specifically, how do I put a link to my home folder there, since that thing only lets me add applets [17:07] nyad, right click the kmenu, go to edit [17:07] dennister: u sure the wire that goes into the prongs on ur motherboard didnt come undone the one that allos u to pwer on ur machine when u press the poewr button [17:07] Nyad: oops, ah, you want to add something to the panel [17:07] ya :) [17:08] Nyad: use "add application to panel" in the panel menu [17:08] it's not the end of the world, as i have lots of donated, older pc's now, but the older mobos for all the older cpu's (P3's) i've got are hard to find, so losing a working mobo is still a loss [17:08] Nyad: then use something like "kfmclient exec /home/blah" for the command I suppose [17:09] eagles0513875: i'm sure the wire you spoke of is ok...i hadn't touched those (the led panel i spoke of earlier) [17:09] dennister: i would double check those come off easily sometimes [17:09] drif: The current binary deb at http://ushare.geexbox.org/#Download is for 7.10 and not 7.04 but at that same location they give a repository line which could be added to sources.list and conceivably contain releases for other ubuntu versions [17:10] dwidmann: whats kfmclient? [17:10] genii: hi there...think i borked a mobo after successfully flashing the bios...any way to recover power to mobo? [17:10] I just wanna have my home shortcut put there [17:11] dennister: When you power on do the 3 keyboard lights flash briefly on? If so may yet be hope. If not, the bios is screwed [17:12] Nyad: it's a KDE tool for opening URLs [17:12] genii: after flashing, and removing battery, did I remove all the bios?...haven't checked keyboard lights, but no lights on mobo come on [17:12] Nyad: it opens the appropriate app based on the mimetype of the file [17:12] genii: yes, I've seen the page but not the repository you mentioned about (not for 7.10) [17:12] !mp3 [17:12] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [17:12] how can I make a directory writable? [17:13] change its permissions [17:13] lol, how? [17:13] cannon: Own it [17:13] * cannon drops his head [17:13] genii: ah, "releases depository"? (old releases) [17:13] how? [17:13] drif: Probably :) [17:14] is that supposed to make any sense to somebody thats never heard of it? [17:14] !drif [17:14] Sorry, I don't know anything about drif - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [17:14] cannon: man chown and man chmod for syntax on these commands. Depending on the location they are in you may require sudo [17:14] grrrrrrrrrrrrrrr [17:14] cannon :D [17:14] cannon: right click on it [17:14] cannon: or like genii said [17:14] i have asked about chmod before but nobody would answer [17:15] genii: if i borked bios, whole mobo is screwed? [17:15] lol [17:15] dennister: depends on mobo [17:15] dennister: ouchie [17:15] genii: just few tar.bz2 and rpm files :-\ [17:16] so how do I had a group to ownership of a folder? [17:16] gonna try putting another battery in...have some spares [17:16] cannon: you don't, it can only be owned by one group [17:17] dennister: There are convoluted ways t bring one back to life since it's only the cmos chip itself messed up. But this is like: buy a new cmos chip from somewhere for exact mb model, or: reprogram the chip by removing it from the mb and using a hardware based standalone chip programmer or so.Assuming it's in a socket on that boad and not soldered in [17:17] so how can I write to it wouthout needing root access then? [17:17] cannon: you can change that group with the chrgrp command === jurgen is now known as Jurgentje [17:17] an example of syntax? [17:18] cannon: same as chown, ie: chgrp groupname list of files [17:18] chrgrp isn't recognised in terminal [17:18] cannon: chgrp [17:18] cannon: maybe I spelled it wrong then, I'm good at doing that [17:18] i wanna host my own media stream what pkgs r there that i can use [17:18] genii: yes, that is convoluted...don't think it's worth it, considering these are donated boards [17:19] i still need an example of syntax as I jabe mever used chown before [17:19] cannon: I already gave you the syntax [17:19] cannon: look up ..... probably highlighted in red [17:19] lol, you didn't [17:19] cannon: chgrp [17:19] cannon: he did [17:19] bbl...gonna try a couple things, if not, dump the mobo :( [17:20] Hi... I installed Eclipse Europa cently (not via apt but just a plain install) ... suddenly, Firefox asked me to install a JAVA-client and I took the one that was proposed (don't remember exactly which one it was, but I already removed that one using APT) ... Still, I get the error when trying to launch Eclipse that the Java JRE or JDK is not found in my current PATH. (How) should I set a path in Kubuntu? [17:20] dennister: If when you power on, the 3 keyboard lights flicker a moment, then the board is passing it's most basic self-test and can be rescued by floppy boot to a disk which just auto-runs the firmware update (although this happens without output to monitor) Some MSI boards in particular can be worked this way [17:21] Jurgentje: I think the environment variable JAVA_HOME covers that === matthew__ is now known as MaDeX [17:21] dwidmann: errr... I'm pretty noob to Linux on the technical level... where shoulw I find that variable? (if you don't know it out of the top of your head, I'll google it) [17:21] Guys, anyone know any application that can unpack rar files? [17:21] root@cannon-desktop:/media# chgrp cannon sda4 [17:21] chgrp: changing group of `sda4': Operation not permitted [17:22] any ideas? [17:22] cannon: put sudo in front of the command [17:22] cannon: I think you set it in the file /etc/environment [17:22] thanks, looking into it right away! [17:23] Jurgentje: you should be able to find your jre in /usr/lib/jvm, btw [17:23] GS3User: If ou noticed he's running as root and sudo would be redundant and unneccesary. [17:23] i already tried sudo ... that was in a root shell [17:23] cannon: You cannot change ownership on such things as raw devices in /dev like an sda4 for instance [17:23] cannon: i occasionaly have issues with permissions on things I torrent, the chgrp command I use goes like this: sudo chgrp -R /media/sdq1 [17:24] yeah, it is there, but for some strange reason, Eclipse is looking for it in /home/myself/opt/eclipse/jre/bin/java :S [17:24] Jurgentje: ie: /usr/lib/jvm/java-6-sun/jre/bin or similar would probably be what you want to set it to [17:24] cannon: the -R tells it to be recursive [17:24] cannon: you might try being more specific that sda4 [17:24] ta [17:24] Anyone know of a app to unpack a rar file? [17:24] MaDeX: i know a windos one [17:25] eagles0513875: thanks but im using this :D [17:25] MaDeX: Ark (you probably need unrar installed) [17:25] MaDeX: winrar and 7zip for sure, not sure if either of those exist on linux though [17:25] !rar [17:25] rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free [17:25] MaDeX: yes, use ark but for the rar format i suggest you install kubuntu-restricted-extras [17:25] still getting operation not permitted [17:25] DreadKnight: thats what im looking for, how doo i go about it [17:26] !unrar [17:26] rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free [17:26] MaDeX: alt + spate, type in console, then in console sudo apt-get install kubuntu-restricted-extras [17:26] GS3User: p7zip is available for linux also === matthias_ is now known as matthias_afk [17:26] how can i make a cron to run every 30mins? [17:26] MaDeX: i meant fire up "konsole", it's a way to do things :-) not the only one [17:26] FFForever: kcron is good for managing cron jobs [17:27] i need to do it via ssh :/ [17:27] FFForever: ssh -X? [17:27] Alt+F2 doesn't start krunner anymore (KDE3) how can I restart it? [17:27] does not work, tried.... [17:27] thanks DreadKnight, downloading 81 meg :/ [17:27] FFForever: try doing it in kcron, then copying the line over? [17:28] where do i put the line? [17:28] I typed "sudo chgrp cannon -R /media/sda4" and am still getting "Operation not permitted" :'( [17:28] MaDeX: kubuntu-restricted-extras is a meta package, with flash, java, mp3 support, rar etc xD [17:28] FFForever: /etc/crontab methinks [17:28] DreadKnight: nice :D Is there a new kubuntu out atm? [17:29] hardy beta [17:29] FFForever: /etc/cron.hourly/ for hourly.. [17:29] FFForever: I can think of a way to do it with 2 lines now that I think about it [17:29] MaDeX: i'm running a beta of hardy actually :-) final will be release on 22th i think [17:29] release is bout the 24th [17:29] im running beta i think :D [17:29] same with me im running the 64bit [17:29] DreadKnight: 24th :) [17:29] me too D [17:29] :D [17:29] ok 24th my bad :D [17:29] * dwidmann is also [17:29] best 64bit distro out there open suse is nice but to much bloatware [17:29] im giving it my 100% of attention [17:29] :D [17:30] eagles0513875: i agree, they must do something about the bloat installer as well, and improve hardware support :\ [17:30] I think ubuntu is better, but doesnt like my nvidia cards :/ [17:30] cannon: The mountpoint of something like /media/sda4 retains the ownership and group etc of the original device like /dev/sda4 which in turn is decided by udev each boot. Instead make a subfolder in /media/sda4 and chown that to whatever user is supposed to be writing there. [17:30] * dwidmann is too attached to debian-ish distros to care about opensuse [17:30] post something on launchpad [17:30] dwidmann: only distro that would run on my new laptop and im like u as well too attached to kubuntu [17:31] genii: or set the uid and gid in fstab [17:31] eagles0513875: awww, that's gotta hurt [17:31] dwidmann: Yes, that also works. I'm just trying to give him the simplest thing to do atm [17:31] dwidmann: ya right now im using my old laptop as my kubuntu dev machine [17:32] genii: funny thing is that that was exactly what I told him to do fifteen minutes ago, d'oh [17:32] * DreadKnight dislikes juk :\ [17:32] dwidmann: People rarely listen if it looks too complicated :) [17:33] genii: generally people do tend to listen, I think it's more the rare occasion that people don't ..... [17:33] i do especially since im working on linux cert im always up for learning things [17:33] genii: at least on this side of the internet [17:33] lol [17:34] DreadKnight: I never really liked Juk either ..... amarok ftw [17:34] dwidmann: really bad move imho to ditch one of the best players with .... eh... [17:34] any of u guys know of any pkgs to stream audio [17:35] DreadKnight: : ?????? [17:35] dwidmann: well, amarok is not the player in kde4 anymore [17:35] !info ices2 | eagles0513875 [17:35] eagles0513875: ices2 (source: ices2): Ogg Vorbis streaming source for Icecast 2. In component universe, is optional. Version 2.0.1-5 (gutsy), package size 54 kB, installed size 248 kB [17:35] DreadKnight: amarok 2.0 isn't ready yet [17:36] genii: is there an mp3 one [17:36] eagles0513875: Also original ices which does mp3 (ices2 does not) [17:36] dwidmann: as far as i know when it will be ready things will remain the same [17:36] gotcha [17:36] working on converting someone who streams audio ovr to linux [17:36] DreadKnight: juk has always been the default kde audio player, just kubuntu and many other distros use a different player for default (ie: amarok, xmms, etc) [17:37] dwidmann: hmm you got a point there, so there is still hope for kubuntu :-) [17:37] eagles0513875: There is also blackice but it is not in the repos [17:37] my compiz isnt working right any one able to help me [17:37] thanks genii im going to end up asking again i know for sure === boa is now known as AQUA-SKY [17:39] genii: can u link me to the ices home page [17:39] eagles0513875: ices is in the repos and it can just be installed from Add/Remove programs [17:39] * dwidmann runs off to do his taxes [17:39] ices isnt ices2 is [17:41] can anone help me with compiz [17:42] i have a question with regard to hal and usb storage mount points [17:42] my external drive that used to mount as /media/ext_drive until about 2 hrs ago now mousts at /media/ext_drive-1 [17:43] This is even after a reboot [17:43] how can i reset this behaviour? [17:43] any major benefits to upgrading to 8.04? [17:43] cannon: u running 32 or 64 [17:43] either [17:43] kishore_: did you tried to delete that old mountpoint ? (if it is unmounted) [17:43] i have a 64bit but I don't see a dl for that [17:44] ya there is im running 804 64bit [17:44] ill link u [17:44] PC (Intel x86) desktop CD or 64-bit PC (AMD64) desktop CD [17:45] for intel eagles0513875? [17:45] I click on "Version Upgrade" in Adept Updater. It /appears/ to be hung on "Downloading and verifying the updgrade tool..." ideas? [17:45] i thought the 64 bit was amd only [17:45] cannon: dont think so [17:45] could you link me to the one you dl'd pls? [17:46] ok [17:46] @ eagles0513875 [17:46] flipstar: let me try [17:46] cannon: http://releases.ubuntu.com/releases/kubuntu/8.04/ [17:47] ta [17:47] read through em64t is intel 64bit processors [17:47] i only see i386 and amd64 [17:48] amd64 is 64bit in general [17:48] name is little confusing [17:48] k [17:48] yup :P [17:48] well its for both intel and amd [17:48] flipstar: thanks that was the issue [17:49] kishore_: it was probably locked up somehow so it just created a new one [17:49] anyone know a simple way to have a home shortcut next to my Kmenu like they have in suse? === Mez is now known as Floodbot5 [17:49] Nyad: the method mentioned before works great [17:50] whats the difference between: kubuntu-8.04-beta-alternate-amd64.iso and kubuntu-8.04-beta-desktop-amd64.iso? [17:50] Nyad: add kfmclient exec /home/blah [17:50] how? I looked but could not find [17:50] add that to what? [17:50] cannon: alternate is only the pure installer+rescue disk the desktop is a live cd === Floodbot5 is now known as Mez [17:51] k [17:51] Nyad: right click on the K icon then start kmenueditor and click on add [17:51] eagles0513875: Some research indicates ices2 now supports mp3 (did not previously). Servers available from repositories: darkice, icecast-server, icecast2, liveice [17:52] eagles0513875: Work required me, apologies on lag [17:52] it has new menu and submenu, no add [17:52] sweet thanks genii [17:53] eagles0513875: np [17:53] Nyad: new entry then... [17:54] but that will add to my kmenu... not to the part next to it [17:55] flipstar: I need to go but I'll be back [17:57] shocking dl speeds for that 8.04 [17:58] use p2p :) [17:59] hello. i just installed wlan drivers for my laptop. but it doesnt do the wlan0 config file, how to fix this? [18:00] which app do i use to view/edit a ".c" program text ? [18:01] whats the most popular linux distro? [18:08] cannon: use this one :D [18:08] according to the user numbers on freenode its ubuntu then gentoo and then debian [18:09] user number != popularity [18:09] just means people have more questions heh [18:09] 1253 on #ubuntu , 963 on #gentoo , 862 on #debian :) [18:09] hello [18:10] hi [18:10] damn compiz [18:10] hey :D [18:11] compiz is fun lol === sharkk__ is now known as sharkk [18:12] cannon: Distrowatch has them listed by number of downloads if you're actually interested. [18:12] eagles0513875: =) [18:12] bah left [18:12] lol [18:12] how do i copy all the file of my home directory to a backup is it "cp -Rxvp" ? [18:13] ubsafder: would work, yes [18:13] ubsafder: -a means archive which does same as -dpR [18:13] cp -Rxvp /home/user /mybackup/ but it looks like i am missing some files [18:13] it doesnt copy hidden files [18:13] ubsafder: Won't copy .files [18:13] flipstar: heh [18:14] ubsafder: why not using konqueror :) [18:14] !vmware [18:14] VMWare Player is in Ubuntu's !Multiverse repository (package "vmware-player", not available for Gutsy, only Feisty and Edgy), and http://www.easyvmx.com/easyvmx.shtml can create VMs for it. Instructions can be found at https://help.ubuntu.com/community/VMware - See also !virtualizers [18:14] !boinc [18:14] Sorry, I don't know anything about boinc - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [18:14] flipstar: yes i noticed how do i copy the hidden files too [18:15] with 'cp' ? dont know..but in konqueror check view hidden files then just copy all [18:15] or use dd [18:16] flipstar: how do i use dd for just my home directory [18:17] ubsafder: is you home on the root filesystem or has it own partition ? [18:18] in /home/user [18:18] all files in one partition [18:18] ok i found the answer thanks bye [18:19] wow [18:24] flipstar: wow? [18:24] wow! [18:24] was just funny [18:25] what was funny? [18:26] when people answer there own questions [18:32] big trouble in hardy .... it just did an upgrade and appears to have wiped everything apart from memtest86+ in /boot :( [18:32] and it was all going soooo well :( [18:33] kbmaniac: time for a rescue cd [18:33] I still have /boot/grub/.... any idea what I have to re install to restore ? [18:34] sounds like no kernel is present [18:34] an initrd image [18:34] how do I remount my root fs to readonly so I can do a fsck on it? [18:34] kbmaniac: btw hardy in #ubuntu+1 [18:34] yep hello rescue cd ! [18:35] its the proce of beta software [18:35] oh OK moving over ... [18:36] anyone? [18:36] The latest nvidia cards only have trouble in ubuntu and not in other distros right? [18:39] what's the safest way to run basic compositing in 7.10? [18:40] lufthanza_: init1 (single user mode) might help and there is also an magic sys rq key for that [18:41] lufthanza_: the magic key is ALT+PRINT+U (unmounts all and mount it readonly) [18:43] The latest nvidia cards only have trouble in ubuntu and not in other distros right? [18:43] the magic sysrq key is for emergencies [18:43] it should NOT be used for bringing down the system to a fsck unless it's an emergency [18:44] init 1 is correct [18:44] as is booting up in recovery mode, then running "mount -o remount,ro / [18:44] "" [18:45] Hi I have an issue mounting NTFS in kubuntu 7.1, actually i don't know how to (i'll need full permanent R/W access) [18:45] maiken: try -o rw [18:45] to mount [18:45] !compiz [18:45] Kubuntu is not shipping with compiz installed or enabled by default. You can still install it and have your eyecandy goodness. The instructions are at https://help.ubuntu.com/community/CompositeManager/CompizFusion - further help in #compiz-fusion [18:45] and/or ,rw to fstab in options collun [18:46] !beryl [18:46] Beryl has been merged with Compiz to form Compiz-Fusion. New Beryl installs are discouraged. See also !compiz [18:46] LimCore plz be more specific [18:46] maiken: mount /dev/whatever /whetver -o rw will mount with R/W access [18:46] man mount [18:48] thx Limcore [18:57] anyone here used elisa media player before? [18:57] The latest nvidia cards only have trouble in ubuntu and not in other distros right? [19:00] elisa [19:05] The latest nvidia cards only have trouble in ubuntu and not in other distros right? [19:05] Nyad: The 8800 series are having difficulties in every distribution of linux [19:05] hi [19:05] is that nvidia's fault? [19:06] Nyad: They have not yet upgraded the linux drivers to support that series. So yes. [19:06] so I suppose hardy won't fix my problem :( [19:07] Nyad: Not yet, no. [19:07] dang [19:26] hi all, I changed motherboard recently, changed xorg.conf to use the i810 driver (onboard gpu) and naw X will start, but I can't get past login .. kdm.log says it want's to start GLX, which I don't have the (previous cards) nvidia driver for .. how do I make kdm not start glx? :S [19:29] hi guys. Day two after a fresh install of 7.10. Last night I had this problem, and now it happened again. Just booted up cold and I can't get sound. Says that the device is busy, but I haven't done anything to spur this. What can I do, outside of rebooting, to free up the sound? [19:30] Running onboard audio from the via chipset. === luke__ is now known as Coggz [19:30] need help with X [19:32] any suggestions? [19:33] !ask | Coggz [19:33] Coggz: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-) [19:34] calcmandan: do you have any sond aps running at startup? [19:34] http://pastebin.com/m46919429 what is wrong with this? X wont start with it [19:34] ie. amarok, skype etc? [19:35] jussio1: no, if anything ever loads its klipper, korganizer. [19:36] jussio1: it's just strange. this never happened while i had 6.06. heck if i had any sound apps running, it played whatever on top of what was running. [19:36] Coggz: have you modified your xorg at all? [19:36] yes, but it has been working fine [19:36] calcmandan: yeah, Ive had it before, but I cant remember how I fixed it [19:37] Coggz: what triggered this non starting x, what did you change? [19:37] have a look, http://pastebin.com/m46919429 [19:37] the wacom bits work, but the display wont [19:38] its a tablet pc [19:40] Coggz: you dont have any resolutions listed... [19:40] oh, [19:41] ill look at this xorg.conf (the one that works but has no table) [19:42] Coggz: remember to back up :) [19:42] ya, lol [19:43] hardy is kinda buggy [19:43] should it be as a subsection [19:44] Coggz: back up and grab a new xorg with: sudo dpkg-reconfigure -phigh xserver-xorg and use it as a template [19:46] ok, moment of truth... restarting X === luke__ is now known as Coggz === luke__ is now known as _Coggz_ [19:58] Is there a page somewhere that covers how to build postgresql on kubuntu? I'm failing at the ./configure step. [19:59] <_Coggz_> jussi01: ok, i got it working ta.. [19:59] will kubuntu 8.04 come out the same time period as ubuntu? [20:00] I need to be able to build from their CVS tip and apply patches. The apt-get doesn't cover everything I need. [20:03] !paste [20:03] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) === Seren is now known as Seren__ === Seren__ is now known as Seren___ [20:04] I have selected "no splash" in hardy [20:04] it starts but it looks rather broken [20:04] there is no icon, only a rectangular blue area with a truncated text [20:05] Seren___: hardy support in #ubuntu+1 :) [20:05] thx [20:05] has kde 4.*********** improved much since 4.0.0.0.0.0.0 ??? IE, is the newest any better than 4.0? [20:06] matt__: I suggest you ask the kde4 users in #kubuntu-kde4 :) [20:06] matt__ : yes it is much better [20:06] but it is not quite there yet [20:07] How do I correct this?: /usr/bin/ld: crt1.o: No such file: No such file or directory [20:08] Seren___: alright, do you use it most/all the time though? [20:08] Seren___: good enough for that? [20:09] matt : I only had a sneakpeak, it crashed once or twice, on since there is double application like konsole/kd3 and konsole installed, I wiped it out and went back to 3.5.9 [20:09] but now I am pretty sure I will switch once it is ready [20:14] For the record, I was able to get past that first error with: apt-get install libc6-dev (thanks to google searches). [20:15] <_Coggz_> how do i get a command to execute on startup [20:15] _Coggz_: put it in ~\.kde\Autostart if you want to launch it at the start of the user session [20:16] <_Coggz_> no, at boot [20:17] there is something like locale.rc or something [20:17] but I can't remember the exact name at the moment [20:17] I am looking for it [20:17] <_Coggz_> rc.local [20:17] <_Coggz_> it doesn't work if i place it there [20:18] what do you want to start ? [20:18] I have a CD from Poland with pictures which my konqueror can't read, when trying to copy the files to a USB memory it says it can't find the files. How can I copy them? [20:18] Doesn't work in Bash using wild card stuff. [20:21] <_Coggz_> Seren___: sorry, i was away, i need to run the command xsetwacom set stylus Button2 3, then xsetwacom set stylus Button3 2 [20:23] did you try to put that in a Autostart ? Just to see if it is sufficient ? [20:23] unless you want it for all users on the machine [20:23] <_Coggz_> hmm, could, but i need to pass arguments [20:24] <_Coggz_> ill ask in ubuntu [20:24] create a file like "wavecom.sh" [20:24] and inside put !#/usr/bin/sh on the first line [20:24] and then your two commands on the next two lines [20:24] chmod +x ./wacom.sh [20:25] and it should work [20:25] <_Coggz_> hmm... [20:25] <_Coggz_> !startup [20:25] To make programs start up automatically when you log into your KDE session, run all programs that you want to be started and close all other programs, then select 'Save Session' in the K menu. Alternatively, create a !symlink to the wanted program in ~/.kde/Autostart - See !boot for starting non-interactive programs at boot [20:25] Seren___: it's usually #!/bin/sh [20:25] <_Coggz_> !boot [20:25] Boot options: https://help.ubuntu.com/community/BootOptions - To add/remove startup services, you can use the package 'bum', or update-rc.d - To add your own startup scripts, use /etc/rc.local - See also !grub and !dualboot - Making a boot floppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto [20:25] thx rickest I always got that wrong :) [20:25] seren___ it's /bin/sh, but the rest is correct :) [20:26] ah, nevermind. [20:26] too late :) [20:26] Seren___: I do, too, switching back & forth between perl & bash heh [20:29] <_Coggz_> where do i put the file? in .Autostart? [20:29] _Coggz_: ~/.kde/Autostart folder === TRGMichael is now known as Don_Miguel [20:32] coggz : you should first try to run your script with " .\wacom.sh" to see what happens [20:33] <_Coggz_> ok [20:33] <_Coggz_> ./wacombutton.sh: line 1: !#/bin/sh: No such file or directory [20:34] _coggz_: #! not !# :) [20:34] <_Coggz_> oops [20:34] <_Coggz_> lol [20:34] computers are picky. :) [20:36] <_Coggz_> bash: ./wacombutton.sh: bin/sh: bad interpreter: No such file or directory [20:36] hey all [20:36] coggz : type "which sh" in a konsole [20:36] an copy that next to #! [20:36] without space [20:36] _coggz_: you forgot the first / i guess. [20:37] <_Coggz_> well done fdoving, lol im not used to this tiny keyboard [20:38] is it possible to upgrade to 8.04 through adept? [20:39] when i press 'print screen' does it act like windows & simply puts it in the klipboard or does it save it as an untitled image somewhere? [20:39] cannon : not yet I think [20:39] hi [20:39] k [20:39] <_Coggz_> now i have no keyboard! [20:39] then how did ya type? lol [20:39] <_Coggz_> tablet pc [20:39] coggz : how did you type that ? [20:39] lol [20:40] not the only one thinking it then :P [20:40] <_Coggz_> cellwriter [20:40] with the mouse? [20:40] pteague : it does launch ksnapshot I think [20:40] or at least I configured my desktop that way [20:40] <_Coggz_> no,pen on the screen [20:40] cool [20:40] i seem to have to manually launch ksnapshot... [20:41] <_Coggz_> got a cheap tablet pc, acer [20:41] going into system settings -> keyboard & mouse -> keyboard shortcuts -> global shortcuts & scrolling down the list... "Desktop Screenshot" has shortcut "Print" [20:42] coggz : it is probably related to the wacom command, there must be other option to keep the keyboard working [20:42] (unless it was you intention all along ) [20:42] <_Coggz_> ? [20:42] do you want to have your keyboard active or do you want to switch to the tablet ? [20:42] whats the most popular linux distro? [20:43] cannon : you can check distrowatch [20:43] k [20:43] which is not that reliable but is supposed to give an idea [20:44] <_Coggz_> well i fold the screen back so the keyboard is hidden === richard is now known as rcg1984 [20:45] <_Coggz_> acer travelmate C111tCi [20:45] _Coggz_: ok I understand now [20:46] hello all, what's the command to view unmounted hard drives that linux has found so I can in-return mount them? [20:46] hmmm, ubuntu is no 1 yet kubuntu is no 14 [20:47] <_Coggz_> £150 [20:49] <_Coggz_> unrelated: how do ¡ disable compiz [20:52] who had the polish cdrom they could not copy files from? I think perhaps the answer is to specify in the mount fstab line or command ISO-8859-2 as the iocharset [20:53] <_Coggz_> it was kam¡nix [20:53] kaminix: Still here? [20:54] _Coggz_: Thanks [20:54] why on eath do linux apps not come with an installer? [20:54] *earth [20:54] cannon: They do. It's called Adept or Synaptic [20:54] genii: Well, yes, but I don't have my USB memory here now so I can't try it out. Would love to know for future reference though. [20:55] there are plenty of apps that don't have an installer though [20:55] like if I dl em from the web [20:56] if it is not a .deb, you probably have a readme somewhere telling you to "make install" or something [20:56] cannon: Thats because sinc so many distributions if a standalone installer for each there would be hundreds of the same program but just for different flavours. Thats why there's source code. [20:57] cannon: its because noone has packaged them yet, there is a great packaging guide if you care to get involved... [20:57] !packaging [20:57] The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports === myrtille is now known as _myrtille_ === anabelle__ is now known as anabelle [21:01] yes I would jussi ... pls link me [21:04] jussio1: could you help me mount my drives pls? [21:05] i kept getting errors earlier [21:06] iam having a grub 15 error. any help? [21:10] <_Coggz_> !grub [21:12] grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto [21:14] i have typed this: "cannon@cannon-desktop:~$ ssh cannon@###.###.###.###" to try and log into ssh to test it and I get nothing ... just a blank line ... any ideas? [21:14] ubuntu: Whats the last thing that happened before it started doing this? [21:14] ubuntu, alt+F2 , kdesudo kate /boot/grub/menu.lst , then make sure hiddenmenu has a comment in front like this , # [21:14] cannon: try type ssh [21:14] cannon: nm [21:14] cannon: ssh -l cannon x.x.x.x [21:14] whats the -l for? [21:14] cannon: login name [21:15] ahh, connection timed out on the previous atempt with out the -l [21:15] genii BluesKaj brb [21:15] BluesKaj: what u dog [21:16] ubuntu: whats the error msg ur getting [21:16] usage: ssh [-1246AaCfgKkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] [21:16] [-D [bind_address:]port] [-e escape_char] [-F configfile] [21:16] that can't be right? [21:16] eagles0513875 15 === ubuntu__ is now known as kubuntero [21:17] ubuntu: let me do a google search [21:17] !grub [21:18] grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto [21:18] ubuntu: u duel booting [21:18] ya [21:18] error 15 [21:18] ubuntu: http://help.lockergnome.com/linux/Ubuntu-10-grub-error-15-ftopict380877.html [21:19] u trying to boot to windows or linux [21:19] and is it windows xp or vista [21:21] just amin === klerfayt_ is now known as klerfayt [21:22] eagles0513875 back. ya i was trying to dual boot. windows and ubuntu. windows is booting. ubuntu is not [21:22] was this a clean install [21:22] ya [21:23] how new is ur machine [21:23] and ur windows version xp or vista [21:23] xp [21:23] ok thats interesting [21:23] can u even get to a command line [21:23] nop [21:24] u can get into windows right [21:24] yes [21:24] u have anything u need o ur linux partition [21:24] and r u trying to install hardy beta or gutsy [21:24] i have installed 7.10 already [21:24] i need help opening ports [21:24] and u cant bot it [21:24] *boot [21:25] cannon: im not much help in that dept [21:25] ubuntu: What's the problem ? [21:25] error 15 means it can't find the files it needs directly after the kernel is loaded. Usually this is caused by a faulty root= line in menu.lst [21:25] kubuntero grub error 15 [21:26] genii ok. how to solve it [21:26] blackflag it has a # [21:27] ey im tryin to do a fresh kubuntu install, but when i reboot, i get a grub error 15 [21:27] will00: gutsy [21:27] !icecast2 [21:27] Sorry, I don't know anything about icecast2 - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [21:27] !ice [21:27] Sorry, I don't know anything about ice - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [21:27] beg pardon?, its the latest version whatever it is [21:27] !ices [21:27] Sorry, I don't know anything about ices - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [21:28] will00: hardy [21:28] !info icecast | eagles0513875 [21:28] eagles0513875: Package icecast does not exist in gutsy [21:28] im on hardy btw [21:28] will00: Sounds like you have a bad root= line in your grub [21:28] eagles0513875: ok so what exactly are you telling me to do? [21:28] eagles0513875: preface with: info [21:28] !info icecast2 [21:28] icecast2 (source: icecast2): Ogg Vorbis and MP3 streaming media server. In component universe, is optional. Version 2.3.1-5.1ubuntu2 (gutsy), package size 264 kB, installed size 728 kB [21:28] eagles0513875 kubuntero i think ill just reinstall kubunty [21:29] ubuntu: Did you read the Grub factoid ? [21:29] ubuntu: sometimes its better if u dont wana mess with grub [21:29] I assume you have a live CD :) [21:29] kubuntero nop. let me [21:29] kubuntero: u have the same problem as ubuntu [21:29] genii: does icecast have gui [21:29] https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [21:29] eagles0513875: not that I know of. Might havea web server in it by now [21:30] eagles0513875: There is a primitive web interface [21:30] eagles0513875: No I can mount NTFS drives but I can't mount ext2 or ext3 drives [21:30] genii: rather complex [21:30] * kubuntero gives genii koffee [21:30] anyone know why a fresh install would return a grub error 15? [21:31] will00: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [21:31] kubuntero: Thanks, need it :) [21:31] will00: could bea an error when u burned the iso [21:31] doubtful, it matched the md5sum [21:31] k [21:31] have u guys checked launchpad [21:32] will00: Don't know but it should be pretty easy to fix /workaround [21:32] yea [21:32] genii: Any clue why I wouldn't be able to mount ext2 or ext3 drives but can mount ntfs ? [21:33] will00: so u have the cd? [21:33] !ntfs-3g [21:33] ntfs-3g is a Linux driver which allows read/write access to NTFS partitions. Installation instructions at https://help.ubuntu.com/community/MountingWindowsPartitions [21:33] mkquist: yea i do, runnin the live dvd now [21:33] jussio1: I'm assuming that's for me? [21:33] will00: checked ur menu.lst? [21:33] how do i do that? [21:34] where are the kde configs placed? [21:34] kubuntero: yeps :) [21:34] ubuntu: ~/.kde === myrtille is now known as _myrtille_ [21:34] k [21:34] jussio1: I'm also assuming you didn't read my issue :) [21:34] ubuntu: configs for what ? [21:34] will00: open terminal and goto something like /media/hd1/ (or wherever u installed ubuntu) and goto /boot/grub/ [21:35] jussi01 kubuntero eagles0513875 how to reinstall grub [21:35] kubuntero: no. all I saw was: [23:29:32] genii: Any clue why I wouldn't be able to mount ext2 or ext3 drives but can mount ntfs ? [21:35] mkquist: Kind ahard if you can't boot :) [21:35] !grub | ubuntu [21:35] ubuntu: grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto [21:35] kubuntero all types. np. .kde is the one [21:35] will00: no use the live cd terminal [21:35] ubuntu: ubuntuhttps://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [21:35] will00: can do same thing in live cd [21:35] ubuntu: not sure i just reinstall [21:35] k [21:35] eagles0513875 reinstall distro. or grub? [21:36] jussio1: Right so NTFS works fine. Linux file systems do not [21:36] ubuntu: distro [21:36] k [21:36] ok im there [21:36] thx [21:36] and I'll assume that !ext3 doesn't help :) [21:36] ubuntu: wait [21:36] k [21:36] will00: in terminal? [21:36] ubuntu: question how old is the hard drive [21:36] yea [21:36] eagles0513875 2 days [21:36] kubuntero: hehe, sorry, missread [21:36] kubuntero: Are these external drives you're having the issue with? (or usb stick, etc) [21:36] will00: type 'cd /' no quotes of course [21:36] Hi! [21:36] ubuntu: that rules out the possibility of bad harddrive [21:36] ok [21:37] Does anybody know where I can get Kubuntu Gutsy 64-bits Live CD? [21:37] cd media [21:37] genii: no the hard drives on the computer [21:37] genii: what was the name of the 3rd streaming audio program [21:37] x_link: give me a min [21:37] ok iv already navigated to the grub menu [21:37] *folder not menu [21:37] eagles0513875 i used partition magic in window to check some fat partitions for bad sectors. rebooted. and grub failed. [21:37] x_link: http://kubuntu.org/download.php [21:37] ubuntu: Ah interesting [21:37] eagles0513875: liveice ? [21:38] will00: sudo gedit menu.lst or just gedit to look at it [21:38] ubuntu: thats what probably messed it up [21:38] genii: not sure if it was that u told me bout ice2 icecast === richard is now known as rcg1984 [21:38] eagles0513875: I found it now, thanks anyway =) [21:38] i need something with a gui [21:38] ok i dont have gedit [21:38] eagles0513875: Yes [21:38] x_link: no prob [21:38] Hi ! [21:38] mkquist: In Kubuntu kate /boot/grub/menu.lst [21:38] eagles0513875 kubuntero well those fats had nothing to do with ext3. any ways. i ll reinstall kubunty [21:38] eagles0513875: Also darkice [21:38] ok that i can do [21:38] mkquist: kdesudo kate /boot/grub/menu.lst to edit it [21:38] I have 4 hard drives hooked up via raid Array 0. How do I find out if linux recognizes the hard drives? [21:38] I have a little question about harddrive icon on desktop... [21:38] kubuntero: sry forgot which channel i was in... [21:39] bye :) [21:39] ubuntu: Which ever is easier for you. reinstall or fix grub [21:39] kubuntero: Does it give you any cryptic explanation of why it can't mount them? [21:39] kubuntero reinstalling is [21:39] fix grub should be faster but reinstall is easier [21:39] genii: doesn't recognize the FStype [21:39] Even I chek the option, I can't see it on desktop [21:39] kubuntero eagles0513875 how to make backups of whole partition image. with good compression [21:39] ? [21:39] even if I say this is the type [21:40] dont know much bout backing up never really had to [21:40] will00: sry abou that [21:40] k [21:40] ubuntu: dd with gzip ? [21:40] kubuntero: You've tried like: sudo mount -t ext3 /dev/devname /mount/point type syntax? [21:40] will00: *about [21:40] genii: yup [21:40] kubuntero: Perhas need fsck [21:40] kubuntero best way? [21:40] *perhaps [21:41] It says bad fstype or bad superblock [21:41] I ran fsck [21:41] runs in like seconds and says it's all good [21:41] genii: do either of those 2 have a gui [21:41] ubuntu: I don't know your setup so I can't make an informed suggestion [21:42] thx [21:42] !backup [21:42] genii: How long should fsck take on a 60 GB drive ? [21:42] There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [21:43] kubuntero eagles0513875 i have g4l ghost for linux . i think it uses partimage. its compresion is good. bzip2 i think. but it dont uncompresses the image file to see or copy a single file. (only restore images) any better ideas? [21:43] kubuntero: depends on a few variables but generally longest should be 20 minuts [21:43] ubuntu: tarballs of file system diffs ? [21:44] No what's the shortest ? [21:44] I'll time it and tell you [21:44] kubuntero what? [21:44] genii: real 0m0.097s [21:44] ok im readin thru the menu.lst [21:44] That's how long it took [21:44] genii: there is gnump3d which has a gui [21:45] ubuntu: Look at amanda [21:45] kubuntero: When just checking journalling can be a possible # [21:45] kubuntero what is amanda [21:45] will00: check the entry for ur kubuntu install make sure it's pointing at the right place, sometimes it gets confused, ive had that happen exactly and got grub error 15 [21:45] !info amanda > ubuntu [21:46] kubuntero: Work is yelling for me [21:46] <_myrtille_> !wine [21:46] !info bacula > ubuntu [21:46] WINE is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information, and see !AppDB for application compatibility. [21:46] yea i checked and its there [21:46] genii: Take the pot of coffe I won't have any [21:46] * kubuntero sips a cup of horlicks [21:46] kubuntero why are you telin gme that [21:46] <_myrtille_> !AppDB [21:46] The Wine Application DB is a database of applications and help for !Windows programs that run under !WINE: http://appdb.winehq.org [21:47] kubuntero oh ok [21:47] ubuntu: You wanted backup solutions that allowed you to restore single files right ? [21:47] Ubotu shuld have given you info privately [21:48] will00: but does it have the correct drive/partition listed for ur linux install? [21:49] hi [21:49] mkquist, yea it does [21:50] mkquist unless it should have (hd1,0) before the /boot [21:50] ubuntu_: hi [21:51] Gotta go [21:52] where are you from [21:52] will00: so second hard drive first partition? and no it does not.. [21:53] mkquist: yea thats right [21:53] will00: thats where ur linux install is? [21:53] yes [21:53] ubuntu_: Do you have a support question ? [21:54] !offtopic |ubunu_ [21:54] ubunu_: #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! === debian__ is now known as h0ax [21:56] will00: id make sure, that was my suggestion.. so u get a grub menu? it just errors out when u try to pick kubuntu right? [21:56] no [21:56] will00: so u get no menu at all? [21:56] right [21:56] will00: but u can boot to windows? [21:56] i dont have windows [21:57] will00: oh sorry, thought u did, so no boot at all then [21:57] nope [21:57] will00: then whats on partition (hd0,0)? [21:57] music [21:57] i have an old ide 250 gig that i didnt wanna toss [21:57] will00: so linux worked before then? [21:58] kubuntero: sorry [21:58] no i was runnin gentoo before, and i had MAJOR issues with that, so i switched back to kubuntu (which was runnin on it before) [21:59] <_myrtille_> somebody knows wine here? I'm not getting answers in the wine-channel [21:59] ubuntu_: No worries just keep chatter in the right rooms. If you want to talk then #kubuntu-offtopic is the place [21:59] <_myrtille_> i'd like to run batchfiles from the winecmdline [21:59] _myrtille_: #winehq ? [22:00] <_myrtille_> jepp, there doesn't seem to be anyone in there [22:00] <_myrtille_> at least they're not responding ;) [22:00] will00: so u installed from dvd? over ur gentoo install? [22:01] yea i formatted the drive, then installed [22:01] will00: are u sure ur music is on (hd0,0)? and not ur linux install? [22:01] kubuntero: ok [22:02] well with gentoo, i had to put set it to (hd0,0) even though grub recognizes it as (hd1,0) [22:03] will00: try changing ur menu.lst to (hd0,0) for linux and see if it boots... [22:03] will00: I have that issue with distros that enable "boot offboard chipsets first" support in the kernel, in boxes with onboard raid cards, pci ide cards, etc. [22:03] ok [22:03] hi, anybody has an idea how to make WLAN-keys from kdewallet accessible to knetworkmanager without typing a password everytime? [22:03] will00: u can always put it back w/live dvd [22:03] will00: could also try "ide=reverse" as a kernel parameter [22:04] ok im gonna try changin the grub conf [22:04] hey i got a question about samba, i have a share working fine on my linux server to windows, but how do i give different rights of the folders in the shares to my users [22:04] !samba [22:04] Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [22:04] it seems to only work at the top level, and i dont want to create a different share with the same folder [22:05] <_Coggz_> how do i test my microphone? [22:05] trappist: u can swap drive id in grub too, but why bother? [22:05] Reboot [22:06] _Coggz_: audacity... its a great audio tool [22:06] <_Coggz_> kk [22:07] the wiki doesnt say anthing about folders in a share [22:07] i just want one folder in the group to have full read write access [22:07] <_Coggz_> cool, just apt'ing noaXess [22:08] DGHFGDH [22:10] Hi, [22:10] Can anyone recommend a good host for email for a small business? we have 10-20 email accounts at any one time and just need pop access [22:11] pm me please [22:11] billytwowilly: i think you are at the wrong place [22:11] hi [22:11] some one can help me to install firefox? [22:12] noaXess, can you point me to the right place? I semi trust you guys, so I figured you would be good people to ask. [22:12] <_Coggz_> use apt-get avivi [22:12] !firefox [22:12] firefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins [22:12] no dice [22:13] billytwowilly: googling for a provider in your contry or area.. === nick_ is now known as Came0 [22:13] noaXess, I don't trust google;) Somone pointed out #ubuntu-offtopic, so I'll ask in there [22:13] byrel? [22:14] avivi: sudo apt-get install package-name [22:14] thanks [22:16] will00: same error? [22:16] yea [22:16] will00: have u tried just reinstall grub? [22:16] no === smcintyre is now known as kubuntero [22:19] someone can help with dekstop harddrive icon ? [22:20] will00: whats the output of fdisk -l? [22:21] will00: can u pastebin it? [22:21] dan_: Hmm> [22:21] you want one ? [22:22] http://pastebin.com/m55c336bb === marcel is now known as Tecumseh [22:22] should that have been done from a chrooted environment? [22:22] if I can yes ;) [22:22] On other distro, is there... [22:22] http://pastebin.com/m84c1b3b [22:23] sorry forgot i had to do that as root [22:23] I choose the option on desktop option, but icon not appear [22:24] In peripherik icons, I check harddrive mounted, and unmounted. [22:24] Cdrom too [22:25] will00: your device.map? [22:26] I will came back, i have to go... [22:26] thansk ! [22:27] ok [22:28] mkquist, h/o [22:28] will00: ? [22:28] im pasting it now [22:28] k [22:29] http://pastebin.com/m233de77 [22:29] there ya go [22:30] how can i register? [22:31] !regster | avivi [22:31] Sorry, I don't know anything about regster - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [22:31] !register | avivi [22:31] avivi: By default, only registered users can send private messages - Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick » to select your nickname. [22:31] will00: u have two drives flagged to be boot drives [22:32] whats kubuntu use to partition drives? [22:32] mkquist: You mean what does it use ? [22:32] <_Coggz_> anyone know how to get an intel microphone to work with alsa? [22:32] mkquist: fdisk.. [22:32] or what is it's use in partitioning drives? [22:33] mkquist: or qtparted [22:33] will00: open ur partition editor and unflagged hdb1 and set (hd1,0) back in grub and give it a go [22:33] will00: *unflag [22:33] u mean like make it inactive? [22:34] will00: like dont have it flagged to be a boot partition [22:34] * amgine is away: homework... [22:34] ok lemme try that === dani__ is now known as joaobarreiras78 [22:36] hi. how do i unmute the channel mixer? [22:37] joaobarreiras78: middle click on kmix [22:37] what is kmix? [22:37] where can i find it on the pc? [22:38] kmix is the little speaker icon in the system tray [22:38] joaobarreiras78: the sound volume icon in the system tray [22:38] ahh ok [22:39] but isnt there a way that i use "alsa mixer" or oss mixer ? [22:39] that is in the console [22:40] you can run "alsamixer" in a terminal [22:40] lol [22:40] thnkx [22:40] =) [22:41] to unmute is the 'u' key right? [22:41] joaobarreiras78: the konsole also has auto completion that you may find usefull, try typing alsa and pressing tab once or twice it'll let you list applications in the path. [22:42] joaobarreiras78: "m" I think [22:42] SlimeyPete: is correct, it's m [22:43] i feel dirty... i'm vbox'ing windows 98... =/ [22:44] lol, you should! [22:44] meh just want to have them to say i have them? [22:44] nah, website testing... [22:45] i vbox winxp. i have to due to most of my clients running xp. [22:45] yeah i have xp too [22:45] <_Coggz_> i have xp on my other laptop, just because... [22:45] So I can help the nublets that always come calling "fix my computer...." [22:45] yeah, lol [22:46] <_Coggz_> your one of them dudes... [22:46] i feel really dirty though, I'm too lazy to erase the other half of this kubuntu dual-boot...shitza [22:47] <_Coggz_> lol [22:48] though i never use it. [22:48] just too lazy xD [22:48] <_Coggz_> lol, [22:48] <_Coggz_> i have a whole hd full of Win ME [22:49] and I thought I was bad... xD === solid_li` is now known as solid_liq [22:50] i am having problems with my sound and i follow some instrucions and that did installed on my pc a bunch of things (alsa driver, lib, utils) and in the end of installacion it say that i needed to unmute some channels (i dont know were but i thing it was on alsa mixer or oss mixer) because they were MUTED by default after installation. [22:50] how do i do that? [22:50] need some help. me = newbie [22:51] <_Coggz_> what, un mute? [22:51] it should be in kmixer if you are using kubuntu [22:51] yes, i think i need to unmute some channels [22:51] the thing that looks like a pc speaker in the top right [22:51] ish [22:51] <_Coggz_> yes, look for the speaker icon on the sytem tray [22:51] im in ubuntu [22:51] <_Coggz_> ask in ubuntu [22:52] ok [22:52] <_Coggz_> whoa... thats freaky... i have nohash key [22:52] its only that? [22:52] are you sure it's ubuntu? [22:52] do you see a 'k' menu? [22:52] or programs, administration, etc [22:53] Joa...through the speaker icon, you can usually get to an additional interface with all the tracks. [22:53] You will see things like Main and PCM. Those should not be muted and turned up. [22:54] It's a matter of you getting to this interface though. Depending on your distribution, it's a little different. [22:54] <_Coggz_> i have no hash key!!! [22:54] <_Coggz_> it comes up as backsplash [22:54] <_Coggz_> slash [22:54] Dood Ihave your hash key. [22:54] And I want 1 million dollars [22:54] nah weezer does [22:54] <_Coggz_> this is no joke, although i do have 1 million dollars [22:54] they just call it a pipe [22:54] heh [22:55] <_Coggz_> \\ === edulix_ is now known as Edulix [22:55] <_Coggz_> \ [22:55] Man I have no idea how one loses their has key. [22:55] # [22:55] i has it [22:55] <_Coggz_> no, it has the hash on the keyboard [22:55] Except that maybe you managed to switch to Korean or something. [22:55] lol [22:55] hahahaha [22:55] <_Coggz_> no, everything else is fine [22:55] <_Coggz_> ""@2 [22:55] <_Coggz_> no, [22:55] # [22:55] <_Coggz_> maybe not [22:58] <_Coggz_> # [22:58] <_Coggz_> ## [22:58] <_Coggz_> ### [22:58] <_Coggz_> #### [22:58] <_Coggz_> ##### [22:58] ###### [22:58] <_myrtille_> you're having fun :) [22:58] <_Coggz_> ######## [22:58] <_Coggz_> YAY [22:58] <_myrtille_> can i play, too? ;) [22:58] <_Coggz_> #i never knew how fun hash was (i dont mean the drug) [22:58] <_Coggz_> ##### [22:58] <_Coggz_> ### [22:59] <_Coggz_> join me in the channel ## [23:00] <_Coggz_> it is teh hash channel [23:01] mkquist, no dice still, i had dinner too [23:01] <_Coggz_> no dice? [23:03] will00: hmm same error? [23:05] will00: uknow i just assumed that the 80 gig is where u installed kubuntu is that correct? [23:05] yea it is [23:05] will00: hmm, then id try reinstalling grub, easy enough to do... [23:06] i do know that if i manually configure the drives, i get to a grub menu === nonewmsgs55552 is now known as nonewmsgs [23:17] will00: what do u mean manually configure drives? [23:18] in the kubuntu installation program, u have the option of either using a default, a guided setup, or you can manually partition them [23:19] oh ic [23:19] well lemme reboot and see if that worked [23:19] kk [23:23] Hello, I am try to install on a kubuntu powerpc on a mac [23:24] I don't have enough ram to load the live portion [23:24] so tried "live-nosplash" [23:25] is there a powerpc alternate CD? [23:25] the x86 alternate CD includes a text-based installer. [23:27] yo [23:27] who's alive [23:27] after I load "live-nosplash" that gets me to (initramfs) command like "build-in Shell" [23:27] how can I install from there? [23:28] anyone know how to make the desktop animated under kde 3..5? [23:28] done it once before but only by mistake [23:28] and also why it forgets what my desktop is === JasonWard is now known as Nyad [23:30] I need help to install Kununtu on my old imac with 64MB of ram [23:30] I have the powerpc distro cd loaded [23:30] datz are you sure? [23:31] yes [23:31] I was informed that I don't have enough ram to run the live portion [23:31] so, I just want to install [23:31] Datz: you dont have enough ram to run kubuntu very well [23:32] I see [23:32] datz i would advise sometihng more like damn small linux [23:32] well, is there any other distro you can think of that will work better? [23:32] ah [23:32] lol, ok thx I will look into it [23:32] i mean if you insisit we will certainly help you [23:32] and if you need help with that ill help with that too [23:33] cool thx [23:33] well, I don't see a power pc port for DSL [23:34] or Damn Small Linux* [23:34] so I would like to install Kubuntu [23:34] nonewmsgs, restarting going to boot to Kubuntu cd [23:35] ok [23:35] hey, anyone know if there is a way to find out how a particular package in the gutsy repository was built? i want to upgrade a package from source and i want to use the same configure line and do the post-steps manually on it. [23:36] i know you can download source in synaptic [23:36] nonewmsgsok, ok I get text indicating this is Kubuntu live CDROM, default option is live... [23:36] how do I install without booting to live portion? [23:36] Datz: unless its the dvd, you don't [23:37] dwidmann, humm, so I can't install it on this pc if it dosn't have a DVD ROM [23:37] if I can [23:37] can't boot to live? [23:37] Datz: well, you could use the alternate cd also [23:38] alternate cd...? [23:38] I slightly misread the question [23:38] the alternate cd uses a text-only installer [23:38] humm, ok [23:38] but is there an alt cd for ppc? [23:38] nonewmsgs: should be .... [23:39] * nonewmsgs isn't very familiar with power pcs [23:39] maybe I should look into DSL [23:39] everyone here will be glad to help you the best they can [23:39] Datz: why's that? [23:39] either that or Small Dog Linux [23:40] dwidmann: he has 64mb. i don't even know if k would run with that [23:40] nonewmsgs: wow, I doubt that's even enough memory to run the alternate install cd very well. Go for DSL. [23:40] ok, there is a powerpc version of DSL? [23:40] there is also a #damnsmalllinux one [23:41] nice [23:41] livecd requires like 192MiB of RAM minimum .... forget how much the alternate requires but it's more like 96 MiB or something [23:41] it'll do it with less it'll just take a really long time [23:42] humm , so still won't work for me I guess [23:42] plus I would rather have something that runs decently fast [23:42] how much differnet are power pcs? i mean aren't they supposed to be able to run windows? [23:42] nonewmsgs: no, the new macs use intel procs [23:43] i remember using windows95 (maybe 98) on one of those big blue macs and i thuoht they were power pcs [23:43] so would any one like to vaulenteer some help? [23:43] the G3? [23:44] aall the G series of CPU were essnetia;lly powerpc's [23:44] nonewmsgs: neither win95 nor 98 ever ran on mac [23:44] though I imagine there were/are x86 daughterboards available [23:45] SlimeyPete: it might have been some kind of virtual machine [23:45] SlimeyPete: but it definitely ran it [23:45] probably via a daughterboard then [23:45] SlimeyPete: virtualpc i think was it [23:45] ah, virtualpc [23:46] yeah that's been around a while. [23:46] anyone? [23:46] htf do you disable usb device not recognized nags from windows [23:46] jesus... i ask for help and no one offers it.... [23:46] I went one better and disabled windows, period [23:47] cyka what was your question [23:47] how do u make the desktop aanimated under KDE 3.5 [23:47] i've done it once before by mistake [23:47] hi, i have folowing line in grub "kernel /boot/vmlinuz vga=normal ramdisk_size=14972 root=/dev/rd/0 rw –", but on boot i have an error "unable to mount" [23:48] and also how do i make it remember my desktop settingfs since evry reboot i have to change the settings back to what i want [23:48] cyka for the 2nd one i think it has to do with write permissions chmod your /home to 777 [23:48] * chalcedony smiles [23:49] howe do u chmod? [23:49] cyka: to animate or deanimate K- systemsettings - look and feel (appearance) [23:50] been tehre [23:50] doesn't say much on animation tho [23:50] I was trying to use isobuster, which has worked in the past, and the AppDB on winehq says it works, but when I installed it now, it can't find the CD drive [23:51] szakulec: you dont need isobuster [23:52] szakulec: burning CDs with windows apps on wine? [23:52] why? [23:52] my husband has KDE gutsy, i have ubuntu feisty, we are trying to share [23:52] a printer. I had it working for my computer, but whatever he did [23:52] disabled it. he wants me to get the kde control module, instead of [23:52] what i have on gnome. will that work, also can i download that with command line, apt-get? [23:52] szakulec: the command dd makes an iso and you can mount it like a drive [23:52] sigh [23:53] my husband has KDE gutsy, i have ubuntu feisty, we are trying to share a printer. I had it working for my computer, but whatever he did disabled it. he wants me to get the kde control module, instead of what i have on gnome. will that work, also can i download that with command line, apt-get? [23:54] !printing | chalcedony [23:54] chalcedony: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://wiki.ubuntu.com/NetworkPrintingFromWindows [23:54] can anybody explain what is /dev/rd (i suppose ram disk?)? and why may proplems with mounting appear? [23:56] algyz: ty, i have System Administration Printing Printers Properties open.. it prints the test page but won't print anything else. [23:56] hey guys ... i keep getting errors when trying to extract an archive ... any ideas? [23:56] cannon: what kind of errors? [23:56] Anyone got experience with setting up world of warcraft? [23:57] "extraction operation failed" [23:57] chalcedony: interesting. even something like a kate document (i forgot what the gnome version is) [23:58] nonewmsgs: in gnome it's gedit :) [23:58] algyz: yes that's it [23:58] whats an alternative to Ark? [23:58] cannon: try tar [23:58] chalcedony: try to print something in gedit like a sentence or two [23:58] hmm [23:59] i'll try a2ps [23:59] cannon: also look into output of "apt-cache search archiver" [23:59] tar is already installed [23:59] huh?