Search Results

Search: Posts Made By: Deluge
Forum: Hardware 09-17-2013
14,854
Posted By Deluge
Sure. $ lsmod Module Size...
Sure.

$ lsmod
Module Size Used by
pci_stub 12622 1
vboxpci 23194 0
vboxnetadp 25670 0
vboxnetflt 23479 0 ...
Forum: Ubuntu 09-15-2013
5,312
Posted By Deluge
[Solved] Launchers Not Launching
Some of my .desktop launchers aren't working. When I try to execute it from the main menu nothing happens. When I try to launch it from a terminal I get the following:
$...
Forum: Hardware 09-14-2013
14,854
Posted By Deluge
$ lsmod | grep -i blue bluetooth ...
$ lsmod | grep -i blue
bluetooth 228619 23 bnep,hidp,btusb,rfcomm

--- Edit ---

Here are some interesting events:

I installed KDE and GNOME desktops to see if I could get...
Forum: Hardware 09-13-2013
14,854
Posted By Deluge
$ uname -r 3.8.0-19-generic I was thinking...
$ uname -r
3.8.0-19-generic

I was thinking it was a driver/module problem, sorry if I didn't clarify. Are the Linux bluetooth drivers built against the kernel?
Forum: Hardware 09-13-2013
14,854
Posted By Deluge
Bluetooth Dongle Pairing but Not Connecting (Linux)
I have been trying to get bluetooth working correctly on Linux for a while now. I am using two systems that are having identical issues: Linux Mint 15 64-bit & Ubuntu 13.04 32-bit. Both are using the...
Forum: Linux 08-23-2013
2,666
Posted By Deluge
Bodhi Linux...
Bodhi Linux (http://distrowatch.com/table.php?distribution=bodhi) is supposed to be very light weight with minimal applications installed. It's based on Debian/Ubuntu. It's main apt repository...
Forum: Programming 11-13-2012
4,621
Posted By Deluge
I recompiled libtool/libltdl as a shared library...
I recompiled libtool/libltdl as a shared library and it fixed the problem. However, I have a new problem during compilation:

../../libguile/threads.c: In function 'to_timespec':...
Forum: Programming 11-07-2012
4,621
Posted By Deluge
MinGW - Trouble Compiling Guile
This question is not about programming but compiling with GNU GCC/Make. I am not on a UNIX machine but am using the UNIX-like environment MSYS with MinGW for compiling. The problem that I am having...
1,622
Posted By Deluge
Make sure that "x=0" not "x=o".#! /bin/bash ...
Make sure that "x=0" not "x=o".#! /bin/bash

x=0

while [ ${x} -ne 2 ]
do
echo "hello ${x}"
x=$(( x + 1 ))
done
10,222
Posted By Deluge
Here's my input:#! /bin/bash TODAY=`date` ...
Here's my input:#! /bin/bash

TODAY=`date`
TODAY=${TODAY:0:16}

FOUND=false

while read LINE
do
if [ "${TODAY}" == "${LINE:0:16}" ]
then
FOUND=true
fi
done <...
Forum: What is on Your Mind? 12-16-2011
5,349
Posted By Deluge
Mega Man 2 - Dr. Wily Stage 1 by SongeLeReveur ...
Mega Man 2 - Dr. Wily Stage 1 by SongeLeReveur
g0MLscghcN4
Forum: Programming 12-16-2011
2,382
Posted By Deluge
bbb.py:import sys, aaa a =...
bbb.py:import sys, aaa

a = aaa.FoundA(sys.argv) # sys.argv is a list of all args past to script

if a:
print 'Found argument "-a"'
else:
print 'Argument "-a" not found'aaa.py:def...
Forum: Linux 12-15-2011
1,861
Posted By Deluge
BSD Variant of ar (The Archiver)
A while back I posted about trying to find the BSD version of ar (The Archiver):
https://www.unix.com/linux/136258-where-can-i-find-ar-archiver-bsd-variant.html

I was given a link to the source,...
Forum: Debian 12-15-2011
4,116
Posted By Deluge
This problem looks familiar, and I think you are...
This problem looks familiar, and I think you are right, the package database is corrupted. But I can't remember which files it deals with. You can try this and see if it works:
sudo mv...
Forum: Ubuntu 12-15-2011
1,820
Posted By Deluge
It's probably a display driver issue. I'm not...
It's probably a display driver issue. I'm not sure exactly how you could fix it since Ubuntu needs to install to get the correct drivers installed. Do you get any kind of boot up options at all that...
Forum: Linux 05-14-2010
3,601
Posted By Deluge
Thank you, I have compiled it and (after some...
Thank you, I have compiled it and (after some editing the source) I have a working bsd variant on Ubuntu Linux.
$ ./ar --version
BSD ar 1.0.2 - libarchive 2.6.2

---------- Post updated 05-14-10...
Forum: Linux 05-13-2010
3,601
Posted By Deluge
Where Can I Find the ar Archiver BSD Variant
I've been trying to get my hands on the source for the BSD variant of the ar archiver, but have not been able to find it anywhere. Does anyone know where I can get it?
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 07:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy