about 12 hours ago - No comments
Hi I am trying to configure my bluetooth mouse, I installed gnome-bluetooth and bluez tools when I search for devices the mouse is found and it’s address is detected, but when I press add, it just can’t be added. The error is: “Didn’t receive a reply” The strange thing is that I tested kubuntu a couple of weeks ago, and it detected the mouse just fine, after that I installed ubuntu and it was working too. But I did a complete reinstall of ubuntu a couple of days ago and it’s not working
about 12 hours ago - No comments
I can’t use Virtualbox with network mode : Host-only Adapter because the interface vboxnet0 is not created. I think this is something related to dkms , and if i go from virtualbox menu to File-> Preferences-> Network and try to ad host-only interface i get the following : Failed to create the host-only network interface. Failed to execute ‘VBoxNetAdpCtl add’ (exit status: 768).
about 13 hours ago - No comments
I’ve been using (solely) Linux for a few years on this laptop without problem. One night my internet disconnected on Sabayon and I assumed it was the router. -Then I noticed my MacBook and desktops were working fine.
about 13 hours ago - No comments
Hi, I have now got 10.04 running on a PowerBook G4. Nice.
about 14 hours ago - No comments
Hi Ok well having been switching around to a lot of differant distros from ubuntu (realized its not a real distro) anddiscovering KDE is amazing i came to linuxmint 9 KDE and so far its my favorite KDE distro. However in every KDE disto i have tried i cantconnect to my wireless network. I can connect to unsecured networks but when i try to connect to my WEP encrypted wireless network i get stuck in a loop
about 1 day ago - No comments
Hi all, I have MythTv installed & had it working wholly on the one machine. I also use this machine as a general desktop computer with Gnome.(Ubuntu 10.04) I recently tried using Mythmote from my Android 2.1 HTC Desire.I had also ticked the box for scanning all media, dvd etc. I don’t know if this caused the problem.
about 1 day ago - No comments
I checked yum and i do have gcc, here is the error I get when attempting to install my network card driver: isconnect alternative devices: (done) [ OK ] Unload alternative driver (done) [ OK ] Create tmp dir (/tmp/Sk98IlRWbqmWJidNPYOlhIHmO) [ OK ] Check user id (0) [ OK ] Check kernel version (2.6.33.3-85.fc13.x86_64) [ OK ] Check kernel symbol file (/proc/kallsyms) [ OK ] Check kernel type (SMP) [ OK ] Check number of CPUs (4) [ OK ] Check architecture (found) [ OK ] Set architecture (x86_64) [ OK ] Check compilerwhich: no gcc in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) (not found) [ failed ] You have to install the gcc compiler.
about 1 day ago - No comments
!– [DocumentBodyStart:18a9d519-395a-4579-8280-3fde44e67ec0] –div class=’jive-rendered-content’pi feel like i have been conned by Mcafee.#160; I have spent nearly #163;90 in the past 14 months on virus protection but i keep being asked to renew my license.#160; I have one subscription and two licenses, I use one laptop………. my sister connects through my network, i had to purchase a license for her laptop even though Mcafee isn’t even intsallled…another #163;10, no one from Mcafee has bothered to contact me regarding this eventhough i have sent 5 emails./pp style=”min-height: 8pt; height: 8pt; padding: 0px;”nbsp;/pptoday i am doing a reinstall, if Mcafee haven’t contacted me by 4pm, i am going to another company as i have been ripped off/p/div!– [DocumentBodyEnd:18a9d519-395a-4579-8280-3fde44e67ec0] –
about 1 day ago - No comments
Hi guys, I have a question. I have 2 desktops, 1 windows 7, and the other is Fedora 13. I also have a NAS installed on the network.
about 1 day ago - No comments
I am trying to compile fortran code using a make file and source code file copied from our /home/programs/ area to another location on our network (abra/bin), but haven’t been able to do so due to problems with referencing subroutines. The original make file looks like this: program: program.f f77 program.f -o program -L/home/programs/lib -lfmeta -lxyzutils When trying to execute the make file, the error message I get is: f77 program.f -o program -L/home/programs/lib -lfmeta -lxyzutils /usr/bin/ld: cannot find -lfmeta collect2: ld returned 1 exit status make: *** [program} Error 1 I’ve tried a few ways to get the make file to find the subroutines, but can’t get anything to work. The subroutines by the way are in the form of compiled binary files (ie