Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

View Poll Results: Will you be upgrading to 8.04 Hardy Heron?
Yes, immediately! 72 81.82%
Yes, eventually 8 9.09%
Maybe later 4 4.55%
Not planning on it 4 4.55%
Voters: 88. You may not vote on this poll

 
Thread Tools Display Modes
Old April 23rd, 2008   #1
ethanay
Gee! These Aren't Roasted!
 
Join Date: Dec 2007
Location: pacific northwest
Beans: 157
Ubuntu 9.10 Karmic Koala
Dell XPS m1330 and 8.04 Hardy Heron

UPDATE: Ok, as I promised (a while ago) I am posting my install/setup notes...ask if they don't make sense and I will try to explain (they make sense to me!)
------------------------------------------------
Ubuntu 8.04 Hardy Heron
install and setup notes

Install process:
Hardy does an excellent job of detecting hardware (at least on this laptop). The only big option here is partitioning, and I will pass on a recent recommendation and change that has worked well for me: Create a / (root) partition as /dev/sda1. You can safely make it any size from about 7gb - 12+gb (imo more than that seems excessive).

The size depends on how many programs you will install and how much tmp file space you need: If you install TONS of programs and need a lot of tmpfile space, then spring for the larger size. I have (what I consider) a lot of extras installed right now, and am using about 4.9gb.

Copy /home/ethan to new setup; exclude unnecessary .hidden_folders
unnecessary with install to / (root) partition only

--------------------
Add medibuntu repository (restricted extras)
https://help.ubuntu.com/community/Medibuntu
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
--------------------
enable Dell Hardy respositories: http://linux.dell.com/wiki/index.php...Dell_PPA_Entry
/etc/apt/sources.list
deb http://ppa.launchpad.net/dell-team/ubuntu hardy main
deb-src http://ppa.launchpad.net/dell-team/ubuntu hardy main
----------------------------------------
enable backports, restricted repositories and updates
install linux-backports-modules-X-generic, linux ubuntu modules (Dell)

bugs: hard drive click after suspend?
uvcvideo error
intel wireless
see ugly_fix (posted below)

change keyboard shortcuts
system > preferences > keyboard shortcuts
media player: shift ctrl m
calculator: shift ctrl c
e-mail: shift ctrl e
web browser: shift ctrl i
search: shift ctrl s
panel menu: shift ctrl super (windows key)
run terminal: <super>t (edit manually in gconf-editor > apps > metacity)
zoom in/out: ctrl alt +/-
expo key: says "ctrl alt"e but is really <super>e
toggle maximization state: shift alt b
minimize: shift alt d
move: shift alt m
resize: shift alt r
toggle all workspaces: shift alt a
max vertically: shift alt v
max horizontal: shift alt h
hide all and focus desktop: ctrl alt h


install backup scripts to /usr/local/bin
backup_incremental /home/ethan /media/disk
A cousin gave me a set of simple backup scripts that utilize the power of rsync and hardlinks to make incremental backups to the location of your choice. They can be run by cron, but I run it manually with a simple wrapper script, so all I type in the terminal is "backup."
-----------------
Uninstall unnecessary software
Clean/disable unnecessary boot services, session, modules
I don't use accessibility, apmd, bluetooth, evolution, etc and don't need them running.
------------------
Install complete generic kernel: restricted and backports
I don't recommend installing the realtime kernel in addition, because 1) it requires specific performance tuning that conflicts with power-management and interface interactivity (once setup correctly). It also broke hibernate for me while using the generic kernel, even after uninstalling. If you need realtime performance, dual boot. I recommend 64studio.

More Packages
firmware-addon-dell, firmware-tools > these let you update firmware, bios, etc
sensors-applet > enable acpi cputemp monitoring in the panel
hddtemp (no autoload), sysfsutils, sysinfo, powertop, FATsort [for pmp], checkinstall

lilypond, jedit, lilypondtool
http://lilypondtool.organum.hu/
Musescore+fluid-soundfont-gm
http://www.pianosounds.com/freesoundfont.htm
make sure it uses hw:0 and not "default"

Wine, GNU Solfege, Gnome Office, Zim Desktop Wiki, cGmail, Stellarium, MusicBrainz Picard, Grsync, Gwget, APTonCD, Firestarter, Deluge, Audacity, Ubuntu Restricted Extras, GNUSound, Advanced Desktop Effects Settings (ccsm), Sound Converter, OpenOffice Suite, Mozilla Thunderbird, GNUCash, Gnome-do, xpad
start GNU Solfege with the --no-sound flag, setup sound, exit, start normally

---------------------------
add AWN repository
http://ubuntuforums.org/showthread.php?t=762363
echo 'deb http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main' | sudo tee -a /etc/apt/sources.list
echo 'deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main' | sudo tee -a /etc/apt/sources.list

Configure Avant Window Navigator
ubuntu theme -- http://thelinuxmovement.blogspot.com...e-for-awn.html
rhythmbox plugin -- http://wiki.awn-project.org/Plugins:Rhythmbox
unzip to /home/username/.gnome2/rhythmbox/plugins (2 files + 2 folders)
enable within rhythmbox plugins

install gnome-do gnome-do-plugin-rhythmbox
add gnome-do -q to startup sessions
gconf-editor > apps > gnome-do shortcut: <super>d
https://wiki.ubuntu.com/GnomeDo/Plugins
configure indexing locations and depth: /home/ethan/.config/gnome-do/FileItemSource.config
/home: 1
/home/ethan: 3
/home/ethan/Desktop: 1
/home/ethan/Documents: -1 (infinite)
/usr/bin: 1
install tracker-utils and add tracker search plugin

configure deluge
automatic blocklist: http://bluetack.gotalkaboutit.com/bluetack/level1.zip

Configure desktop appearance:
top bar (from left to right)
launchers: xpad, gedit, gnome-do, file search
applets: keyboard layout switcher, workspace switcher, trash, cpu temp monitor, system monitor (cpu, mem, net, hdd; 2 sec frequency), weather, volume control, sys tray, clock

terminal
transparency, dark color schema for contrast (white on black)

gconf-editor
Power management settings
actions -- hibernate and suspend
dim screen = 12 [lowest setting]
no lock screen on suspend/hibernate
metacity global key bindings
<super>t launch terminal
nautilus
check desktop icons visible

add startup items > system > preferences > sessions
Gnome-do
Avant-window-navigator

Set preferred applications (preferences): Thunderbird, Rhythmbox

install wineapps
finale notepad (see e-memory)
encore (see e-memory)
configure wine: windows xp, alsa sound driver
-------------------------------
disable apmd in system > administration > services -- suspend and hibernate OK!
----------------------
Keep powernowd [default is ondemand] OR...
uninstall powernowd
I prefer to uninstall and use sysfsutils to automatically load cpufreq_ondemand. If you don't use them, the other cpufreq options are

If uninstalling, use only ondemand/native powersave governor default:
unload cpufreq_conservative, cpufreq_powersave, cpufreq_userspace
blacklist if necessary: add blacklist [module name] to /etc/modprobe.d/blacklist

install sysfsutils
add to /etc/sysfs.conf
devices/system/cpu/cpu0/cpufreq/scaling_governor = ondemand
check with cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
set on the fly with cpufreq-selector -g ondemand or performance
if ondemand is not enabled at startup, load
add to /etc/modules *if necessary
acpi_cpufreq
cpufreq_ondemand
cpufreq_stats
freq_table*
--------------------
for sysctl.conf if not default
min_power < /sys/class/scsi_host/host0/link_power_management_policy

change concurrency = none to "shell" in /etc/init.d/rc
---------------------------
to run 16-bit wine apps
sudo sysctl -w vm.mmap_min_addr=0

to make permanent: edit /etc/sysctl.conf
and change the line that reads:
vm.mmap_min_addr = 65536
to
vm.mmap_min_addr = 0
--------------------------
disable splash screens for debug/something interesting and informative to look at
/boot/grub/menu.lst -- remove "quiet" and "splash"
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
execute: sudo update-grub
--------------------
laptop automatic power management
http://ubuntuforums.org/showthread.php?t=729644

http://www.lesswatts.org/tips/

/usr/lib/pm-utils/power.d/laptop-tools
change dirty_writeback_centisecs to 1500 (was 30) and disk_idle_secs to 5 (was 2)
------------------------------
performance tuning
https://help.ubuntu.com/community/SwapFaq
add vm.swappiness = 10 to /etc/sysctl.conf to reduce kernel tendency to use swap
this is trivial and probably unnecessary (i don't do it) -- Linux already does a good job managing swap (sooo much better than windows!)
----------------
to change root password (if necessary):
sudo passwd root
----------
If changing partitions after install:
update /etc/fstab
update /etc/initramfs-tools/conf.d/resume
run update-initramfs -u
-----------------------
UGLY_FIX
--------------------
persistent safe hdparm setting (254)
https://bugs.launchpad.net/ubuntu/+s...5/comments/273
copy 99-hdparm-fix.sh to /etc/pm/*.d/99-hdparm-fix.sh
see http://ubuntuforums.org/showthread.php?t=772159
-------------------
uvcvideo on sleep
https://bugs.launchpad.net/ubuntu/+s...57/comments/15
add "uvcvideo" to SUSPEND_MODULES in /usr/lib/pm-utils/defaults
--------------------
iwl3945 scanning issues
http://www.intellinuxwireless.org/bu...gi?id=1579#c15
create /etc/modprobe.d/iwl3945 and add
alias wlan0 iwl3945
options iwl3945 disable_hw_scan=1
--------------------------
BEGIN OLD POST
------------------------------
Quote:
Hello all,

I'd like this to be a thread for any XPS M1330/1530 owners to discuss 8.04 Hardy Heron on their systems. I'll kick things off

Intel Centrino Core2 Duo 1.5ghz
2 gb ram
DVD +/- RW
Intel integrated (X3100?) video
Intel 3945abg wireless networking

External hard drive for /home backup and file archiving

I was new to Ubuntu from Windows, and 7.10 Gutsy was my first installation, ditching Vista. I haven't decided whether/when I will upgrade, because (thanks to the help of several other people) my 7.10 installation is finally very stable -- so much so that I'm beginning to take it for granted even though the first couple of months were shaky. However, there are three big reasons for me to upgrade:
1) take full advantage of the Long Term Support (LTS)
2) potential increased hardware compatibility and battery life
3) a chance to finally undo, once and for all, the infamous Dell Media "self-destruct" Direct button

in #2 above, I that the following are fixed by default
a) get rid of the excessive hard-drive wear and tear bug
b) suspend and hibernate work reliably out of the box [note: I said "reliably", not "completely bug-free" ]
c) the internal microphone finally works
d) less 3945 wireless woes (iwl3945 has been VERY buggy, so I'm still using ipw3945, which locks occasionally)

Here are a lot of the references I used to get 7.10 working OK -- hopefully they won't be necessary for 8.04!
http://blog.higherthings.org/borghar...icle/3077.html
http://www.nervous.it/2007/11/linux-dell-xps-m1330/
https://wiki.ubuntu.com/InstallingUbuntuOnADellXPSM1330
http://www.wains.be/index.php/2008/0...ell-xps-m1330/
http://www.atlas95.com/blog/tag/xps-m1330/
http://ubuntuforums.org/showthread.php?t=622378

cheers,
ethan

Last edited by ethanay; June 4th, 2008 at 05:40 AM.. Reason: adding setup notes...adding "ugly_fix"
ethanay is offline   Reply With Quote
Old April 23rd, 2008   #2
jespdj
Chocolate-Covered Ubuntu Beans
 
jespdj's Avatar
 
Join Date: Jun 2006
Location: The Netherlands
Beans: 2,105
Ubuntu 9.04 Jaunty Jackalope
Re: Dell XPS m1330 and 8.04 Hardy Heron

I am already running 64-bit Ubuntu 8.04 RC on my M1530 and it works great. No big issues.

http://jesperdj.pbwiki.com/Ubuntu-on-the-Dell-XPS-M1530

By the way, there is a Dell Ubuntu Support forum here on ubuntuforums.org, your poll would have fit better there.

The Dell Media Direct button doesn't destruct anything on my M1530. When I press it to start the computer, it displays the Media Direct boot screen with GRUB overlaid on it in an ugly way, and it just proceeds to boot Ubuntu. Partitions or the MBR isn't destroyed.

Quote:
a) get rid of the excessive hard-drive wear and tear bug
Not fixed in 8.04, but it isn't an Ubuntu- or Linux-specific problem anyway. Just apply the "ugly fix" described in that post.

Quote:
b) suspend and hibernate work reliably out of the box [note: I said "reliably", not "completely bug-free" ]
c) the internal microphone finally works
d) less 3945 wireless woes (iwl3945 has been VERY buggy, so I'm still using ipw3945, which locks occasionally)
Suspend and hibernate work normally and without any problems.
The internal microphone works, thanks to a new version of ALSA.
My M1530 has the 4965 and doesn't have any problems with connecting.

The only thing that I haven't yet working is the fingerprint reader.
__________________
MacBook Pro | 2.66 GHz | 4 GB RAM | nVidia 9400 + 9600 | 320 GB HDD | Mac OS X Snow Leopard
Dell Mini 9 | 2 GB RAM | 32 GB SSD | Ubuntu Netbook Remix 9.04
Ubuntu on the Dell XPS M1530

Last edited by jespdj; April 23rd, 2008 at 07:51 AM..
jespdj is offline   Reply With Quote
Old April 23rd, 2008   #3
atlas95
Gee! These Aren't Roasted!
 
atlas95's Avatar
 
Join Date: Jul 2005
Location: FRANCE
Beans: 162
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to atlas95 Send a message via MSN to atlas95 Send a message via Skype™ to atlas95
Re: Dell XPS m1330 and 8.04 Hardy Heron

All is working immediately, don't worry. It is the best computer I have never had with linux.
atlas95 is offline   Reply With Quote
Old April 23rd, 2008   #4
jespdj
Chocolate-Covered Ubuntu Beans
 
jespdj's Avatar
 
Join Date: Jun 2006
Location: The Netherlands
Beans: 2,105
Ubuntu 9.04 Jaunty Jackalope
Re: Dell XPS m1330 and 8.04 Hardy Heron

I now also have the fingerprint reader working - I just forgot to install libpam-thinkfinger.
__________________
MacBook Pro | 2.66 GHz | 4 GB RAM | nVidia 9400 + 9600 | 320 GB HDD | Mac OS X Snow Leopard
Dell Mini 9 | 2 GB RAM | 32 GB SSD | Ubuntu Netbook Remix 9.04
Ubuntu on the Dell XPS M1530
jespdj is offline   Reply With Quote
Old April 23rd, 2008   #5
barbarian
Way Too Much Ubuntu
 
barbarian's Avatar
 
Join Date: Jan 2005
Location: Estonia, EU
Beans: 270
Kubuntu 9.04 Jaunty Jackalope
Re: Dell XPS m1330 and 8.04 Hardy Heron

Not planning on it because I'll plan to make fresh install
barbarian is offline   Reply With Quote
Old April 23rd, 2008   #6
Kernel Sanders
Quad Shot of Ubuntu
 
Kernel Sanders's Avatar
 
Join Date: Feb 2006
Location: United Kingdom
My beans are hidden!
Re: Dell XPS m1330 and 8.04 Hardy Heron

I've had nothing but problems

My 3 issues are:

1) The wireless appears to work fine, but won't connect to ANY network.

2) I have the dedicated NVIDIA GeForce 128mb graphics card, and although Hardy says it's using the only compatible driver (the non-free one), in the admin menu it's ticked as enabled, but the next column shows a red light and "not enabled".

3) I assume because of the above, this is why when I select the best desktop effects, it returns a "cannot enable" or similar message.

Gutted
__________________
Quote:
If someone tells you to sudo rm -rf ANYTHING, then DO NOT DO IT!

Don't run any command with rm in it unless you know EXACTLY what you're doing.
Kernel Sanders is offline   Reply With Quote
Old April 23rd, 2008   #7
thebigham
First Cup of Ubuntu
 
Join Date: Jul 2007
Beans: 10
Re: Dell XPS m1330 and 8.04 Hardy Heron

sigh..i got the m1330 and i updated, and tons of problems.

1. I can't even shut down without pressing the power button.

2. Suspend and hibernate never works.

3. The sound is really low even when its on max volume.

4. I can't even connect to the internet most of the time. When it's finally connected, i get 5mb and below out of a 10mb connect and the connection is very unstable, disconnects constantly. Three other computers with in my house with wireless connection works perfectly fine.Nightmares
thebigham is offline   Reply With Quote
Old April 24th, 2008   #8
ethanay
Gee! These Aren't Roasted!
 
Join Date: Dec 2007
Location: pacific northwest
Beans: 157
Ubuntu 9.10 Karmic Koala
Re: Dell XPS m1330 and 8.04 Hardy Heron

hey thebigham,

i'm curious:

1) what hardware do you have?
2) did you do a clean install, or did you do the upgrade?
3) are you using the 32-bit or 64-bit version?

As i understand it, the upgrade doesn't always work and can break several things. if/when i do upgrade, i am planning on doing a clean install:

1) make a redundant backup of my /home folder
2) reboot and check and see if the "media direct" self-destruct thing is still there
3) zero the hard drive anyway just to be sure
4) do a fresh install of 8.04 from the live cd with separate /boot (12gb), /swap (4gb) and /home (rest) partitions.


ps i plan on using the 32-bit as i understand overall there are less software/hardware complications, less online support, and not much performance difference except for certain specific operations
ethanay is offline   Reply With Quote
Old April 24th, 2008   #9
ethanay
Gee! These Aren't Roasted!
 
Join Date: Dec 2007
Location: pacific northwest
Beans: 157
Ubuntu 9.10 Karmic Koala
Re: Dell XPS m1330 and 8.04 Hardy Heron

Hi Kernel Sanders,

What wireless card do you have? which driver set are you using? (if intel: ipw, iwl, or ndiswrapper?) Did you try connecting to any networks manually via commandline? were they a,b, or g networks?

ethan
ethanay is offline   Reply With Quote
Old April 24th, 2008   #10
Daelyn
Gee! These Aren't Roasted!
 
Daelyn's Avatar
 
Join Date: Oct 2007
Location: Nottingham
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Re: Dell XPS m1330 and 8.04 Hardy Heron

Quote:
Originally Posted by Kernel Sanders View Post
I've had nothing but problems

1) The wireless appears to work fine, but won't connect to ANY network.
Have a look at this thread if you use the iwlwifi driver
http://ubuntuforums.org/showthread.php?t=764886
__________________
Sony VAIO SZ4 - Limited edition

MS DOS since 5.0, Windows since 3.11, Linux since kernel 2.6, OS-X since 10.4,
and, last but not least, MS Minesweeper since 1.0
Daelyn is offline   Reply With Quote

Bookmarks

Tags
8.04, dell, hardy, laptop, xps

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:51 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry