=== Guest7983 is now known as sambaguy === Guest85432 is now known as IdleOne === angel1404lts is now known as Angel1404lts [01:49] hello. can anyone please link me to the article that shows how to install drivers for my Broadcom wifi card? I've looked and cannot find, I'm sure I'm just looking in wrong spot [01:54] !bcm | xubuntu13w [01:54] xubuntu13w: Help with Broadcom bcm43xx can be found at https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx [01:57] that's it, thanks a lot! [01:58] Sure. === sekrit is now known as CIA === jbermudes_ is now known as jbermudes [03:50] Hey all [03:51] So I'm working on something funky, trying to make xfce4 behave like i3wm keyboard shortcut and window manager wise, I've managed to set my hotkeys how I like for the most part with the workspaces, but I can't set i3 as my Window Manager. Is there a way to make xfwm4 behave like i3wm so that it automatically tiles windows? [03:52] I can't get XFCE4 to run with anything other than stacking Window Managers === Guido is now known as Guest87880 === Guest73238 is now known as downtime [10:04] I have some problems with conecting to shared folders on an XP home. the conection is rejected [11:03] is there any way to revert a partition write [11:05] once the lvm header is erased its all gone? [11:12] unadvertant overwrite of the lvm [12:23] Hi all, And thanks in advance for any help. I have again tried Xubuntu... The install is great, it boots clean, great work. [12:23] My only issue is [12:24] I can not get a stable video feed from my Windows MMS video server. [12:24] VLC runs for 30 seconds and stops, tried again, comes back, but without audio. [12:25] Any ideas please ? [12:29] OK, Thanks. === dreamon__ is now known as dreamon === Guido is now known as Guest3003 [15:47] Hello, I can't conect my samba (XP) printer to linux. something wit samba by the cabs is missing or at the wrong place [16:22] who can help me fixing a problem with a samba printer? [17:18] How to get my bluetooth speaker connect? It pairs but does not connect. [17:20] blueman-assistant tells "Device added succesfully, but failed to connect" [17:21] blueman-manager tells "Connection Failed: DBusFailedError: Resource temporarily unavailable..." === namespace is now known as nmspc_ghost === nmspc_ghost is now known as namespace [18:27] I have a problem with a samba (xp) printer. i get the errormessage Gestopt - Backend /usr/lib/cups/backend/smb does not exist! The comand sudo ln -fs /usr/local/bin/smbspool /usr/local/lib/cups/backend/smb does not work [18:47] Guido1: Remove the symbolic link and install the smbclient package [18:48] genii: what are the comants? [18:49] genii: i have the normal sambaa installed [18:50] Guido1: sudo rm /usr/local/lib/cups/backend/smb then: sudo apt update && sudo apt install smbclient [18:51] genii: "/usr/local/lib/cups/backend/smb"does not exist [18:52] instalation running [18:53] how can i check it? in the printer settings i still see "Gestopt - Backend /usr/lib/cups/backend/smb does not exist!" [18:56] Guido1: Close all the printer stuff, then: sudo service cups restart [18:56] ( alternately, just reboot) [18:57] still the same in the print manager [18:59] Probably cached [19:00] Guido1: Try a reboot instead. I'll still be here [19:02] will do it in a second [19:06] back [19:06] and still have Gestopt - Backend /usr/lib/cups/backend/smb does not exist! [19:08] Guido1: What says result of: ls -l /usr/lib/cups/backend/* [19:09] genii: http://paste.ubuntu.com/15955025/ [19:15] Hi guys, I am trying to listen songs from my PC via bluetooth to my bluetooth headset but I am having issues. I don't hear anything.. [19:19] Guido1: The symlink was not removed. [19:20] Guido1: sudo apt purge smbclient && sudo rm /usr/lib/cups/backend/smb && sudo apt install smbclient [19:20] genii: i enterd the comand so and it says that it does not exist. a bit strange [19:21] Apologies on lag, I'm at work and being asked to actually do some work :) [19:23] * genii slides Unit193 a fresh coffee [19:24] :) [19:26] genii: it says again that /usr/lib/cups/backend/smb can't be removed as it does not exist [19:28] genii: however, it seams that it is removed now. [19:29] genii: but after restarting the cups i still have the same error message [19:29] It seems that it is correct for /usr/lib/cups/backend/smb to point to /usr/bin/smbspool but that smbclient package does this automatically when it gets installed [19:30] now there is no smb in the map [19:32] Guido1: Earlier you used a different path. What is the result of: ls -l /usr/local/lib/cups/backend/ [19:32] genii: does not exist [19:33] OK [19:33] Guido1: Sorry, fresh out of ideas at the moment [19:33] Guido1: As you can see at http://packages.ubuntu.com/wily/amd64/smbclient/filelist the smbclient package is what installs the things which your CUPS says is missing [19:34] looks like it is looking for /usr/lib/cups/backend/smb [19:34] maybe try to install it again [19:34] and remove before compleetly [19:39] genii: or may smb link to a non existing place? [19:40] Guido1: What is the result of: ls -l /usr/bin/smb* [19:41] genii: http://paste.ubuntu.com/15955469/ [19:42] Nope, it exists [19:42] Conceivably the file refers to shared libraries whish are not there [19:43] you mean the printer is not there? [19:44] Guido1: It's tedious to do, but if you get a list of what shared files /usr/bin/smbspool uses, then you can look in those directories and see if all the files it refers to are actually there. [19:45] Guido1: ldd /usr/bin/smbspool ...will tell you the shared libraries it wants to use [19:45] genii: http://paste.ubuntu.com/15955537/ [19:46] any files are suspicious or more likely to cause troble? [19:48] Guido1: Those are the shared files it wants to use to operate. As you can see they are all in /usr/lib/x86_64-linux-gnu subdirectories. So the idea is go down the list file by file and see if they actually exist there in those directories where smbspool thinks they are [19:50] genii: yea, will do that. was hoping you had an idea which files are likely to be wrong so that i can start looking for those first [19:54] Not offhand, sorry [19:54] Probably a way to script the searching but I don't have time to write such a thing right now [19:55] don't see libsmbconf.so.0 [19:55] ah, cheked the wrong folder [19:58] don't see libc.so.6 [20:01] don't see libpthread.so.0 [20:01] genii: libtime-basic.so.0 [20:02] libbsd.so.0 [20:03] oh, different place ... [20:06] Hi guys, I am trying to listen songs from my PC via bluetooth to my bluetooth headset but I am having issues. I don't hear anything.. [20:06] arunpyasi, consult a medical doctor if you have hearing issues [20:06] :P [20:07] knome: hehe. are you comedy me ? [20:07] arunpyasi, of course i'm joking... [20:07] knome: BTW, good answer :D [20:07] arunpyasi, maybe share some details; what's wrong with the headset? [20:07] knome: is your nick mixture of KDE and Gnome ? :P [20:08] i mean, does it connect correctly, does it work with other devices... [20:08] arunpyasi, nope. [20:08] knome: yeah, it does work with other devices. [20:08] Guido1: ls -l $(ldd /usr/bin/smbspool|cut -d' ' -f3 ) seems to work [20:08] I think I have bluetooth issue with my PC running xubuntu [20:08] (not that i'm able to help much with bluetooth stuff, but for others who might) [20:10] Guido1: If there are files which are missing, then to search for those on the "Search contents of packages" part of http://packages.ubuntu.com/ [20:16] genii: looks like libtime-basic.so.0 is missing [20:19] Guido1: Weird, can't find it at http://packages.ubuntu.com/ [20:20] dpkg -S on my box here says it comes from the package samba-libs [20:22] genii: output of ls -l $(ldd /usr/bin/smbspool|cut -d' ' -f3 ): http://paste.ubuntu.com/15955952/ [20:23] genii: everything seams to be there [20:24] genii: will do another reboot [20:28] genii: back [20:29] still have Gestopt - Backend /usr/lib/cups/backend/smb does not exist! [20:30] genii: why the heel is linux always switching the printers off??? [20:30] No idea :( [20:31] now it says inactief [20:32] genii: now i have "Aan het verwerken - Unable to connect to CIFS host, will retry in 60 seconds..." [20:33] if i want to change the path i have to enter some kind of user name and pasword [20:34] That would be the username and password on the XP machine the printer is connected to [20:34] also can't open any files on the xp machine [20:35] genii: on the xp there is no pasword set. [20:36] Guido1: Sorry, I'm out of ideas on where to try looking next [20:37] maybe i have to get my 89/xp dual boot working again ... [20:38] also i'm not promted for any pasword if i try to open files. just get the message that it is rejected [20:41] genii: as path I use smb://Yi/BrotherDCP. [20:41] Might need the IP instead [20:42] genii: worked when the printer was conected to the dual boot. was thinking about capital leters etc. [20:45] genii: don't remember how i set it up with the pasword issue [20:48] * genii makes more coffee === arun_ is now known as Guest91284 === Guest91284 is now known as arunpyasi