Asus Z53J laptop running Kubuntu Feisty Fawn
Asus Z53J laptop running Kubuntu Feisty Fawn


[HOME][Contact Us]

I have a Asus Z53J laptop (March 2007)

Intel Centrino Core2 Duo T520, Intel Corporation 82801G (ICH7 Family)

Running Kubuntu 6.10 Edgy as main OS and KDE as Desktop.


April 2007 updated to Feisty by changing sources.list from edgy to feisty. then update upgrade and distro upgrade. Had to download 1gb of software.


Had to resize and split drives in MS Vista otherwise it tried to do restore all the time. Then in Kubuntu did the rest of the partition stuff, ie change to ext3 and linux-swap drive.


No wifi, no modem, sound turned down, samba and share a bit wonky? webcam? Otherwise install OK.


Fine tune Kubuntu

sudo kate /boot/grub/menu.1st

Change to colour and 3 second delay


sudo kate /etc/apt/sources.list

Amend source list from source-o-matic


sudo kate /etc/samba/smb.conf

Amend laptop name and network name


Update and add software

Got online using RJ45 network cable into ADSL Hub.

In a Terminal

First change source list


sudo apt-get update

sudo apt-get upgrade

sudo apt-get distro upgrade


sudo apt-get install gimp firefox thunderbird gxine xine mplayer-686 compiz webcam wine


[HOME][Contact Us]
WIFI

We have ADSL by landline and a WIFI ADSL Modem internally.


found the problem daaaaaaaaaa was turned off at the front of notepad


download

ieee80211

intel driver

http://support.intel.com/support/notebook/sb/CS-006408.htm

http://ieee80211.sf.net

http://ipw3945.sf.net

http://ipw3945.sf.net/binaries.php.



went to ieeee80211

make

make install


~/Desktop/documents/software/zyair/ipw3945-linux-1.2.0/ipw3945-1.2.0$ sudo ./load debug=0x43fff

./load: 5: Syntax error: "(" unexpected


sudo modprobe ipw3945

FATAL: Error inserting ipw3945 (/lib/modules/2.6.17-11-generic/kernel/drivers/net/wireless/ipw3945/ipw3945.ko): Unknown symbol in module, or unknown parameter (see dmesg)

2007-03-27 03:55:40: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection


dmesg

ipw3945: Unknown symbol ieee80211_get_channel_flags

[17187469.084000] ipw3945: disagrees about version of symbol alloc_ieee80211

[17187469.084000] ipw3945: Unknown symbol alloc_ieee80211


ipw3945d

ipw3945d - regulatory daemon

Copyright (C) 2005-2006 Intel Corporation. All rights reserved.

version: 1.7.22

2007-03-27 04:01:33: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection


/home/leftfieldnz/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22

sudo cp /home/leftfieldnz/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22/ipw3945d-{start,stop} /sbin


modprobe and modprobe -r the module


sudo modprobe ipw3945.ko


sudo modprobe ipw3945

WARNING: Could not open '/lib/modules/2.6.17-11-generic/kernel/net/ieee80211/ieee80211_crypt.ko': No such file or directory

WARNING: Could not open '/lib/modules/2.6.17-11-generic/kernel/net/ieee80211/ieee80211.ko': No such file or directory

WARNING: Could not open '/lib/modules/2.6.17-11-generic/kernel/net/ieee80211/ieee80211_crypt.ko': No such file or directory

WARNING: Could not open '/lib/modules/2.6.17-11-generic/kernel/net/ieee80211/ieee80211.ko': No such file or directory

FATAL: Error inserting ipw3945 (/lib/modules/2.6.17-11-generic/kernel/drivers/net/wireless/ipw3945/ipw3945.ko): Unknown symbol in module, or unknown parameter (see dmesg)

2007-03-27 02:46:22: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection



leftfieldnz@notepad2:

~/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22/x86$ sudo ipw3945d

ipw3945d - regulatory daemon

Copyright (C) 2005-2006 Intel Corporation. All rights reserved.

version: 1.7.22

2007-03-22 11:43:52: ERROR: ipw3945d already running. If ipw3945d is not running then you

need to remove '/var/run/ipw3945d.pid' and try again.

leftfieldnz@notepad2:~/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22/x86$ sudo rm /var/run/ipw3945d.pid

leftfieldnz@notepad2:~/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22/x86$ sudo ipw3945d

ipw3945d - regulatory daemon

Copyright (C) 2005-2006 Intel Corporation. All rights reserved.

version: 1.7.22

Intel PRO/Wireless 3945ABG Network Connection found at:

/sys/bus/pci/drivers/ipw3945/0000:03:00.0

Daemon launched as pid 8745. Exiting.

leftfieldnz@notepad2:~/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22/x86$ iwconfig

lo no wireless extensions.


eth0 no wireless extensions.


sit0 no wireless extensions.


leftfieldnz@notepad2:~/Desktop/software/zyair/ipw3945-linux-1.2.0/ipw3945d-1.7.22/x86$ sudo ipw3945d


wifi


03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)


See the INSTALL document for information on installing the driver.


Once installed, a typical method for launching the driver and the

regulatory daemon is via the load script provided in the source package:


# ./load debug=0x43fff <--- You need to be root for this


NOTE: You will not be able to rmmod the driver so long as the

ipw3945d daemon is running.


If you followed the steps of the INSTALL document to set up your

modprobe.conf, you can load the module by simply running:


# modprobe ipw3945 <--- You need to be root for this


If you did not configure your modprobe.conf to automatically launch the

regulatory daemon (see INSTALL), you must do so manually after loading

the module:


# /sbin/ipw3945d <--- You need to be root for this*


* See README.ipw3945d (provided in the regulatory daemon package) for

information on how to configure the system to run the regulatory

daemon as a non-root user.


If you want to unload the module (and kill the deamon as well), you can

simply use the unload script:


# ./unload <--- You need to be root for this


or likewise if you configured modprobe.conf:


# modprobe -r ipw3945 <--- You need to be root for this


If you did not configure modprobe.conf to unload the regulatory daemon

and are not using the unload script, you need to kill the regulatory

daemon before you will be able to unload the module:


# /sbin/ipw3945d --kill <--- You need to be root for this

# modprobe -r ipw3945


I have a USB Wifi to try first

zyair

Bus 001 Device 002: ID 0586:3400 ZyXEL Communications Corp.


sudo aptitude install zd1211-firmware

cd to folder

sudo make

INSTALL zd1201.fw zd1201-ap.fw => /etc/firmware/

=> /usr/lib/hotplug/firmware/


sudo make

INSTALL zd1201.fw zd1201-ap.fw =>

sudo chmod 777 /etc/firmware/z*.fw

sudo chmod 777 /usr/lib/hotplug/firmware/z*.fw


ls /usr/lib/hotplug/firmware


sudo modprobe zd1201


dmesg

[ 174.432000] usb 1-2: new full speed USB device using uhci_hcd and address 6

[ 174.600000] usb 1-2: configuration #1 chosen from 1 choice

[ 175.140000] usb 1-2: wlan0: ZD1201 USB Wireless interface

[ 184.872000] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

[ 195.044000] wlan0: no IPv6 routers present


iwconfig

At first does not show as firmware put in wrong place, follow the instructions below!


lo no wireless extensions.


eth0 no wireless extensions.


wlan0 IEEE 802.11b ESSID:"mordor" Nickname:"zd1201"

Mode:Managed Channel:6 Access Point: 00:16:E3:48:60:9B

Bit Rate:11 Mb/s

Retry:off RTS thr:off Fragment thr:off

Power Management:off

Link Quality:0/128 Signal level=44/128 Noise level:0/128

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

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


/lib/firmware/zd1201.fw


uname -a

Linux notepad2 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 i686 GNU/Linux


sudo cp /usr/lib/hotplug/firmware/z* /lib/firmware/2.6.20-14-generic


03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

wireless light is on!!!!!!!!

Intel Corporation PRO/Wireless 3945ABG

maybe use wrapper

ndiswrapper!


samba and share

Altered smb.conf

Installed samba sbmfs


Modem


motorola SM56 modem

speakerphone

com3


sudo wvdialconf


http://linmodems.technion.ac.il/packages/smartlink/


sudo modprobe snd-intel8x0m


sudo slmodemd -c nz --alsa hw:0,0

sudo wvdial

I tinkered by altering the above --alsa hw:0,0

The number on the end can be 0 thru 8 I believe


http://linmodems.technion.ac.il/packages/smartlink/

unpack

sudo cp /home/leftfieldnz/Desktop/documents/software/modem/SLMODEMD.gcc4.1/slmodemd /usr/bin/



Onboard Webcam

lsusb

Bus 005 Device 002: ID 05e1:0501 Syntek Semiconductor Co., Ltd

Image Capture

No driver yet though feisty looks more promising.


TV tuner

ASUSTek Computer, Inc

USB

My Cinema U3000 Mini

dv3


Laptop Commands

F2 setup

ESC boot CD


Specs

DVD dual layer W/R

SD stick Slot

USB X 4

memory 1024MB

firewire 1394

svideo

network

modem

screen NVIDIA GeForce 7300

Display 15.4” WXGA

HD 100GB

DVI

express (new type of pcmcia)

no pcmcia

Vista Premium

Kubuntu Feisty


sudo aptitude install ntfs-3g

Enter the following in

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

sudo umount /dev/sda2

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


:

NB at the end but Before the last Colon :


HTH

Bill Rosoman

October 2007


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