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.
Phone
= 087303030
Modem
= /dev/ttySHSF0
Use
Kmenu > System > KonsoleType
in
sudo
kate /etc/wvdial.conf

Edit
Phone number Username Password,
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
sudo kate /etc/apt/sources.list
sudo kate /etc/init.d/bootmisc.sh
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.