A devoted MS Windows user gives up all his Windows machines to explore Ubuntu 6.1 Linux for 30 days. If I can't figure out how to do it with Linux I just won't do it. (This was from Nov 1 to Dec 1, 2006, I have continued to use Ubuntu beyond those 30 days and now will try to post how-to's, help, and other Linux (Ubuntu) thoughts here)
Saturday, May 15, 2010
Adding 2nd Harddrive & Making it Mount on Boot
Problem #1; After updating to Ubuntu 10.04 my computer would go to a black screen and lock the computer after 5 minutes. Once you press any key or move the mouse you would have to enter your password to continue. This was a pain is the ass. I wanted this turned off or I wanted more time before it kicked in.
Solution; Goto SYSTEM-->PREFERENCES-->SCREENSAVER. Once there, UNCHECK the "Lock Screen Screen When Screensaver is Active" to turn this "feature" off. If you still want the SCREEN LOCKED but want more time, just set the screensaver to take longer to start by dragging the slider until you get the delay you want.
Problem #2; Adding a 2nd Hard Drive. This was easy but making it MOUNT (show up) on a reboot was a problem. It would show up under the HOME menu and I would have to click on it every time I want to use it. This was bad since I wanted to move the MUSIC, MOVIE, PICTURE directories to it. Ubuntu was basically treating this 2nd internal hard drive like a removable one.
Solution; I installed a 2nd hard drive and made sure it was showing up in BIOS. I then booted into Ubuntu 10.04 and went to SYSTEM-->ADMINISTRATION-->DISK UTILITY. This showed a list of all Hard Drives, Flash Drives, CD and DVD Roms that I have installed in my computer. The new hard drive was listed under PATA HOST ADAPTER. I Clicked on it and it showed me more information than I would ever need to know about my new hard drive. I clicked on the FORMAT DRIVE (Erase or Format the volume) option. This let me pick a partition size and format type. (it defaults to a linux ext3 and selects the whole drive, which is good if your only running Linux, I'm not) The new drive is a 1.5 TB drive and I wanted 300gb unpartitioned and the rest (1.2 TBs) formated in FAT32 so that Microsoft Windows can read it too. So I used the slider to set the size of the partition to 1.2TBs and used the drop down to select FAT or FAT32 as the format type. I also picked MASTER BOOT RECORD as the structure type (MBR is compatible with MS Windows). I then typed in a name for my new hard drive (this is what it will show up as under your PLACES and on your DESKTOP). Once this was done, there was a slight pause and a graphical representation of my partitions (one FAT32, one FREE) showed up. I clicked on the FAT32 picture (well really a grey box) and then clicked on the MOUNT VOLUME option. That was it, I closed DISK UTILITY and my new hard drive was on my desktop. I then rebooted the computer to see if it would stay. It didn't :-(
To make it show up after a reboot or a boot for that matter, you have to add a setting to a startup file called FSTAB (fstab, lower case, is it's real name). To edit FSTAB goto APPLICATIONS-->ACCESSORIES-->TERMINAL. At the prompt TYPE cd .. (press enter) TYPE cd .. (press enter, yes do it twice and it is two dots). TYPE cd etc (press enter) TYPE sudo gedit fstab (press enter). TYPE your password (press enter). This should navigate you from HOME/YOURUSERNAME directory to the SYSTEM/ETC directory, start the program GEDIT in ROOT MODE and open the FSTAB file for editing. Go past the last line in the FSTAB file (you should be on a blank line) and type the following
/dev/sdb1 /media/sdb1 vfat rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8, umask=077,flush 0 0
It will end up on two lines but don't hit the enter key to make it, let it do it on it's own. Those are zeros at the end. There is a space between vfat and rw. Now SAVE FSTAB and your done.
NOTE: My new hard drive got the device name sdb1 yours might be different. You must replace my SDB1 with your device name. DISK Utility will give you this name after you hit the MOUNT VOLUME option. It will read something like "Mounted at /media/sdb1". This is for FAT32 ONLY!! For Linux (ext3) it would read:
/dev/sdb1 /media/sdb1 ext3 default 0 0
Whoever wrote the DISK UTILITY program might want to include an option like a simple check box that says "mount at boot" and do this work for you.
Wednesday, May 07, 2008
Did Ubuntu release a Service Pack?
I've fixed both problems I've encountered thus far and I like some of the added touches. This release gets an "Upgrade to it" raating or a "Start with this build" award from me.
NOTE: Boot times seam better and shut down times are faster.
Sunday, April 27, 2008
Upgrade From 7.10 to 8.04 LTS Hardy Heron
Big Problem 1. Upgrading broke my SUDO command. You get an error "unable to resolve host YOUR-COMPUTER-NAME" every time you type SUDO in a terminal window. After hours of poking around I found that you have to go to SYSTEM-ADMINISTRATION-NETWORKS then the HOSTS tab, find your MachineName * in the table and delete anything after it on its line in the table, including the period. For some reason 8.04 does not like your domain or network name after your MachineName in the HOSTS table. This breaks SUDO.
* NOTE - This is your loopback or home address 127.0.0.1
Big Problem 2- No matter what you select during the upgrade install, your wireless network will break if you have a Broadcom Chip set. To fix it you have to unblack list the Broadcom Driver by typing in the terminal "SUDO GEDIT /etc/modprobe.d/blacklist" just add a "#" in front of the last line "blacklist bcm43xx" then save it (when done it should read " # blacklist bcm43xx"). Then goto SYSTEM-HARDWARE DRIVERS and enable "Broadcom B43 Drivers". Which will cause Ubuntu to nag you about these not being FREE drivers. Ubuntu will then download and install the Broadcom drivers (did I mention that you have to have a hardwire network connection working in order to do this). You then have to goto SYSTEM-NETWORK and select the WIRELESS CONNECTION and Properties and add your WEP/WAP key. You then shut down and unplug your wired network and boot up. If you are lucky your wireless will work. If not you will have to change to a STATIC IP. by going back to SYSTEM-NETWORK and select the WIRELESS CONNECTION and Properties and change the DHCP drop down to static IP and fill out the three lines; IP Address, Subnet Mask, and Gateway. This is just guesing but the most common choices for those three fields would be;
IP Address: 192.168.1.21
SubNet: 255.255.255.0
Gateway: 192.168.1.1
Those are just guesses. Because your router could be setup differntly which would make these numbers all wrong for you. Don't ask me why I choose 21 as the IP address, it just seams like a nice safe address..
* NOTE: You have to solve problem #1 to fix #2 because you will need the SUDO command to fix problem #2.
Minor Problem - The update for some reason puts FireFox 3 BETA 5 on your machine. Why would you promote Ubuntuv 8.04 as a stable LTS release and install Beta software. I think you should have installed the stable release and let the end user upgrade when Firefox 3 Final ships.
Conclussions:
I have fixed everything I've mentioned as of today. I don't know why problem #1 happened. Problem # 2 should turn out to be a blessing. Ubuntu has started offering NON-FREE-SOURCE drivers that just make your hardware work out of the box. I hope with the addition of the BROADCOM WIRELESS DRIVERS I will no longer have to spend two days fixing them after a new Ubuntu release. I'll admit, "Free would be better, but working is Nice!". One last thing before I go, there was a warning about CUPS (printers) during the install I told it to leave my old CUPS alone. This seams to have worked because I printed to a 7.10 machine's shared printer tody without any problems. So far the only sour note is that FireFox 3 Beta 5 has crashed twice while playing YouTube Videos. Thanks BETA Software.
Sunday, November 04, 2007
Gutsy Gibbon
1. Sharing of a printer
2. NTFS partition access
3. Wireless Network Card worked without resorting to a command line.
4. Use of the priority drivers.
Because of the NTFS support it makes a duel boot machine much easier to do. You can keep your data on the NTFS partition and both OSs can see it.
Not having to resort to the command line just to get my wireless network working was nice. If you've read this Blog you will remember that I almost removed Linux from my laptop because of the difficulty of getting wireless to work.
The inclusion of the priority drivers (video, mp3, WMV, etc..) has kept me from having to put Automatix back on either machine. And speaking of this why all the STUPID warnings about using these drivers/codex? They work, they are needed, and they will help Linux grow. I think the way the warnings about their use are presented were intended to SCARE the very users who need them the most away from using them. Ubuntu should have just shown both drivers and let the end user decide WITHOUT THE WARNING. The Warnings reminds me of something Microsoft would do (Genuine Advantage anyone?).
Over the year that I have been using Linux (Ubuntu) I have come to like it and use it on three machine. With every update Ubuntu gets better and better. The problem that Linux has to over come is it's dependence on the command line. The command line needs to become a Power User Feature not the main way to do things. There are still too many tasks that require the command line. If the next release of Ubuntu did nothing other than make GUI's for every command line function it would begin to be an easy replacement for the joke that is Vista.
Tuesday, October 23, 2007
Gutsy Gibbon Killed my Beryl Install
sudo aptitude install
compizconfig-settings-manager
Since I don't want to turn it back on I haven't tried it but here's a video of it in action if your interested.
Gutsy Gibbon Sharing a Printer
Well I've upgraded both the Desktop and the Laptop to Gutsy Gibbon and decided to try to share the printer again. I figured I was in for another fight but when I went to SYSTEM - ADMINISTRATION - PRINTING I was presented with this screen:

A couple of notes:
1. I had already installed the printer and had it working locally under Feisty on the Desktop.
2. I had installed and connected the Laptop directly to the printer once under Feisty so the drivers were already on the Laptop too.
3. I had fought with CUPP and tried so many things I've forgotten most the ones I did try under Feisty (I never did get it to work).
4. Under Gutsy all I did was check the blocks and it worked.
5. I will try to get MS Vista to connect to the printer later this week.
Monday, October 22, 2007
Ubuntu Gutsy Gibbon 7.10 Upgrade
I've stuck with Ubuntu throughout this trial and I've installed it on two machines, a laptop and a desktop. I use both of these machines on a daily basis (I've given the desktop to my wife and she uses it mostly). I've kept both systems updated and upgraded. I started with Dapper Dan, switched to Edgy Elf then upgraded to Feisty Fawn as soon as it was released and today I've upgraded both to Gutsy Gibbon 7.10.
The upgrade to Gutsy was very easy and was done with no problems. There's not much to notice different about Gutsy but that's how an OS upgrade is supposed to be. If I want the UI (User Interface) to look/feel different I'd upgrade or change the UI. With an OS upgrade I expect better compatibility with hardware and tweaks that make things faster and the expansion of the feature sets that can be added (better software).
So with those goals in mind I'll look at Gutsy over the next few days and let you know what I think about it. Then I plan to do a "One Year with Linux" post and compare it with my "One Year with Vista" experience.
So far I have noticed that Gutsy did a better job upgrading my notebook than Edgy. Edgy messed up my wireless card when I upgraded and I had to spend two weeks without it before I finally fixed it. Gutsy got it right on the first boot.
Under Edgy I couldn't get my HP Laser Jet 1100 to work as a shared printer on the desktop machine but Gutsy promises better printer function so I'll try again over the next few days.
Monday, August 06, 2007
Updated The Links
Thursday, July 12, 2007
Six Months of Linux
To be honest I had tried Linux before but never did get any use out of it. I think it was SUSE Linux 6 or 7. I couldn't get it to work with my MS Windows network, couldn't get online with it or do anything productive. To be fair I didn't give it a real chance. I installed it, played with it for a few days, then never used it again.
My friend works in the IT field and told me that Linux had changed since I last tried it. He told me that there was a Distro that he liked called Ubuntu. Well I just happen to have a Dell box laying around that needed it's OS reinstalled, so I took a chance.
I decided to give it a try but remembering back to my first Linux experience, I decided to force myself to use it for 30 days no matter what problems I had. My friend was also Blogging and I thought I'd like to try that too so I decided to combine the two idea.
I forced myself to stick with my pledge to use nothing but Linux for 30 days. At first it was hard and I was tempted to cheat but never did. Every time I hit a road block I would research until I found a solution. In the end I solved every problem except one, the VPN to work, and someone has suggested a solution to that one too but I haven't had time to try it.
I thought that when MS Vista came out that it would set a new bar in the OS field and make Linux look out and tired. That couldn't have been further from the truth. Vista is such a poor OS Microsoft is having to force people to take it.
I had planed to reinstall MS Windows on this Dell box at the end of the 30 days but I had gotten used to Linux and started liking it. So seven months later Ubuntu Linux is still on this box and I've updated it from Version 6 to Version 7. I've taken XP off my old laptop and put Linux on. I've made my work laptop a duel boot Linux/XP and I am thinking about removing Vista from my new laptop and making it a duel boot XP/Linux. We will see.
Wednesday, July 11, 2007
Added a Printer but Can't Share It with Vista
Add the printer locally;
0. I had to reset my computer and change my BIOS settings under PORTS-->Parallel setting it to the EPP Mode. (I read on-line before I installed the printer and this suggestion showed up in several articles so I made the change before I started).
1. Goto SYSTEM-->Administration-->Printing
2. This will open a new window. Double Click on NEW PRINTER. Next you will be presented with a three step wizard (Add New Print Wizard)
3. Wizard Step 1. Pick either Local/Detected Printer or Networked Printer. I choose Local, then clicked the Forward button.
4. Wizard Step 2. Pick your printer Manufacture and your pinter Model. Ubuntu suggested a Printer Driver for me (ljet4). The list of printers, models, and drivers looks pretty extensive but I'm sure not every modern printer will be full supported but you should be able to find a combo that will get you working. Click Forward
5. Wizard Step 3. Name your printer, give it a "friendly" Description and a Location. The printer name is the important part here since you will have to use it if you Share it on your network. Ubuntu suggested mine be named Laserjet-1100 and that was good to me. I assume that the name is case sensitive like everything else in Linux. Click Apply
If this is the only computer that will use the printer, you are done. You can Right Click on the printer in the SYSTEM-->Administration-->Printing window and change all the default settings and paper handling options for your printer. You can also change your driver setting and printer name.
I wanted my printer shared on my network So I had to plow on. I've ran into some trouble sharing the printer. I went to SYSTEM-->Administration-->Printing then Single Clicked on my printer (selecting it) and then clicked on Global Settings and checked the Share Printers option in the menu.
I then went to my MS Windows Laptop (running Vista) and tried to add the newly shared linux box printer. I went to START-->Printers-->Add New Printer. I told Vista that it was a Network Printer and it searched for all shared printers on my network. None were found. I figured this would happen so I told Vista that I would manually enter the printer location. I typed //LinuxBoxName/Laserjet-1100 (remember the Name from Wizard Step 3 above?). Vista thought about this for a second, sent out some packets on the network, then asked me for a User Name and Password to connect to this printer. Ok, I figured it wanted my LinuxBox User/Pword. Tried it and it didn't work. I tried the VistaBox User/Pword it didn't work. Remembering how MS windows likes to have DomainName/UserName or ComputerName/UserName, I tried LinuxBox/UserName and LinuxBoxPword , it didn't work !!!
It appears that Vista can see the LinuxBox on the network and can see it's printer but the LinuxBox wants a password to access the printer. I can't figure out how to get Vista to give the LinuxBox that User/Pword. I've read about it online and saw where Linux use a program called CUPS. To access CUPS you start a Browser and type http://localhost:631/printers/Laserjet-1100 as the Address (replace Laserjet-100 with your printer name). I have explored CUPS a little and can even access the CUPS interface from the VistaBox (http://LinuxBoxName:631/printers/Laserjet-1100) but still can't add the LinuxBox Printer to the VistaBox. This is where I'm stuck.
This weekend I will try to add the LinuxBox Printer to the LinuxLaptop and see if it's just a Vista thing.
Wednesday, May 16, 2007
Installing BERYL on Ubuntu Feisty Fawn

I've got a new laptop with Vista on it and Beryl puts Vista's effects to shame. Why risk your system? Here's why (some youtube videos of Beryl in action)
INSTRUCTIONS NVIDIA GRAPHIC CARD ONLY
1. Open a terminal. Execute:
sudo echo "Beryl for nVidia installation Ubuntu Feisty 704"
This step will ask for your password and let the rest of the script run without interuptions
2. Copy and paste all the text below into the Terminal in one action.
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script
echo "deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main" | sudo tee -a /etc/apt/sources.list
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install beryl beryl-manager emerald-themes
sudo nvidia-xconfig --add-argb-glx-visuals
sudo cp /usr/share/applications/beryl-manager.desktop /etc/xdg/autostart/beryl-manager.desktop
cp /usr/share/applications/beryl-manager.desktop ~/Desktop/beryl-manager.desktop
echo -e "Logout now and then press \e[0;31mCTRL+ALT+BACKSPACE\e[0m to restart xorg"
echo "Installation completed !"
3. Logout and then press [CTRL+ALT+BACKSPACE] to restart.
Tuesday, May 08, 2007
Someone Take Out the Trash
Open a Terminal window and type:
sudo rm -rf $HOME/.Trash
I learned that you should NOT use the -f switch on whims, it will just remove (delete) whatever you tell it too without any undo or warnings.
BTW rm -r DIRECTORY will delete whole directories from a TERMINAL.
Sunday, April 22, 2007
Upgraded from 6.1 to 7.04 (Feisty Fawn)
After the three hour upgrade I was too tired to test it much, but I'll get into it soon and write about it here. I have NOT upgraded the laptop yet because one of my friends has been fighting 7.04's wireless support. I am using the laptop and don't consider it a test bed anymore so as soon as I put feisty fawn through it's paces on the test computer, I'll try it on the laptop.
p.s. I'm still working on the Pocket PC stuff
Tuesday, March 20, 2007
How to sync your Pocket PC with Ubuntu
Connect your pocket PC to your Ubuntu machine using the serial to USB cable and power on the pocket PC.
Open a terminal (Applications -> Accessories -> Terminal).
Load the USB to serial driver by entering the following command in the terminal.
sudo modprobe ipaq
Issue the following command to make sure Ubuntu detects your pocket PC.
dmesg | tail
It showed /dev/ttyUSB0
as the device name. The next step is to install the packages we need. Enter the command as shown below:
sudo apt-get install synce-dccm synce-serial librra0-tools
This command will ask you to enter the IP addresses for your pocket PC, your DNS server etc. Enter the IP address of your router for the DNS server option (where you’ll get a blank field, whereas for other options, you’ll get a default value). It’s usually 192.168.0.1, but then it depends on the router. Leave the defaults for all other IPs.
Once the installation is complete, run the following command to specify the serial port:
sudo synce-serial-config /dev/ttyUSB0
You’ll get a message that
You can now run synce-serial-start to start a serial connection.
Make sure your pocket PC is connected and on. If your pocket PC is setup to sleep after certain minutes, you may have to switch it on again. Now start the dccm daemon.
You can start it in 2 ways.
dccm -d 4 -f
where -d 4 shows debugging is enabled and -f forces the daemon to run in the foreground.
Once you issue the above command, you’ll see the following in the terminal:
dccm[xxxx]: Running in foreground
dccm[xxxx]: Listening for connections on port xxxx
where xxxx stands for some number.
Now open another terminal and issue the following command:
sudo synce-serial-start
This will start the pocket PC synchronization. If you have firewall enabled, then you might see the warning as shown below:
Warning!
You have firewall rules that may prevent SynCE from working properly!
synce-serial-start is now waiting for your device to connect
In that case follow the firewall steps below. If you don’t have a firewall, then go to Continue after Firewall.
Firewall setting:
I user Firestarter as the firewall for front end. If you are using Firestarter, then go to /etc/firestarter/ directory. Change the file permission for user-pre to rw-r—– using the following command:
sudo chmod 640 user-pre
Now edit the file using
sudo gedit user-pre
Enter the following lines in the file:
$IPT -I FORWARD 1 -s 192.168.131.0/24 -d 192.168.131.0/24 -j ACCEPT
$IPT -I OUTPUT 1 -s 192.168.131.0/24 -d 192.168.131.0/24 -j ACCEPT
$IPT -I INPUT 1 -s 192.168.131.0/24 -d 192.168.131.0/24 -j ACCEPT
Save and close the file. Change the file permission back to r–r—– by issuing
sudo chmod 440 user-pre
The above change will work only if you had gone with the default IPs while installing the packages required for syncing.
Restart the computer and open two terminals. Issue the dccm command as given above in one terminal and sudo synce-serial-start on the other terminal. Make sure your Pocket PC is on before you do this.
Continue after firewall:
Once you issue the command sudo synce-serial-start in terminal 2, you’ll see the following messages (or similar messages) in terminal 1 where you issued the dccm command.
dccm[xxxx]: Connection from 192.168.xxx.xxx accepted
info package (88 bytes):
0000: 24 00 00 00 03 00 a3 2b $……+
0008: 11 0a 00 00 00 00 00 00 ……..
0010: 61 05 f3 56 00 00 00 00 a..V….
0018: 24 00 00 00 2c 00 00 00 $…,…
0020: 3e 00 00 00 50 00 50 00 >…P.P.
0028: 43 00 00 00 50 00 6f 00 C…P.o.
0030: 63 00 6b 00 65 00 74 00 c.k.e.t.
0038: 50 00 43 00 00 00 44 00 P.C…D.
0040: 65 00 6c 00 6c 00 20 00 e.l.l…
0048: 41 00 78 00 69 00 6d 00 A.x.i.m.
0050: 20 00 58 00 35 00 00 00 ..X.5…
0058:
dccm[xxxx]: Talking to ‘PPC’, a PocketPC device of type Dell Axim X5
This shows that the system is talking to the pocket PC. The next step is to setup a partnership. You are generally allowed upto 2 partnership. I have setup a partnership with my Windows machine and one more was remaining. I used that for syncing with Ubuntu.
Issue the following command in terminal 2 to establish the partnership:
synce-matchmaker create
You’ll get a message similar to the one shown below if you are able to establish the partnership.
[rra_matchmaker_create_partnership:xxx] Partnership file not found for ID XXXXXXXX
[rra_matchmaker_create_partnership:xxx] Partnership slot 2 is empty on device
Partnership creation succeeded. Using partnership index 2.
Once the partnership is established, then you can issue the following command to list the files in the pocket PC. You’ll get the list of files if the partnership is established.
synce-pls
Archive 5136 Sat 10 Feb 2007 05:04:15 PM CST House materials.psw
Archive 408 Sun 28 Jan 2007 11:10:28 AM CST Note2.pwi
Archive 408 Sun 24 Dec 2006 06:30:38 PM CST Note1.pwi
Directory Mon 31 Dec 2001 06:00:00 PM CST Business/
Directory Mon 31 Dec 2001 06:00:00 PM CST Personal/
Directory Mon 31 Dec 2001 06:00:00 PM CST Templates/
The above list is the list of folders in my pocket PC. Here is the list of command you can use to access the pocket PC files:
synce-pcp - Copy a file
synce-pmkdir - Create a directory
synce-pmv - Move a file
synce-prmdir - Delete a directory.
Once you are done syncing your pocket PC, issue the following command to kill the daemon and then disconnect the pocket PC.
killall -HUP dccm
That’s it. Next we figureout how to do somethinng usefull with this like sync with Evolved
Sunday, January 21, 2007
PhotoShop CS2 On Ubuntu Sorta
I've been trying to get Photoshop CS2 to run on Ubuntu. I have had limited success. Here's what I've done so far;
1. I've installed WINE and it's working fine.
2. I copied my entire Adobe Directory from the MS Windows XP Laptop to a Flash Drive (950mbs)(c:\program files\adobe)
3. I've EXPORTED the "HKEY_LOCAL_MACHINE/Software/Adobe/" Registery Key from the MS Window Machine to a file call adobe.reg (on the windows machine run REGEDIT navigate to the above key, select it, and then chose FILE/EXPORT it will asked for a name I used ADOBE)
4. I copied this new file (adobe.reg) to the flash drive.
5. I copied all the Adobe files from the flash drive (from c:\program files\adobe) to my Ubuntu Box and put them in the home\USERNAME\.wine\dirve_c\Program Files\Adobe\ driecroty
6. I then copied the adobe.reg file to the same directory
7. I then started TERMINAL and navigated to home\USERNAME\.wine\dirve_c\Program Files\Adobe\
8. I then ran wine regedit adobe.reg to import the registry settings into WINE.
9. I then navigated to the home\USERNAME\.wine\dirve_c\Program Files\Adobe\Adobe Photoshop CS2\ directory and ran wine Photoshop.exe command in TERMINAL
It took about 2 to 3 minutes but Photoshop CS2 started but gave an error saying that the serial number or activation code was wrong. (The start time is long. I thought it had locked up)
10. Well I started searching on Google and found several links to instructions to make Photoshop CS2 run on a flash drive (I searched for Portable Photoshop CS2) I followed these instructions and made a working Portable Photoshop CS2. This worked just fine on any MS Windows Machine that I had Administrator Rights on.
11. I created another directory on my Ubuntu Box in the following location home\USERNAME\.wine\dirve_c\Program Files\PS\ I then copied my Portable Photoshop CS2 directory from my flash drive to this new directory on the Ubuntu Box. I navigated to it and run the following command in a TERMINAL wine Portable_Photoshop.exe .
It worked!! Everything was good but the problem I'm having is that if you touch the keyboard you get an error saying "requested library not loaded" or something like it and everything stops. This might be something I've done wrong with my WINE installation.
Oh, Well, it's a start. Anyone who has any suggestions please post them here.
Saturday, December 30, 2006
A Blog For Fun
Oh! The site name and address? WVpictures.blogspot.com
Thursday, December 21, 2006
Extending This Project
I think this will be an interesting and useful how to project. I should be able to document it with photo's and maybe a little video just for something different.
As soon as I have all the part together I will start the project. I think since FREEVO is a Linux program it will fit in here on this Blog. I will need to find a Linux Distro that works with the motherboard I have since everything is on board except the capture card. I hope this won't be a problem but we will see.
I'll probably start the project after Christmas (I have the week off)
Thursday, December 07, 2006
READ FROM THE BOTTOM UP
Saturday, December 02, 2006
The End?
It's been thirty days (I had a few late work days so the math is a little fuzzy) and this is my first time back on a MS Windows machine. Lets talk about what I've learned and done with Ubuntu 6.1 Linux. I installed it on two computers, a desktop and a laptop. I managed to get 95% of all my hardware working on both machines but it was a fight (more later). The only real problem I had was with a scanner and these are cheap enough to replace.
My over all opinion of Linux was good, not great, not wow, but good. The good things that stick out to me were the application add/remove programs with the Internet updates, the highly customizable desktop, and the nice way Linux handles multiple users. The bad I remember was the command line and the way Linux felt like MS Windows 98 (Windows over DOS). It felt like I was working on two different OS's, one a pretty point and click windows system and the other an ugly command line back end. Ubuntu Linux makes me think of “The Wizard of Oz”, “Ignore the man behind the curtains, I am the great and powerful Oz”, Ubuntu puts a pretty face (windows) on the ugly truth (command line).
I found almost all the applications that I was looking for except a good graphics editor. There is no Photoshop equal in the Linux world (or the mac or windows world either). GIMP is ok but it is not Photoshop. Firefox rules, OpenOffice is great, Evolution was outstanding and Rythmbox did everything I asked it too. I ripped CD/DVD's and burnt them back. I converted the audio/video files to different formats. I edited the imported video, I did work (word processing, spread sheets, ect) with easy. I kept up on my podcasts and moved things around with flash drives. I accessed MS Windows network shares, connected the two Linux machines through Linux shares, and remote desktoped everything to and from everything else. It was a good experience and I enjoyed myself.
The sad thing is my worse experience was with the "old guard" Linux Users. Not newbies or general users, it was the "founders". Their “totally free or not at all” attitude is holding Linux back to the point where the community will not grow, and when new users do show up asking why it can't be easier, we're greeted with “you don't matter, your just a stupid newbie”. If you ask a question from one of these “zealots” you are berated for not knowing the answer and told to figure it out yourself or switch back to MS Windows because the Linux Community doesn't need or want you. I came very close to just giving up because of this. I had trouble with graphic drivers and wireless networking because these “zealots” don't thing you should use non-open source drivers even if they are better, free, and gets your hardware to work. They are perfectly happy forcing their moral choices onto you even if it means that Linux stays stuck in the 1990's.
The biggest question is “Will I keep Ubuntu Linux on the Laptop”? The answer is a simple “yes”. Will I remove MS Windows from any of my other personal computers? No. Would I recommend Linux to be installed on any or all of my work machine? No.
As it stands right now, Linux is a nice “hobby” OS but is not universal enough for the business workstation, until something is done with the “zealots” who sacrifice functionality and compatibility for personal moral choices Linux will remain the THIRD OS behind Microsoft and Apple and be treated as a geeky elitist hobby OS .
There is some hope, on one of the news groups, I notice that Ubuntu in their next release will be including the non-open source graphic drivers. I think this will help attract new users and that will be good for Linux.
Anyone who is on this page trying to get MEDIA (mp3, wma, divx, ect.) or GRAPHICS CARDS to work, visit the link on my menu to the right labeled "WHAT UBUNTU LEFT OUT"
For all those who helped me and gave me advice, I would like to say "thank you" and to those "old guard zealots" I hope you "bend" just a little and get the community growing because without you there would be no Linux. It's been fun, I enjoyed the challenge and I now count myself as a new full fledge Linux user.
Written November 30, 2006.
Tuesday, November 28, 2006
Solved the Stutter Problem
My first thought was with the 5200 Nvidia ToGo graphics card slowing down (heat and power protection). I looked all through Ubuntu settings and turned all the power saving features off. That didn't help. My second thought was a BOIS setting. I went into BIOS and made sure all the power saving features were off there too. Still no help. I did notice an INTEL SPEED STEPPING setting but it was set to max performance. On a whim I disabled it. MAGIC !!! No more stutter.
Ok so what did I loose by turning this off? Well speed stepping lets the computer slow the processor down based on what you are doing. i.e. If you looking at web pages and are spending lots of time reading them and not changing pages much, speed step, would slow your processor down to help save batter power and cool the computer. Mine was taking my processor from 1.2 ghz down to 550 mhz. Man, what a hit! So as I was just reading stuff on the screen the cpu would slow down and when it had to go to the graphics card (opening or drawing another window) it would "stutter" while it kicked the processor back up to full speed. With this "feature" turned off the problems goes away. I will get less up time on my battery and my laptop will run a little hotter. I will monitor these "disadvantages" and report them later. Right now the trade off is well worth it to me and to compensate, since this is a brand new bulb in this laptop screen (I put it in) I turned its brightness down by half. That should help with the power some.
This is the last major problem that I was having with Ubuntu 6.1 Linux on the laptop. This weekend I have to move the desktop linux box back to MS Windows (the box is not mine and the owner wants MS windows). It is nice to know that I will be able to keep a Linux box after the experiment. The other nice thing that is nice, with all the removable media working I can easily move data from the desktop to the laptop.
I thought about duel booting the laptop but I came up with another solution. Someone I know has a similar dell 8100 laptop that was almost totally destroyed (don't ask how). One of the few surviving parts is the hard drive enclosure (the drive died though, odd). I think I will take the old 30gb hard drive that was originally in this machine which still has a valid working MS XP Home addition installed on it with MS Office 2002 pro, and mount it in the salvaged hard drive enclosure and make the hard drives switchable. Just a thought.
There is a 3.5 inch floppy drive in here too, wonder if I can replace it with a second hard drive? More reading.
Most of the rest of this blogs posts will be coming from a now "FULLY FUNCTIONING" Dell 8100 Ubuntu 6.1 Linux Laptop. My next project might be on "How to Pimp Out Your Laptop" I think I will break this one down and do a cool Linux paint job on it. Maybe even talk RycheRox into doing some custom graphics for me... hint, hint...nudge, nudge...know what I mean?, know what I mean?...A winks as good as a nod.