Fedora Linux Support Community & Resources Center
  #1  
Old 4th January 2007, 08:15 PM
sleetm Offline
Registered User
 
Join Date: Feb 2006
Posts: 101
Dell E1705, some issues

Im trying to set up my wireless with ndiswrapper, but after i installed ndiswrapper (i tried from yum and from source) fc always manages to say that the command ndiswrapper cant be found. i followed instructions, do i need to add something in my command path? also, ive been trying to change my screen resolution. the display is set at generic lcd at 1440x900 which is fine, tahts what i want. but i can never change the resolution to that because its not an option in the menu... any help?
Reply With Quote
  #2  
Old 4th January 2007, 08:17 PM
sleetm Offline
Registered User
 
Join Date: Feb 2006
Posts: 101
oh by the way, my wireless card is the Dell wireless 1500 wlan, a bcm43xx. also, my vid card is an ati mobility radeon x1400, no drivers have worked for me yet so none installed
Reply With Quote
  #3  
Old 5th January 2007, 01:03 PM
SouthPaw Offline
Registered User
 
Join Date: Aug 2005
Posts: 42
In FC you often have to supply a path to the application as default paths are not set for /sbin by default. try adding /sbin/ to the front of your ndiswrapper command. If that does not work try locate ndiswrapper and see what it tells you the path is.

Post the contents of your /etc/X11/xorg.conf and I will try to help with you video issues.
Reply With Quote
  #4  
Old 22nd January 2007, 11:21 PM
sleetm Offline
Registered User
 
Join Date: Feb 2006
Posts: 101
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


ndiswrapper and fwcutter have failed me, ndiswrapper cannot load module and fwcutter says:

[root@localhost sean]# bcm43xx-fwcutter -w /lib/firmware bcmwl5.sys
Sorry, the input file is either wrong or not supported by bcm43xx-fwcutter.
This file has an unknown MD5sum 48a376e100ba257cb9d761e38577904f.
[root@localhost sean]# bcm43xx-fwcutter -w /lib/firmware bcmwl5.inf
Sorry, the input file is either wrong or not supported by bcm43xx-fwcutter.
This file has an unknown MD5sum 6c8853235717cc1845477852f91a9e91.
[root@localhost sean]# bcm43xx-fwcutter -w /lib/firmware bcmwl5
Cannot open input file bcmwl5
Reply With Quote
  #5  
Old 23rd January 2007, 02:09 PM
SouthPaw Offline
Registered User
 
Join Date: Aug 2005
Posts: 42
There are often two ways to handle troubleshooting a display issue. The first is to supply less information the other is to supply more. Try commenting out the HorizSync and VertRefresh lines and let them autodetecing. Also in the screen section comment out most of your Modes. when troubleshooting I like to have the resolution I am trying to obtain first and then a basic fall back such as 800x600. It reduces some of the problems.

If this does not work (make sure you back up your xorg.conf file, you may not have a gui if this fails) try the following monitor section that has a custom modline that I think will work for your display.


Try Changing / adding the following to the

Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
ModeLine "1440x900" 130 1440 1452 1572 1896 900 901 904 937 +HSync +VSync
#Option "dpms" #coment out this line
EndSection

This is the modline for a D800 laptop, however it should be close enough that we can furthur tweak it.

Im not sure how to help you with your wireless. I dont have any experience with ndiswrapper. The only thing I can say from reviewing your situation is:
Are core duo systems 64 bit? Do you have a 64 bit os? The dell 1500 card in a draftN card. Is there any linux support for this type? I have an ipw3945 which was the standard for your laptop, I have had very few issues with it.
Reply With Quote
  #6  
Old 23rd March 2007, 07:00 AM
sleetm Offline
Registered User
 
Join Date: Feb 2006
Posts: 101
no dice on that... this is getting really annoying. i cnat get anything to work on this laptop
Reply With Quote
  #7  
Old 23rd March 2007, 07:03 AM
sleetm Offline
Registered User
 
Join Date: Feb 2006
Posts: 101
anybody else have any ideas on my resolution issue? this kinda reminds me why i just use xp and ssh, takes 5 months to set up linux
Reply With Quote
  #8  
Old 28th March 2007, 02:39 AM
newbee70 Offline
Registered User
 
Join Date: Mar 2007
Posts: 1
Hey guys, I hope you can get this one up and going. I tried to load 7 rc 2 on mine and ended up with a non functional system. I'm gonna wait for fedora 7 rc 3 on the 29'th and try again.
my failures were network manager failed and xserver failed.

Harvey
Reply With Quote
Reply

Tags
dell, e1705, issues

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 e1705. After update no subwoofer breaultm Hardware & Laptops 7 31st August 2007 06:54 PM
FC5 on Dell E1705 StephenSchaeffe Hardware & Laptops 28 15th February 2007 04:50 PM
Dell Inspiron E1705 jfank Hardware & Laptops 2 4th September 2006 04:29 PM
No Sound Dell E1705 FC5 nomadxray Hardware & Laptops 8 30th August 2006 04:16 PM


Current GMT-time: 13:02 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat