Showing posts with label lubuntu. Show all posts
Showing posts with label lubuntu. Show all posts

Tuesday, July 19, 2011

Virtualbox 4.0.12 in Lubuntu

Summary:
1. Modified a system file
2. Download, register a public key
3. Download virtualbox package for Ubuntu 11.04 (Natty)

Installing Virtualbox 4.0.12 on Lubuntu 11.04 (Natty)

1. Modified the sources.list file
sudo nano /etc/apt/sources.list
insert the following line
deb http://download.virtualbox.org/virtualbox/debian natty contrib
and save the modifications.
2. Download and register the Oracle public key
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
3. Run these:
sudo apt-get update
sudo apt-get install virtualbox-4.0
4. Download and install the Virtualbox extension pack
5. Add user login to the vboxusers group (under System Tools > Users and Groups)

Sunday, July 17, 2011

Testing Lubuntu 11.04 (Natty Narwhal), part 2.

Packages in: g2ipmsg, libxp6, openmotif_2.3.3-2_i386, icaclient_11.100_i386.patched.deb

1. Install IPMSG, package name: g2ipmsg. Good thing it's in the Synaptic already.

2. Citrix Receiver now.
Resource link in Citrix: http://support.citrix.com/article/CTX125285

sudo dpkg -i openmotif_2.3.3-2_i386.deb

yields:
Selecting previously deselected package openmotif.
(Reading database ... 84668 files and directories currently installed.)
Unpacking openmotif (from openmotif_2.3.3-2_i386.deb) ...
dpkg: dependency problems prevent configuration of openmotif:
openmotif depends on libxp6; however:
Package libxp6 is not installed.
dpkg: error processing openmotif (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
openmotif


so...
sudo apt-get install libxp6

then repeat the openmotif package installation, which succeeds this time.

Next, install the Citrix ICA client.
sudo dpkg -i icaclient_11.100_i386.patched.deb

Accept the EULA question (YES), and the installation proceeds.

Citrix Receiver is found under the Internet sub-menu.

Testing Lubuntu 11.04 (Natty Narwhal)

Package in: b43-fwcutter

Another possible Citrix thin client candidate.

Having a bad CD day, made a boot USB instead for the Lubuntu 11.04 ISO, using my other laptop's Ubuntu startup disk creator.

Fast boot-up: under 22 seconds - time between turning on the laptop and the user id prompt.
Faster screen display: under 3 seconds - time between hitting the enter key after entering the password, and the LXDE desktop is displayed.

Looks promising.

Just can't get my wifi to work.

Issuing the terminal command:
sudo lshw -C network

yielded the following output:
*-network UNCLAIMED
description: Network controller
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:d4100000-d4103fff


So how to get the proprietary Broadcom BCM4311 to work?

Many ways to get the driver, I suppose. Another way to do it is:
sudo lspci -vvnn | grep 14e4

which shows this output:
03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Broadcom Corporation Device [14e4:0465]
04:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)


Ubuntu wifi links to resolve the issue:
1. Ubuntu forum thread
2. Ubuntu Wifi doc

An hour later...

Finally got my WIFI to work, using the 2nd link above as reference, and discovering that my firmware runs on the b43 steps, and NOT the STA at all.

I did NOT activate this: System Tools > Additional Drivers > Broadcom STA wireless driver

This did it for me instead:
sudo apt-get install b43-fwcutter firmware-b43-installer