Unsolved
This post is more than 5 years old
2 Posts
0
67756
May 13th, 2003 15:00
Linux on Inspiron 5100
Hi Folks,
Has anyone been able to successfuly install "any" Linux distribution on Inspiron 5100?
Here successful means - that you get every peripheral working in same way as they would under
Windows XP, specially the Video, Modem and NIC.
Sincerely,
<- Bazil
Has anyone been able to successfuly install "any" Linux distribution on Inspiron 5100?
Here successful means - that you get every peripheral working in same way as they would under
Windows XP, specially the Video, Modem and NIC.
Sincerely,
<- Bazil
No Events found!


jwolter
7 Posts
0
May 24th, 2003 04:00
I think i got my screen working right (maybe not the higher resolution, didn't try beyond 1024x768 yet. modem, NIC and wifi card don't work though. bummer huh. see my other posts for details if you wonder.
i'm considering asking for a refund to another laptop because i don't get linux working on this one (especially the wifi card's problems)... but what laptop works *perfectly?*
mariachi
1 Message
0
June 12th, 2003 08:00
Yes, it is indeed possible to install linux on a inspiron 5100, but it is a little tricky.
The installation procedure for debian 3.x installation is as follows :
First, you must aquire a full install CD (because you can't make a floppy and/or netinstallation) and install debian.
Second, get the both the kernel source and headers and compile a new kernel (as normally done) and the get and compile the network drivers (search the net for broadcom 440x linux drivers) and then reboot.
Third, in order to get X you need at least XFree 4.3 (someone keeps packages on http at people.debian.org so you can use apt).
The touchpad has linux drivers supported by the manufactor, but since I use an USB mouse instead of the touchpad I haven't enabled the touchpad in linux ....
Good luck, it isn't impossible, but it isn't easy either ...
Tauge
5 Posts
0
July 13th, 2003 22:00
nikkola
5 Posts
0
July 14th, 2003 21:00
Can anybody simply say us whether is possible or not activate APM or ACPI? Maybe it will be possible with next version of BIOS and in 2.5 kernels?
NL.
longkm
2 Posts
0
July 16th, 2003 23:00
it seems if you are willing to do a bit of work it may be possible:
http://cabibbo.physics.wm.edu/~bryan/computer/inspiron5100.html
particularly the part about http://acpi.sourceforge.net and the ACPI patches.
I personally have not tried this, I just found the info. So I
longkm
2 Posts
0
July 16th, 2003 23:00
it seems if you are willing to do a bit of work it may be possible:
http://cabibbo.physics.wm.edu/~bryan/computer/inspiron5100.html
particularly the part about http://acpi.sourceforge.net and the ACPI patches.
I personally have not tried this, I just found the info. So
nikkola
5 Posts
0
July 18th, 2003 06:00
Now I have battery monitor etc etc etc. Only proccessor-status is not supported, but maybe I'm wrong. Let other owners of Dell Inspiron 5100 try Bryan's method and post something about results?
But the core of his solution is using official patches from http://acpi.sourceforge.net against "raw" kernels from ftp.kernel.org. If you try them against SuSE's (like mine), RH's or any other slightly modified kernel, then don't work - you will not be able to recompile your kernel. Of course, I would like original kernel from my distribution for lot of reasons.
Does anybody know how to apply acpi patches against RH, SuSE.... etc kernels?
NL
Tauge
5 Posts
0
July 24th, 2003 22:00
nikkola
5 Posts
0
July 25th, 2003 06:00
--- drivers/acpi/osl.c
+++ drivers/acpi/osl.c
@@ -70,6 +70,7 @@
static OSD_HANDLER acpi_irq_handler = NULL;
static void *acpi_irq_context = NULL;
+extern unsigned char AmlCode[];
acpi_status
acpi_os_initialize(void)
@@ -221,7 +222,10 @@
if (!existing_table || !new_table)
return AE_BAD_PARAMETER;
- *new_table = NULL;
+ if (strncmp(existing_table->signature, "DSDT", 4) == 0)
+ *new_table = (struct acpi_table_header*)AmlCode;
+ else
+ *new_table = NULL;
return AE_OK;
}
leinhos
5 Posts
0
July 25th, 2003 17:00
If sound is working, you can get the headphones to work. Try running alsamixer and put the Headphone setting up to 5 or 10%.
Matt
Tauge
5 Posts
0
July 26th, 2003 01:00
rgooding
1 Message
0
July 27th, 2003 14:00
Hi All
i've got Mandrake Linux 9.1 dual booting with XP home (oem installed) working with a few minor problems.. one being the modem not being detected and 2, the firewire.
as i can see the modem issue has been dealt with as per the recommendations to download the Connexant? drivers etc.. but so far everything seems good.
If you willing to jump with both feet in try Mandrake Linux 9.1 - recommended for newbies (like me!)
rgooding
cryptopo
46 Posts
0
September 4th, 2003 13:00
Battery status works / thermal works . Acpid able to tell all the events like power button/suspend pushed, closing lid also shut the backlight of the screen. so far everything seems to be good. I also have an article on running Debian on the 5100. check @ http://www.personal.psu.edu/users/t/x/txn131/linux/Inspiron5100.html
mini1
8 Posts
0
September 23rd, 2003 11:00
Nikkola
I installed Suse 8.2 too on my Dell Inspiron 5100. I have found on http://acpi.sourceforge.net/dsdt/view.php?id=63 that you have got acpi to work. I have tried to dsdt.patch but I got error when I make bzImage or kernel panic. Could you help me and send description and maybe your .config. I newbie in Linux but it is verry intresting to get it to work. My e-mail:
miroslaw.holubek@tomra.no
cryptopo
46 Posts
0
September 23rd, 2003 14:00