|
|
|
|
|
|
| Author |
Message |
Martin Liddle *nix forums beginner
Joined: 18 Apr 2005
Posts: 3
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
In message <7x1xbfksy2.fsf@ruckus.brouhaha.com>, Paul Rubin
<http@?.cx.invalid> writes
| Quote: | Berhane Temelso <gtg403f@mail.gatech.edu> writes:
Fedora Core 2 supposedly doesn't detect the built-in Intel wireless cards
in Centrino laptops and one would need to go through some hustle to get
WiFi working. Does anyone know if that problem has been fixed in Fedora
Core 3?
I don't think that will happen. There is some hack for using the
Intel cards under Linux by wrapping some binary driver, but there's no
free driver since the Intel card uses a secret interface. I have FC3
on a Thinkpad X40 and am using a PCMCIA wifi card (Prism chip) because
of this.
Are you sure. What about <http://ipw2100.sourceforge.net/>? |
--
Martin Liddle, Tynemouth Computer Services, 27 Garforth Close,
Cramlington, Northumberland, England, NE23 6EW.
Web site: <http://www.tynecomp.co.uk>. |
|
| Back to top |
|
 |
Paul Rubin *nix forums Guru
Joined: 28 Feb 2005
Posts: 1197
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
Berhane Temelso <gtg403f@mail.gatech.edu> writes:
| Quote: | Fedora Core 2 supposedly doesn't detect the built-in Intel wireless cards
in Centrino laptops and one would need to go through some hustle to get
WiFi working. Does anyone know if that problem has been fixed in Fedora
Core 3?
|
I don't think that will happen. There is some hack for using the
Intel cards under Linux by wrapping some binary driver, but there's no
free driver since the Intel card uses a secret interface. I have FC3
on a Thinkpad X40 and am using a PCMCIA wifi card (Prism chip) because
of this. |
|
| Back to top |
|
 |
Jörg-Volker Peetz *nix forums beginner
Joined: 20 Feb 2005
Posts: 7
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: fan control on evo n800v
|
|
|
Yayel wrote:
| Quote: |
I have a compaq evo n800v on which I want to use linux.
...
So I'm looking for a way to stop fan at boot time : it's active even if
the temperature is 30 degrees... if I do simple think which dont use to
many processor time (just emacs for example), the temperature never
increase and the fan is always on...
on my compaq presario 2825ea (which uses the same bios as the evo n800v) |
with Debian sarge I use a script /etc/init.d/fan-switchoff:
#!/bin/sh
#
# Switch of the cooling fan (to correct kernel ACPI flaw).
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin
TZ1_TEMPERATURE=/proc/acpi/thermal_zone/TZ1/temperature
FAN_STATE=/proc/acpi/fan/C1F2/state
#FAN_STATE=/proc/acpi/fan/C1D8/state
test -r $TZ1_TEMPERATURE || exit 0
test -w $FAN_STATE || exit 0
temp=`cat $TZ1_TEMPERATURE | awk '{ print $2 }'`
if [ $temp -lt 45 ]; then
echo "Switching off cooling fan."
echo -n 0 > $FAN_STATE
echo -n 3 > $FAN_STATE
fi
exit 0
which is linked to /etc/rcS.d/S71fan-switchoff. I don't use ACPI
modules, all is compiled into the kernel. Otherwise you have to load the
"fan" and "thermal" module before running this script. Also the
directory names in /proc/acpi/fan/ may be something else.
For SuSE you place these code lines into the script /etc/init.d/boot.local.
The relevant thing are the last two echo commands.
I found a hint for this on www.moosherr.de/linux/~mooz/evo_install.html.
Regards,
Jörg-Volker. |
|
| Back to top |
|
 |
NOSPAM_january@uni-muenst *nix forums beginner
Joined: 13 Feb 2005
Posts: 2
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: X on old Toshiba 310CDS?
|
|
|
Toby Marsden <toby@toby.org.uk> wrote:
| Quote: | I have an old Toshiba 310CDS (200Mhz, 64MB) running Win98. I'd like to
use it in a "high risk" environment (a glasshouse!), where I'd only be
happy to use a "disposable" machine.
All I want to run is Firefox (I know it doesn't quite meet system
reqs) to access my web apps. Is there any linux distro worth trying on
this? Any recommendations?
|
Any will run. I had both SuSE up to the 9.0 version and Debian testing on
a Slowshiba 300CT, which was 133MHz, with 64MB. Avoid using KDE or GNOME,
though. Launch X with no window manager and Firefox in Kiosk mode, and
you'll be fine. No real need for tiny linux distributions.
j.
--
Fire-fox your konqueror! |
|
| Back to top |
|
 |
Alexander Clouter *nix forums addict
Joined: 05 Apr 2005
Posts: 63
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Experiences with ATI's drivers: 9600 Radeon Mobility
|
|
|
Morning Scott,
On 2005-01-31, scottrharris@gmail.com <scottrharris@gmail.com> wrote:
| Quote: | Can anyone comments on the performance and quality of ATI's binary
drivers for the 9600 Radeon Mobility under Linux? Is GLSL or Cg
supported? Are the drivers comparable to the quality/speed/perfoaance
windows versions?
Well I'm on the Radeon 9000 Mobility FireGL mcwhatsit or something. I have a |
IBM T40p which works a treat[1] with the open source DRI drivers under X.Org.
I get just over 2000fps whilst my CPU is clocked at 600Mhz (no ftp increase
when I knock up the CPU freq).
| Quote: | I'm thinking about getting an IBM T42 with the Radeon 9600, and I'm
hoping I can install Linux, the ATI driver, and then enjoy a mostly out
of box experience with good OpenGL support. I do a lot of scientific
computing, so good OpenGL is essential for data visualization. I'm
trying to pick the laptop based on ease of installation and 3D graphics
performance in Linux.
To be frank should this not be done on a desktop machine? Also the |
'visualisation' performance issues usually boils down to poor OpenGL writing
by the coder; as physicist/fluid mechanics guy != opengl coder usually.
The Thinkpad makes a good solid workstation, but no laptop really makes for
very good 3d acceleration when compared to desktop machines; its not what
they are really built to do although now folk think laptops are fashionable
items and want some fancy 3d card in them now :-/
| Quote: | Can anyone that does a lot of OpenGL on a Linux laptop comment on this
choice? Maybe somebody with this exact setup? What about laptops with
Nvidia chips?
good luck finding a good *laptop* with that chipset. Usually they just turn |
out to be useless Dell's or Toshiba's.
When it boils down to it both ATI and Nvidia make good cards, its just ATI
could not write drivers if it was a life or death situation. Fortunately
the opensource DRI drivers are rather good, although do not expect to play
UT2004 :)
If you have something you want me to run on my lappy at this end, send me the
source-code and dataset and I'll see how it performs.
Cheers
Alex
[1] http://www.digriz.org.uk/t40p-linux/
|
|
| Back to top |
|
 |
Bill Marcum *nix forums Guru
Joined: 28 Mar 2005
Posts: 1264
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Working with USB Flash Drives?
|
|
|
On Mon, 24 Jan 2005 00:42:04 -0500, ptkacz@cogeco.ca
<ptkacz@cogeco.ca> wrote:
| Quote: | My laptop didn't come with a floppy drive, so I'm making use of a USB Flash
Drive. Upon inserting the flash drive into a USB port, Debian recognizes
it. I am then able to as root mount it by way of,
mount -t vfat /dev/sda1 /memstick
I am able to list, copy, move, delete, etc. the contents of the drive, but
how do make such privileges for a non-root user accessable?
I've even tried to chmod "/memstick", as well, have added the following
information to /etc/fstab,
/dev/sda1 /memstick vfat rw,noauto,user 0 0
I've even added the user the the group hal.
Add "umask=0" to the options. |
|
|
| Back to top |
|
 |
Alexander Clouter *nix forums addict
Joined: 05 Apr 2005
Posts: 63
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Secondary battery problems with 2.6.8 kernel
|
|
|
On 2005-01-31, larwe@larwe.com <larwe@larwe.com> wrote:
| Quote: | So the 'present voltage' is still at 0mV but the laptop is certainly
up
and running!
Sounds like a BIOS bug to me. Do you have Windows installed on this
laptop? I'd be curious to see if Windows can report the battery state
accurately.
Not a BIOS bug but a ACPI DSDT bug (which is acquired from the BIOS, so kind |
of right You can learn more about this by going to
http://acpi.sourceforge.net/ (IIRC) or sending me the output from:
# cat /prox/acpi/dsdt > DSDT.aml
I will then rewrite the relevant section for you after you install the
'acpi initrd' patch. then things should start working. On my Thinkpad T40p
I had plenty of ACPI DSDT 'bugs'. I have managed to enable fan support,
found five additional sensors, enabled C4 power saving, enable support to
change the LCD brightness through ACPI and add 'linux' support flags to the
table. You can have a lot of fun with it and make you machine much more
power saving friendly, if you have the time.
Cheers
Alex |
|
| Back to top |
|
 |
JGH *nix forums beginner
Joined: 15 Apr 2005
Posts: 7
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: PCMCIA radio?
|
|
|
Ian Stirling <root@mauve.demon.co.uk> wrote in
| Quote: | I've seen USB.
PCMCIA USB adaptor + USB radio = job donw.
|
Well, I haven't checked ebay this week but last week some guy had 3 new
pcmcia TV tuner cards for sale. But I'm blind and I don't want TV. And I
don't want to pay $100. |
|
| Back to top |
|
 |
Martin Liddle *nix forums beginner
Joined: 18 Apr 2005
Posts: 3
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
In message <7xpsyz6pnx.fsf@ruckus.brouhaha.com>, Paul Rubin
<http@?.cx.invalid> writes
| Quote: | Martin Liddle <news09@tynecomp.co.uk> writes:
Are you sure. What about <http://ipw2100.sourceforge.net/>?
That is the binary wrapper thingie, I think.
|
The project describes itself as "an open source 802.11b driver for the
ipw2100".
--
Martin Liddle, Tynemouth Computer Services, 27 Garforth Close,
Cramlington, Northumberland, England, NE23 6EW.
Web site: <http://www.tynecomp.co.uk>. |
|
| Back to top |
|
 |
General Schvantzkoph *nix forums Guru
Joined: 20 Feb 2005
Posts: 425
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
On Thu, 17 Feb 2005 09:51:14 -0800, Paul Rubin wrote:
| Quote: | Martin Liddle <news09@tynecomp.co.uk> writes:
Are you sure. What about <http://ipw2100.sourceforge.net/>?
That is the binary wrapper thingie, I think.
|
Looks like a real driver to me. The wifi wrapper is Ndiswrapper which
allows you to use a Windows driver. |
|
| Back to top |
|
 |
Paul Rubin *nix forums Guru
Joined: 28 Feb 2005
Posts: 1197
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
Martin Liddle <news09@tynecomp.co.uk> writes:
| Quote: | That is the binary wrapper thingie, I think.
The project describes itself as "an open source 802.11b driver for the
ipw2100".
|
I see now, it downloads a binary firmware module into the card. Also,
it says the card itself has no hardware docs, so it's done by reverse
engineering. Using a pcmcia card is a nuisance, but if I want to use
an internal card, I think I'll try to find an Orinoco mini-PCI card
that's documented and doesn't need any binary downloads or reverse
engineered drivers. |
|
| Back to top |
|
 |
Berhane T *nix forums beginner
Joined: 20 Feb 2005
Posts: 4
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop? - the verdict
|
|
|
I went with SuSE 9.2 Pro and I love it!!! The graphical interface is
simply phenomenal and YaST makes installation and configuration so
easy. From my brief experience with SUSE, I would definately recommend it
over RedHat 9.0 or Fedora 2/3.
I did a network install and eveything went well except that SuSE didn't detect my graphics card and
monitor properties right. After a little scare and disappointment, I did
a reinstall and specified the right graphics card and monitor settings and
everything seems to be working fine. Now, I am moving on to the
infamous process of getting my wireless card to work.
Thanks everyone for the input,
BT
____________________________________________________________________
On Thu, 17 Feb 2005, Berhane wrote:
| Quote: | I have always been a Redhat/Fedora guy, but that was all when I had
desktops with P3/P4 processors. I finally invested in an HP Pavillion
3340 laptop with 1.5GHz Centrino and I am now pondering which Linux
distribution to install.
Fedora Core 2 supposedly doesn't detect the built-in Intel wireless cards
in Centrino laptops and one would need to go through some hustle to get
WiFi working. Does anyone know if that problem has been fixed in Fedora
Core 3?
I am thinking of SUSE because of its reputation and since HP has started
selling its Centrino laptops with Novell/SUSE.
Any recommendations?
|
|
|
| Back to top |
|
 |
Paul Rubin *nix forums Guru
Joined: 28 Feb 2005
Posts: 1197
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
Martin Liddle <news09@tynecomp.co.uk> writes:
| Quote: | Are you sure. What about <http://ipw2100.sourceforge.net/>?
|
That is the binary wrapper thingie, I think. |
|
| Back to top |
|
 |
Dan Say *nix forums beginner
Joined: 20 Feb 2005
Posts: 5
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Battery operated, light weight Linux HW to be carried in a model airplane
|
|
|
<Dussrviok> wrote:
| Quote: | I am searching for a Linux hardware (which will be used in a
model airplane) with the following specs;
* Small
* Battery operated (single power input 5v, or 9v or 12v)
* Light weight
* Supports min 4 RS232 ports
* Parallel printer port (for digital I/O) (or 8-16 digital
I/O) * Optional USB port
* 10/100 Ethernet port
* Capable booting either from a USB memory and/or a Compact
Flash disk
Any recommendation? |
|
|
| Back to top |
|
 |
Bill Waddington *nix forums Guru Wannabe
Joined: 07 Mar 2005
Posts: 178
|
Posted: Sun Feb 20, 2005 7:43 pm Post subject:
Re: Fedora or SuSE for centrino laptop?
|
|
|
On Thu, 17 Feb 2005 13:29:56 -0500, General Schvantzkoph
<schvantzkoph@yahoo.com> wrote:
| Quote: | On Thu, 17 Feb 2005 09:51:14 -0800, Paul Rubin wrote:
Martin Liddle <news09@tynecomp.co.uk> writes:
Are you sure. What about <http://ipw2100.sourceforge.net/>?
That is the binary wrapper thingie, I think.
Looks like a real driver to me. The wifi wrapper is Ndiswrapper which
allows you to use a Windows driver.
|
The General is correct. The IPW driver is (mostly) open source - and
written primarily (so far) by Intel folks. Ndiswrapper is a Linux
wrapper for the XP driver.
Either one works fine in my somewhat limited experience with my
IBM R40 Centrino running FC2.
Bill
--
William D Waddington
william.waddington@beezmo.com
"Even bugs...are unexpected signposts on
the long road of creativity..." - Ken Burtch |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Wed Dec 03, 2008 8:53 pm | All times are GMT
|
|
Remortgages | Business Gifts | Loans | Teen Chat | Car Finance
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|