125f6 DELL Inspiron N5110 i7 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Mobile Computing

Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment.

Reply
 
Thread Tools Display Modes
  #1  
Old August 24th, 2012, 04:41
YFDogan YFDogan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default DELL Inspiron N5110 i7

http://laptop.bsdgroup.de/freebsd/in...ptop_mf&mfid=3


Does FreeBSD not support the DELL Inspiron N5110 i7? For several trying install was not succeed (FreeBSD, PCBSD and GhostBSD too), when it is looking for X, laptop is resetting allways. I tried it with USB, with DVD and CD also.

Code:
yfdogan # lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev ff)
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev ff)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
09:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
0b:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
yfdogan #
Reply With Quote
  #2  
Old August 24th, 2012, 07:03
Beeblebrox's Avatar
Beeblebrox Beeblebrox is offline
Member
 
Join Date: Sep 2010
Posts: 713
Thanks: 39
Thanked 76 Times in 68 Posts
Default

The reason or at what point the install fails is unclear from your post:
- Is it that the livecd fails to boot?
- Is it that the OS install starts cleanly but fails at some point ? Pipe the messages into a file in that case to see the detail.
- Did you try the install with acpi disabled?
__________________
branch:head - root on zfs - amd64
BLUES, ELWOOD
ILLINOIS LICENSE : B263-1655-2187
CURRENTLY UNDER SUSPENSION
WARRANTS OUTSTANDING : PARKG. 116
MOVING VIOLATIONS : 56
ARREST DRIVER ... IMPOUND VEHICLE
Reply With Quote
  #3  
Old August 24th, 2012, 07:54
YFDogan YFDogan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

No, it is not Live. And yes I tried all the options enable and disable.
Reply With Quote
  #4  
Old August 24th, 2012, 08:11
Beeblebrox's Avatar
Beeblebrox Beeblebrox is offline
Member
 
Join Date: Sep 2010
Posts: 713
Thanks: 39
Thanked 76 Times in 68 Posts
Default

So the problem is as #2 then - the install starts but then fails at mid-point? What is dmesg output during that time? You're not giving much info to go on here...

Are you sure your hardware components are not broken? Have you run memtest and other hardware diagnostic programs (like www.inquisitor.ru)?

The compatibility of FreeBSD with your laptop hardware has nothing to do with the error you are getting. Compatibility means that 1 or 2 devices may not work properly (like your wifi card or something) because of backwards-engineered drivers. An install break is usually a hardware error and usually a RAM or HDD error at that.
__________________
branch:head - root on zfs - amd64
BLUES, ELWOOD
ILLINOIS LICENSE : B263-1655-2187
CURRENTLY UNDER SUSPENSION
WARRANTS OUTSTANDING : PARKG. 116
MOVING VIOLATIONS : 56
ARREST DRIVER ... IMPOUND VEHICLE
Reply With Quote
  #5  
Old August 24th, 2012, 08:35
YFDogan YFDogan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I will try again. By the way, is there a solution for Nvidia Optimus technology?
Reply With Quote
  #6  
Old August 24th, 2012, 08:40
YFDogan YFDogan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I will try again. By the way, is there a solution for Nvidia Optimus technology?
Reply With Quote
  #7  
Old August 24th, 2012, 09:55
wblock@'s Avatar
wblock@ wblock@ is offline
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,711
Thanks: 432
Thanked 1,757 Times in 1,456 Posts
Default

Optimus is a problem. It means that there is built-in Intel video along with a third-party NVidia or AMD GPU. If the BIOS allows disabling one of the two, it may work with FreeBSD. Sometimes there is no option in the BIOS.

The i7 onboard graphics are supported by FreeBSD 9.1 and 9-STABLE. This post gives a good overview.
Reply With Quote
  #8  
Old August 24th, 2012, 15:38
YFDogan YFDogan is offline
Junior Member
 
Join Date: Jun 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

After the installation base system and KDE, the KDE screen does not start with this error message:
Code:
 'can not create /lock pid file /var/run/kdm.pid'
And the laptop reboot allways.
Reply With Quote
  #9  
Old August 26th, 2012, 09:45
Beeblebrox's Avatar
Beeblebrox Beeblebrox is offline
Member
 
Join Date: Sep 2010
Posts: 713
Thanks: 39
Thanked 76 Times in 68 Posts
Default

That looks like an error related to the KDE-specific settings.

- Have a look through /var/log/messages and /var/log/Xorg.0.log (in xorg, the lines marked EE are the pertinent ones). File ~/.xsession-errors can also contain good info.

- Have you read The X Window System from the Handbook?

- Although xorg does it's own config business automatically these days, it might be worth a try to review and disable some stuff in your /etc/X11/xorg.conf for de-bugging.

- I don't use KDE so I don't know, but also check requirements for hald, dbus and ssl.

- Modify ~/.xinitrc as below, then just # startx - see STARTX(1). If you get a graphical environment, the problem is with your x11 setup & config files.
Code:
% echo "exec twm" > ~/.xinitrc
- Try disabling all nvidia drivers for debug.
__________________
branch:head - root on zfs - amd64
BLUES, ELWOOD
ILLINOIS LICENSE : B263-1655-2187
CURRENTLY UNDER SUSPENSION
WARRANTS OUTSTANDING : PARKG. 116
MOVING VIOLATIONS : 56
ARREST DRIVER ... IMPOUND VEHICLE
Reply With Quote
  #10  
Old Yesterday, 02:50
Avyd Avyd is offline
Junior Member
 
Join Date: Apr 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Dell Inspiron 5110
  • Dual video cards not supported
  • It is not possible to turn off a video card from the BIOS
  • It is possible to start X without getting a reset, but almost everything needs to be compiled.
  • It took me about one week to make it work, but it wasn't worth it because X still had crappy performance.

Last edited by DutchDaemon; Yesterday at 12:00.
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell Inspiron n5110 Hardware asnextage Mobile Computing 0 April 23rd, 2012 15:22
Dell Inspiron 1546 VisionIncision Mobile Computing 4 August 28th, 2011 01:04
[Solved] Dell inspiron and snd_hda(4) Markand System Hardware 2 January 17th, 2011 23:06
Dell Inspiron 1720 ChickenWing88 Mobile Computing 6 May 25th, 2009 23:31
Dell Inspiron 1100 LordZ Installing & Upgrading 9 November 25th, 2008 17:23


All times are GMT +1. The time now is 13:06.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0