[00:00] e.g. synclient -h gives me "Can't access shared memory area. SHMConfig disabled?" [00:20] argh, damned xorg is ignoring lots of my fdi file options. [00:21] Emulate3Buttons is set to false........ and yet pressing left + right gives middle. [00:21] EmulateWheel is set to true, and to middle button... and yet, middle button does not make it scroll. [00:23] Oh, and ctrl-alt-backspace doesn't work. Lovely. [00:23] er... wait, I was hitting backSLASH. [00:25] I should never, ever be able to see this in XEV: === DanaG1 is now known as DanaG [00:26] What I was going to say: [00:26] XEV should never see the terminate_server key. [00:29] ah [00:29] well, debugging those bits can be like alice down the rabbit hole [00:30] first, an embarrassingly high number of symptoms can be worked around simply by rebooting [00:30] second, if you have resumed, be aware that linux+hal quirks often are ignored (!) [00:30] Even if I restart the hal daemon? [00:31] And unload and reload psmouse, too. [00:31] yes, that's how i discovered that the synaptics driver does the wrong thing post-resume _or_ post-hal-restart [00:31] ah. [00:32] Also, my "TouchStyk" (as Synaptics calls it) shows up as PS/2 Generic Mouse, so I can't do anything with it. [00:32] I wish it would fall under the Synaptics device, instead. [00:32] yes, i just went through that whole debugging shebang last week [00:32] ah. [00:32] try rebooting and seeing if that resolves the issue _or_ suspend-to-disk then resuming (after a fresh reboot, of course) [00:32] If I reboot, will the disabling middle emulation and enabling emulate-wheel work? [00:33] probably, i don't know your specific linux (:hw) quirks [00:34] i'm slowly working through a bunch of acpi (linux, mostly) and suspend-to-ram bugs [00:34] Off to try rebooting. Oh yeah, and radeon_drv has missing symbols, so I'm using radeonhd. [00:43] Odd... for some reason, I'm seeing lots of traffic between PulseAudio and my router. [00:46] Another oddity: the buttons on the pointstick are attached logically to the touchpad device, not to the pointstick device. === idleone_ is now known as IdleOne [00:54] I can't figure out why PulseAudio is flooding my network despite me not playing any audio. [00:55] .. or why netstat shows the traffic as going to my router itself, and not to the other computer. [01:18] Okay, that's even weirder: by loading psmouse with proto=exps, I got the two devices to combine into one... which actually reported itself as PS/2 Synaptics Touchpad....... [01:18] ...... and yet, HAL did not assign the 'touchpad' capability to it. [01:20] ... and the Xorg synaptics driver says: (EE) PS/2 Synaptics TouchPad no synaptics touchpad detected and no repeater device [01:20] ... even though cat /proc/bus/input/devices SHOWS the touchpad name! [01:24] hopefully you don't have what i have, meaning that /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX1_port_logicaldev_input_0 gets info.capabilities = {'input', 'input.mouse', 'input.touchpad', 'access_control'} [01:24] it makes for very, very (un)amusing loss of functionality upon hal restart [01:25] For default settings, or for exps parameter? [01:25] default settings [01:26] /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input gets { 'input', 'input.touchpad' } [01:26] The pointstick (which is, rather stupidly, no longer part of the logical touchpad device!) gets name PS/2 Generic Mouse, and capabilities input, input.mouse, and access_control. [01:27] Passing exps makes the stick fall under the the touchpad (as I think it damn well should be!)... but then the touchpad does not get the input.touchpad capability. [01:28] http://lkml.org/lkml/2003/7/6/7 [01:29] Is it really supposed to be _useful_ to have an unconfigurable stick device? [01:29] Oh yeah, and when I still had the match by input.touchpad.... it used evdev.... and the middle-emulation-disable and scroll-emulation-enable both worked. [01:30] In Windows... it shows up as one device in device manager. [01:33] oh, i presumed you were using input-hotplug [01:33] is that not the case? [01:33] I am, actually. Custom fdi files. [01:34] Do you happen to know how the synaptics xorg module actually decides whether something is a touchpad? [01:34] Apparently, it's not by name. [01:36] since we are on the touchpad subject is it possible to get touchpad to activate itself when unplugging usb mouse and then deactivate when pluggin back in? [01:38] or better yet. can I possibly use one mouse on two monitors using separate system? [01:39] DanaG: it's actually in xfree86-driver-synaptics-0.15.2/src/synaptics.c::QueryHardware() [01:40] the actual structure is synhw [01:41] this is invoked from xf86OpenSerial() [01:41] see also SynapticsPreInit() [01:43] the identification of models is in src/ps2comm.c::ps2_synaptics_identify() [01:45] IdleOne: to the former question, yes [01:46] crimsun, is the a link I can follow for directions on how? [01:47] IdleOne: no idea, i haven't searched the 'net [01:47] ok but it is doable [01:47] quite [01:47] well then [01:47] * IdleOne goes searching [01:50] http://maketecheasier.com/ubuntu-hardy-disable-synaptics-touchpad-when-typing/2008/06/24 not exactly what I want but could be useful [01:57] well hot tamales....I have a button to turn on and off the touchpad [01:57] would still be nice if this issue could be done automagically with Synaptics [02:02] hmm, I'll have to muck around in the source a bit, after dinner. (was helping set the table.) [02:02] It looks like the synaptics xorg driver assumes it will get the guest device's input directly... but then the kernel portion goes behind its back and breaks the guest device out as a secondary psmouse device. === IdleOne is now known as Bacchus [02:04] I'm going to try i8042.nomux, randomly, next time I boot. [02:38] has anyone else noticed that mp3s sound horrible in amarok on jaunty? [03:03] does anybody has a working gnome-settings-daemon (2.25.2-0ubuntu3)? [03:06] x1250: Yup, works here. [03:08] RAOF, doesn't here, bug 309602 [03:08] Launchpad bug 309602 in gnome-settings-daemon "gnome-settings-daemon segmentation fault" [Medium,Confirmed] https://launchpad.net/bugs/309602 [03:13] I'd _guess_ that deleting ~/.config/monitors.xml.desired (or, better, moving it somewhere else) would fix that for you. [03:16] uhm, I'll test that, thanks [03:27] x1250: just commented on that bug [03:27] RAOF, that fixed it :), I'll comment [03:29] x1250: So, presumably that file was corrupt. Someone should post their copy of it. [03:29] crimsun, then I have the dbg package. I have: gnome-settings-daemon-dbgsym installed [03:29] RAOF, post the corrupted file? [03:30] I still have it, I'll post it. [03:30] x1250: yes, thanks [03:37] crimsun, RAOF, I posted the file. Anyway, after restarting X, the file was not regenerated, it doesn't exist now. [04:09] argh, yeah.. radeon driver is broken. [04:10] Undefined symbol. [04:14] That pass-through thing really is lame, as long as there's no driver for the stick directly. [04:18] ... and why the heck is pulseaudio flooding the network even though I have no audio playing in any apps whatsoever on any computer? [04:32] because pulseaudio sucks? :) [04:33] constructive [04:33] joke :P [04:33] DanaG: Because you've got a RTP broadcast sink set up? [04:33] Nope. [04:33] I'm not even playing any audio. [04:34] And in netstat... it shows as going to my router, of all things. [05:03] Argh... that's so stupid: the passthrough port renders the guest mouse useless. [05:04] Instead of having it show up as a guest mouse to synclient and to the Synaptics xorg driver........ it instead shows up as a frickin' generic, untweakable mouse. Stupid. === IntrepiOne is now known as IntrepidOne [06:39] damned fglrx... anything newer than 8.543 gives a kernel panic. [07:39] anyone here able to test something in inkscape for me? [07:55] since moving to Jaunty (w/ intel 945) my TTYs are useless - all I get is some random lines which look like they're probably leftover from usplash. Is anyone else getting this? [08:04] nvm looks like Bug #301737 [08:04] Launchpad bug 301737 in linux "Can't access tty" [Medium,Triaged] https://launchpad.net/bugs/301737 [11:55] hi [11:55] I've an issue with my nvidia driver under jaunty (i know it's not stable, but just want to know if somebody knows a workaroud). everything worked well until my last dist-upgrade. Now, i've to use the "nv" driver, if i try to install "nvidia-glx-177" apt wants to remove xorg & co ... does somebody know when it'll be ok ? [11:56] it is not very important, but i'm just looking for information :) [12:03] laotseu: The nvidia driver needs to be updated for the new Xserver ABI (again). It won't be installable until then. [13:09] hi I compiled at-spi without xevie support as otherwise its registry fails to start under xorg 1.6 (which does not have xevie anymore). Now rhythmbox mmkeys plugin (mulimedia keys) fails to work (more important it nearly freezes rhythmbox). Killing at-spi fixes this though I wondered if somebody versed into key managment could enlighten me about what could be wrong when at-spi is on [13:10] so I could attempt to fix it . Or confirm that at-spi-registryd and rhythmbox plays well together when xevie support is available ( <= intrepid) [13:11] not sure what your asking [13:12] prahal_, intrepid is in #ubuntu [13:13] if rhythmbox does not stall for minutes when pressing a multimedia key on intrepid in short :) or if anyone using a non modified at-spi have at-spi-registryd running at the same time as rhythmbox on jaunty and pressing a multimedia key does not crawl his box [13:14] thanks I ll ask the pre jaunty part in #ubuntu. I am still interested in experience about the jaunty part :) [13:53] !a test [13:53] Sorry, I don't know anything about a test [13:54] mega [14:18] !test ? [14:18] Sorry, I don't know anything about test ? [14:19] !test [14:19] sigh... again? I'm busy here, I already told you it failed. [14:19] see :p it works! :D [16:26] need some quick help if posiable; I just installed a radid card with a hard drives from an existing raid [16:27] how would i go about mount the raid [16:27] nblracer: what os was the raid system running on [16:27] ubuntu is on another drive not in the raid [16:27] nblracer: 1.) what os are you currently runing 2.) what OS was the raid disks running on before you move them [16:27] on the raid it was originally win xp, [16:28] nblracer: what os are you currently running [16:28] i just want to see the data and copy over some critical files, [16:28] nblracer: was it hardware raid or software raid [16:28] ubuntu.8.1 [16:28] nblracer: then you are in the wrong channel, this is for 9.04 discussion [16:29] nblracer: you need #ubuntu for support [16:29] hardweare promise fastrack tx2000 [16:29] the raid bios found the drives and recognize the raid [16:29] nblracer: you need #ubuntu for support [16:30] bah i new you would say that, but my question gets lost in the thousands of people in that channel [16:30] nblracer: you need #ubuntu for support [16:30] nblracer: And yet you are offtopic for this channel. [16:30] i know [16:30] nblracer: Keep the question to one line and ask in #ubuntu [16:33] no idea if my question is offtopic too... I just installed jaunty alpha2 x86_64, did anybody manage to get skype working? [17:04] updated from intrepid to jaunty in vbox (normal install just hangs) but the modules are out of date. >.>\ [17:08] mount -t nfs is timing out. dmesg shows: [41490.228101] rpcbind: server localhost not responding, timed out; [41490.228184] RPC: failed to contact local rpcbind server (errno 5). [17:08] I installed the same packages on ibex, and I get what is needed. [17:09] is this something to report, or does something else now need to be installed? === ZehRique_ is now known as ZehRique [17:49] hey [17:49] is there anything broken in today's jaunty? [17:55] bobesponja: plugging in a usb drive doesn't get a /dev node [17:56] does that qualify as broken? [17:56] CarlFK: yes, but I don't use usb drives that much [17:58] mmm, some of the symlinks in /usr/lib32 are broken [17:58] they point to outdated versions [18:00] pbor: is it useable? [18:00] seem usable so far [18:16] bobesponja: it's a development version there are lots of breakages [18:20] ikonia: yes I know, I've run on ubuntu+1 many times but I usually wait for beta1 :) [18:33] so why are you asking if anything is broke it doesn't matter if it's broke now, it will break [18:38] I'm just asking if there is anything that is really badly broken, people ask this all the time in this channel [18:39] bobesponja: xserver [18:41] a fair few things, [18:42] I guess so, but nothing that will stop my system from booting, sometime libc is broken and it won't even boot === IdleOne is now known as SantaOne [18:44] try it ? [18:44] thats the whole point [18:45] whats stable for one guy maybe a failure for the next === SantaOne is now known as IdleSanta === DBO is now known as DBOhoho [18:47] no shit man, I'm downloading right now, just asking in the main time ok? that's what this chan is for [18:48] i don't think that's what this channel is for === IntrepidOne is now known as IntrepidElf [18:49] unless you mean "what can I help fix" [18:58] https://bugs.edge.launchpad.net/ubuntu/+bugs?advanced=1 how do I search for "usb" in jaunty? [19:01] CarlFK: that would be a REALLY long list.... [19:01] better use Google and be more specific! [19:01] BUGabundo1: well, by checking a crap load of check boxes, I got 28 bugs [19:01] im not sure what you think I am searching for [19:02] I don't [19:02] just caught the tail of your message [19:03] plugging in a usb drive doesn't get a /dev node [19:03] humm [19:03] trying to see if that has been reported [19:03] change port! [19:03] better yet, change usb chipset port [19:03] it happens to me a lot! [19:03] don't know why, but some ports, some times, miss the juice to work [19:03] [169924.564516] usb 5-2: new high speed USB device using ehci_hcd and address 2 [19:03] [169924.701121] usb 5-2: configuration #1 chosen from 1 choice [19:04] I get that.. lsusb shows it [19:04] maybe the disk is dead? [19:04] and I did even change from onboard to a pci card [19:04] it happens [19:04] nope, moved the disk back to a ibex box, works fine [19:05] plugged in a thumb drive, works fine [19:05] humm what can I tell you... the world is strange! [19:05] " No results for search usb" [19:05] thats the problem I am looking for help with :) [19:06] the other day I couldn't connect an usb pen on either port... but it worked on XP [19:06] humm stupid idea CarlFK: have you rebooted with it plug in? [19:06] or even tried the recovery console kernel ? [19:07] some times it helps... its no fix, but a quick remedy [19:07] that will not help me see if anyone has reported it... [19:07] hehe [19:07] * BUGabundo1 asks: email me your disk and I'll test it! ROFL [19:08] CarlFK: http://www.google.pt/search?q=bugs+launchpad+connecting+usb+will+not+mount+it&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:unofficial&client=firefox-a [19:08] make the query BIGGER [19:08] let me know when you are done looking at all those [19:09] ROFL [19:09] I won't! [19:09] you will if you wanna find a dupe [19:09] LP search sucks! [19:09] but then again [19:09] then that needs to be fixed too [19:10] Kernel team usually want linux bugs to be filed separatelly [19:10] just $ ubuntu-bugs -p linux and add your syslog [19:11] or nag the guys and galls at #ubuntu-kernel for required debug data [20:12] hi, anybody else encountering gnome-thumbnail-font using all cpu until killing? I wonder if it is worth reporting or is one of not easy to miss bugs [20:40] is ubuntu switching to lilo [20:50] bobesponja: why? [20:51] TheInfinity: I'm upgrading and it is asking me to run liloconfig even though I didn't have it installed [20:51] hmm. perhaps a bug / double installed package / whatever? my jaunty has no lilo atm ;) [20:56] any idea what I need to install to get mount -t nfs working? [20:57] i think this is relevant: "rpcbind: server localhost not responding," [21:16] CarlFK: portmap installed? nfs common installed? [21:17] portmap is already the newest version. ;nfs-common is already the newest version. === Seeker`_ is now known as Seeker` === jussio1 is now known as jussi01