Acer Aspire 5310 - Kubuntu Fiesty
Acer Aspire 5310 - Kubuntu Fiesty
August 2007
[HOME][Contact Us][INQUIRE]

Operating System

We are Using the Linux Operating System, Flavour Kubuntu Feisty. We do not get viruses or spyware.

To use the Internet via Dial Up

I can get modem going but only at 14kb unless you buy the driver! Probabky a USB Modem would be the go if required.

Use Kmenu > System > Konsole Type in
sudo kate /etc/wvdial.conf Edit Phone number Username Password,

Phone = 087303030

Modem = /dev/ttySHSF0 Username = <Your Login Name> Password = <Your Password> Ctrl+S to Save ALT+F4 to Exit Type in wvdial wait for logon Select Firefox for Browsing on Toolbar Select Thunderbird to view Email.
NB Currently limited to 14kbs


Stuff I altered or fixed

sudo kate /etc/apt/sources.list


deb http://download.skype.com/linux/repos/debian/ stable non-free
deb http://wicd.longren.org gutsy all
deb [WWW] http://gb.archive.ubuntu.com/ubuntu/ feisty-proposed main
deb [WWW] http://kubuntu.org/~jriddell/tmp/archive-feisty-dist-upgrade-kde356-i386/ ./
## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.
deb http://dl.google.com/linux/deb/ stable non-free
deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
## MAJOR BUG FIX UPDATES produced after the final release
deb http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
## UBUNTU SECURITY UPDATES
deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse

deb-src http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://medibuntu.sos-sts.com/repo/ feisty free

deb http://medibuntu.sos-sts.com/repo/ feisty non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free
deb-src http://medibuntu.sos-sts.com/repo/ feisty non-free
## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
deb http://archive.canonical.com/ubuntu feisty-commercial main
deb http://www.beerorkid.com/compiz feisty main
deb http://ubuntu.compiz.net/ feisty main
#Beryl Repositories for Edgy Eft (Ubuntu 6.10)
deb http://ubuntu.beryl-project.org/ feisty main

# Treviño's Beryl-SVN Ubuntu Edgy Eft Repository # GPG key: 81836EBF deb http://3v1n0.tuxfamily.org feisty beryl-svn
# lprod packages: many audio/video apps: avidemux, cinelerra…
deb http://lprod.org/deb/feisty/ ./

deb-src http://lprod.org/deb/feisty/ ./
# Mjpegtools and Cinelerra packages (choose your arch)
deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/mjpegtools ./

deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/i686/ ./

deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/pentium4/ ./

deb http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/athlonxp/ ./

deb-src http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/i686/ ./

deb-src http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/pentium4/ ./

deb-src http://www.kiberpipa.org/~gandalf/ubuntu/feisty/cinelerra/athlonxp/ ./

# LiVes feisty package

deb http://people.ubuntubrasil.org/~rclbelem/lives/feisty/ ./binary/
# A little too quiet
deb http://apt.alittletooquiet.net/staging feisty main

sudo kate /etc/init.d/bootmisc.sh
sudo ifup eth1

sudo umount /dev/sda1

sudo mount -t ntfs-3g /dev/sda1 /media/sda1

sudo umount /dev/sda2

sudo mount -t ntfs-3g /dev/sda2 /media/sda2

sudo aptitude update
sudo aptitude upgrade
sudo aptitude distro-upgrade

sudo aptitude install modconf ntfs-3g skype wicd googledesktop mozilla-firefox moziila-thunderbird xine-ui amor jokosher vlc kdegames checkinstall smb smbfs wicd
sudo aptitude install dosbox libncurses5-dev build-essential linux-headers-2.6.20-16-generic curl debhelper dpkg-dev g++ g++-4.1 gettext git-core gitk html2text intltool-debian kernel-package kernel-wedge libc6-dev libcurl3-gnutls libdigest-sha1-perl liberror-perl libstdc++6-4.1-dev linux-libc-dev po-debconf rcs tcl8.4 tk8.4

sudo aptitude install libk3b2-mp3 sane xsane gocr kooka gimp pandora k3b-extras picasa kalc google-desktop-linux skype ffmpeg barcode ocrad kcalc

download easybuntu and used to put in the extra stuff. like codecs. fonts etc.

WIFI

lspci | grep Broadcom\ Corporation

04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)

05:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)

tail /var/log/syslog

iwconfig eth1

iwlist eth1 scan

wget http://ubuntu.cafuego.net/pool/feisty-cafuego/bcm43xx/bcm43xx-firmware_1.3-1ubuntu2_all.deb

sudo dpkg -i ./bcm43xx-firmware_1.3-1ubuntu2_all.deb

wget http://linux-geek.org/files/bcm43xx.tar.bz2

sudo rm /lib/modules/2.6.20-15-generic/kernel/drivers/net/wireless/bcm43xx/bcm43xx.ko

uname -r

2.6.20-15-generic

sudo tar xvjf ./bcm43xx.tar.bz2 -C /lib/modules/2.6.20-15-generic/kernel/drivers/net/wireless/bcm43xx/

sudo tar xvjf ./bcm43xx-64bit.ko.tar.bz2 /lib/modules/2.6.20-15-generic/kernel/drivers/net/wireless/bcm43xx/

Now reboot your computer. The module’s name is the same, bcm43xx. If you are not sure how to test if the wifi card is working, run

sudo modprobe bcm43xx

iwlist eth1 scan

eth1 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4311"

Mode:Managed Frequency=2.437 GHz Access Point: Invalid

Bit Rate=1 Mb/s Tx-Power=18 dBm

RTS thr:off Fragment thr:off

Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm

Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0

Tx excessive retries:0 Invalid misc:0 Missed beacon:0

sudo kate /boot/grub/menu.lst

add afer first boot

acpi=on irqpoll pci=noacpi This what i did to get sound going.
lsmod |fgrep snd
card HDA intel chip realtek id 268
ftp://ftp.alsa-project.org/pub/ download latest driver then lib then util
open a terminal sudo mkdir src cd src/ sudo mkdir alsa extract the 3 downloaded files to the above folder
cd src/alsa/
cd alsa-driver-1.0.15 sudo ./configure --with-cards=hda-intel sudo make sudo make install
Compile and install alsa-lib
cd ../alsa-lib-1.0.15 sudo ./configure sudo make sudo make install
Compile and install alsa-utils
cd ../alsa-utils-1.0.15
sudo ./configure
sudo make
sudo make install

Note that you must have the curses library installed to be able to compile alsa-utils. You can install it with this command from a terminal:
sudo apt-get install libncurses5-dev
sudo kate /etc/modprobe.d/alsa-base
Add the following line to the file, replacing '3stack' with your model (see below for a complete list)
options snd-hda-intel model=acer
alsactl store
alsactl restore
sudo reboot

Make the sudo password last another 5 minutes:

sudo -v

Force the password to be forgotten at once:

sudo -k



TTFN

Bill

Thanks to alll the info I found online.


[TOP][HOME][Contact Us][INQUIRE]