LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-23-2006, 03:41 PM   #1
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Rep: Reputation: 15
My medion md-96400 laptop, video and wireless failure


My video card works fine, ati express M200, but only using the vesa driver, so i can't use a fglrx to get 3d render, when i try fglrx it just starts flashing the screen in different colors (sigle color filling entire screen). Also i cannot get my wireless card to work, the only info i can get on my wireless card is minipci (general for many wireless cards) and ralink. Since i only have a 1m udp, i would really like to get my wireless to work, so i can move out of the corner of my living room
 
Old 08-25-2006, 01:37 AM   #2
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
So can You use internet with your LOM (lan on motherboard)? If so then you can easy setup the files for your ATI Video Card and for the Wireless MiniPCI Card you should 1st figure out how the real manufacture is called. For that try involke the command as root
lspci and then you will probably see the name.
If there is a Linux Driver it will be easy if not we (you) will have to use ndiswrapper module that is able to use windows drivers.

Which Distribution do you use?
 
Old 08-25-2006, 05:26 AM   #3
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
I use arch and yes my onboard lan works fine
the card is as said a ralink rt61pci
and i cannot get fglrx to work, and the native drivers for rt61pci will not let me connect, so my guess is ndiswrapper

The problem with ait is that it works fine with the vesa driver, bu t i can't get 3d, can i now :S

Last edited by kbutcher5; 08-25-2006 at 05:29 AM.
 
Old 08-25-2006, 05:31 AM   #4
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
okay fine.
You will need ndiswrapper for this wireless card at this is not so difficult.
Regarding the ATI did you download latest driver from ATI yet?

also take a look at
http://www.linux-on-laptops.com/medion.html
and
http://tuxmobil.org/medion.html

Last edited by odcheck; 08-25-2006 at 05:34 AM.
 
Old 08-25-2006, 06:34 AM   #5
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
don't know how to install the latest driver :S tried and fucked up :S
i will read them, but my main problem with ndis is that i can't find the inf files for my card...

i have already tried the native rt61pci dirver (through the link you potsted), but i will only allow me to scan and can't associate ip's...

Last edited by kbutcher5; 08-25-2006 at 06:42 AM.
 
Old 08-25-2006, 06:45 AM   #6
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
Here is the Link of the Windows Wirless Driver
http://www1.medion.de/downloads/down...xp.exe&lang=de
If it doesn't open like we wont.
I can sent you the files via email if you want to.
Cause you only need some parts of the driver to get started with the ndiswrapper.
 
Old 08-25-2006, 11:34 AM   #7
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
Only need for the rt61...
Besides my wine won't really use the exe, it just crashes :P

Last edited by kbutcher5; 05-03-2007 at 06:50 AM.
 
Old 08-26-2006, 09:48 AM   #8
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
I have now tried 6-8 manuals, nonoe of them work, not with ndiswrapper nor regular native drivers, i am 2 inches away from reinstalling windows on this before i go mad...
 
Old 08-26-2006, 11:37 AM   #9
Techmeology
LQ Newbie
 
Registered: Aug 2006
Distribution: Arch
Posts: 16

Rep: Reputation: 0
If you are using Debian, you need to install the "kernel-image-2.6.8-3-686" rather than the default 2.4x, or 2.6.8-2. You should then be able to install the wrapper module and make it work with a script like this:
Code:
insmod /lib/modules/`uname -r`/misc/ndiswrapper.ko
iwconfig wlan0 essid ******** mode managed enc s:************* open channel 3
iwconfig
dhclient wlan0
where the ******** is the ssid and the ************* is the WEP code.

If you can't get the driver out of the .exe, you could try the Windows driver (I know, that isn't recommended, but it worked for me, and might for you). Also, please note that this script must be run after login. You must either be root, or use su root.
 
Old 08-26-2006, 03:28 PM   #10
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
i am running arch, so i have the 2.6.17 kernel alrready
i've already tried scripts like that, but they diddent work
 
Old 08-26-2006, 04:07 PM   #11
Techmeology
LQ Newbie
 
Registered: Aug 2006
Distribution: Arch
Posts: 16

Rep: Reputation: 0
2.6.8-3 Wasn't a minimum, Debian ships the module for that kernel version. I don't know much about Arch, you need to use modules for the kernel version that you are using.
 
Old 08-26-2006, 04:28 PM   #12
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
WEll i downloaded the modules, tried native rt61 and rt2500, trioed them in 5 different ways, tried ndiswrapper with rt61 and rt2500 modules, nothing works, i am going insane :'(
i can only scan but not connect to ANY ap at all....
 
Old 08-27-2006, 05:44 AM   #13
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
I just dropped you a how to via email. incl. the attached winxp driver Files!
 
Old 08-27-2006, 03:51 PM   #14
kbutcher5
Member
 
Registered: Jun 2006
Distribution: Arch and yes winblows on one :P
Posts: 105

Original Poster
Rep: Reputation: 15
thx m8, i just dropped you back about the next problem in line, but it atleast looks to be going forward...
 
Old 08-28-2006, 05:13 AM   #15
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
So as far I understand now you loaded the xp drivers succesfully using ndiswrapper?
a) Is that correct?
b) if you say ndiswrapper -l does it show you the correct loaded driver
c) if you run /sbin/ifconfig -a is your wireless card listed there?
If that all applies you should be able to configure your card using iwconfig like
Techmeology said and like the how to shows I sent you via mail.
- is your wirless network encrypted?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux on MEDION laptop - Which distro best fit ? plume Linux - Distributions 2 11-02-2006 03:44 AM
Medion MD96400 wireless help... kbutcher5 Linux - Wireless Networking 2 08-24-2006 03:57 PM
Problem-ubuntu-no graphical interface on laptop MEDION 96500-ATI Mobility X700 XL miguipda Linux - Laptop and Netbook 3 12-30-2005 08:34 AM
Some hardware on the Medion MD41300 laptop johndoesacc Debian 9 07-07-2005 08:12 PM
Fedora Core 3 on Medion Laptop Gorgeus Linux - Laptop and Netbook 1 02-01-2005 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration