PDA

View Full Version : Answers...Please Read This...


laclasse
03-13-2003, 11:34 AM
bneumeier :

You are absolutely right. I wish to apologise as i was suspecting a hardware flaw. Actually i might not be completely wrong, as the flaw is from the Phoenix Bios Note 4, as it looks like it cannot set DMA, on the disk, while our favorite OS does.

To all:

Here is what i use to set DMA on the disk in a bash script executed at boot.

#!/bin/bash
hdparm -c1d1X69 /dev/hda ;
hdparm -u1 -k1 /dev/hda ;
echo "Forcing DMA and 32bit transfert ......................done" ;
echo "Enabling ATA 100 Mode ................................done" ;

This could get better using statements as if etc, this is just quick and dirty hack.


I finally made the wireless work, unfortunately it is nowhere a reference. I am using a proprietary ATMEL 11mbits Wireless Cardbus PCMCIA card. This is not supported by kernel drivers. The company does suplly a linux tar ball, with the src for the modules, so you can build them. Only problems, where linux wireless tools expect it as a wlan0 interfaces, it get assigned an ethX one. So no iwconfig or other iw.

Had to edit /etc/pcmcia/config and add the card description, as well as binding it with the proprietary module previously built and inserted. Lots of errors, timed out but well, not a regular card, hope to get a 3com or LinkSys, even Dlink soon.

Here is the screenshot of it working :


http://www.pctorque.com/misc/wifi_5660.jpg


As well, i have tried something interesting.

As i am running the ATI prop drivers on my desktop, and the latest cvs radeon DRI with X 4.3.0 on the sager, i copied the libGL.so.1.2 of the ati drivers, and replaced my original Mesa DRI libGL.so.1.2 with it, backing it up, off course. Here is the ls -lh of it, showing the size differences, as well as the backup one.



-rwxr-xr-x 1 laclasse laclasse 499K Mar 13 05:56 /usr/X11R6/lib/libGL.so.1.2
-rw-r--r-- 1 root root 396K Mar 10 09:22 /usr/X11R6/lib/libGL.so.1.2Mesa

The results, same 3D performance, but hey, more extensions to the drivers, so ut2k3 now runs ;)

ATTN: This is higly experimental, and hasn't prooved stable yet. I will not advise trying it, and will assume no responsability if ya loose X and essential settings, perfs etc.

I have now Tactical OPs ( UT mod- original, not 2k3 ) running very well, at a good 40/50 av at 1400x1050 fulls screen.

Hopefully i will get a TV soon, then i will be able to investigate the TV out and other Xinerama extensions. Please Comment.

NeoCORE
03-13-2003, 11:55 AM
Thanks again for the info... I have currently switched to mandrake 9.1rc2 and it's the distro I am most comfortable with... once I get a vanilla kernel up and running, add the ati extensions, I think I will try out x 4.3.0 with the different lib... can't be without UT2003.. but also like to keep up to date as well.


Cheers

NeoCORE

laclasse
03-13-2003, 12:08 PM
About the kernel, this is not a do able thing for a single reason. Everything depends of your modules configuration. I use LOTS of modules, nearly everything in my kernel is a module, so as well as loading a kernel that i would compile for others, you will still have to flicker around with modutils tools, and edit your /etc/modules.conf, /etc/modules etc .... It will be even more confusing.

But here is the news, im am currently developping a distro, based on Debian :cool: which will be preconfigured for the sagers familly, anyhow the recents ones, the 56XX and 888X series. I use a lot of the knoppix stuff for it at it is really good for Hardware recognition scripts. I will have off course to get somehow my hands on a 888X as i haven't tested all of it really.

The iso will be put on servers in ...well as debian says, when its ready. It is hard to work on a lot of projects while working, but you all know that. Note that this will be a base install, with a option to install more of the network at install. I cannot include all, as i want to keep it small and clean ( 300 Megs ish Max ).

Will be posting.............:cheers:

NeoCORE
03-13-2003, 12:19 PM
Wow... now that sounds cool, I am eagerly looking forward to that...

As for the kernel, does it automatically load the required modules at runtime, or do you have to set which ones to load on boot?

Cheers

laclasse
03-13-2003, 12:56 PM
Depending on distro, the modules can be handled differently, so i would refer you to the man lsmod, modprobe, depmod and rmmod of you corresponding distros.

On debian, i edit /etc/modules, text file, and place all the modules i want loaded at boot, one per line, without the .o extension.

For example, ethernet is loaded like this:

part of /etc/modules
-----------------------
8139too
-----------------------

You can run /etc/init.d/modutils to get a instant dependency of the new modules, after saving the /etc/modules file. Special module configuration is done in /etc/modules.conf or /etc/conf.modules ( depending distros ) and on debian for example, you make changes in /etc/modutils, then run the update-modules as root ( mandrake too, i think they stole the update-menu and update-modules from deb ).

NeoCORE
03-13-2003, 01:13 PM
cheers again :D

that was a sly wee remark at the end there... defending fav distro :D

"mandrake too, i think they stole the update-menu and update-modules from deb"

Now now, open source ;)

Jack_Burton
03-10-2005, 07:02 AM
Very good read. I hope to check out that distro you are setting up.

I'm new to linux on a notebook, but have some experience with linux on my work infrastructure.


^_^_^

Ling
03-10-2005, 06:41 PM
Why is this a sticky?

mmarkin
03-11-2005, 05:15 PM
Good call. This is really outdated and doesn't have much content in the first place. Either way, one can find any needed info by searching. Unstickying...

P.S. You are always welcome to bug me directly, Ling. :)