update: I went to the AMD/ATI website and downloaded the proprietary driver. We're back in business, but my screen seems a bit darker than usual and the fonts are smaller than what I remember..Whew!...
Type: Posts; User: lsutiger; Keyword(s):
update: I went to the AMD/ATI website and downloaded the proprietary driver. We're back in business, but my screen seems a bit darker than usual and the fonts are smaller than what I remember..Whew!...
I went back a few kernels until I was able to get to the desktop, which was in low graphics mode (not recovery). I removed the fglrx driver, rebooted and was able to boot into the latest kernel. I...
I have had this installation working for about a year so far. I did a shutdown then restart and now I am seeing the splash screen then a blank screen with no activity on the hard drive. There were no...
OK, I almost got this running, but not 100%. I have a server I log into using scoansi-old. How can I modify this script to reflect the correct commands for the function keys? Is there a way to...
Sorry for being an A-hole! But it was in the official ubuntu wiki...How was I to know different?
This should have been updated by those who regulate this system....just saying.
Oh I forgot to say...
bump
This is strange, I think. I looked up the repositories in the update manager. Attached is the screen shot. You can clearly see that libreoffice is there. I then did a search through the sources.list...
Yes
I followed the instructions to add the PPA for 10.04 from this link. After going through each step, I go to the software center, but libreoffice can not be found. So I try via CLI and get a message...
Opened with vi...had a special character in there "^M". Removed and works now!
#!/bin/bash
shopt -s nullglob
cd /home/brian/orders
for f in *.prn
do
echo "working on $f"
FILENAME=$f
STR=$(echo `expr index "$FILENAME" "."`)
done
exit
nano
Ok, I changed interpreter line (which I shouldn't have to) from #!/bin/sh to #!/bin/bash and now I am receiving the following error:
"bash: /home/brian/bin/orderprn.sh: /bin/bash^M: bad interpreter:...
I have a small script where I am receiving an "No such file or directory" error. I have attached two screen shots. The first one shows the directory listing with the script highlighted, and shows...
Thank you!!
Fixed by using adcde...thanx for all the help posers
I just bought a 3 CD set (John Digweed - Structures 2) and I am trying to rip it to my hard drive. I started with CD #1. In Sound Juicer, it listed all tracks for the 3 CD set on CD #1....scratching...
OK Thanks!
I woke up this morning to an error with the update manager:
ailed to fetch http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/dists/lucid/main/binary-i386/Packages.gz 404 Not Found
Failed...
Thank you for your quick response. The was an update available this morning through update manager.
There is a known bug in Thunderbird v 15.0 that has been fixed in v 15.0.1.
When will this version be available in the Ubuntu repositories?
OK - I took the easy route and swapped wireless cards. On wireless now :)
Thank you for all of your help.
I do have a hardware switch (FN + F3), but it does not work (ie - nothing happens when I push it).
I have tried the following from a post @ askubuntu.com:
Edit...
Yes:
# PCI device 0x168c:0x002a (ath9k)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:00:00:00:00:00", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"...
Also from iwconfig:
wlan0 IEEE 802.11bgn ESSID: off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr: off Fragment thr:...