Здравствуйте, гость ( Вход | Регистрация )



 
Ответить в данную темуНачать новую тему
> Fedora Core 5 + limksys WMP54G, Проблемма с установкой драйверов
elluminel
сообщение 16.11.2006, 9:47
Сообщение #1


Байт
**

Группа: Пользователи
Сообщений: 9
Регистрация: 26.10.2006
Пользователь №: 868
Спасибо сказали: 0 раз




Господа, не смейтесь слишком громко и не пинайте ногами.

Поставил себе в компутер беспроводную карточку WMP54G от Linksys.
Но автоматически она не установилась, видать драйверов не ма.
По команде lspci он видится.
К стыду своемц признаюсь, что драйвера под линукс ставить еще не разу не приходилось.
Подскажите пожалуйста кто опытный, как найти и установить драйвера на выше означеный девайс.

За ранее благодарен!
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
dolphinik
сообщение 16.11.2006, 9:58
Сообщение #2


Размером с Блокнот
**

Группа: Заблокированные
Сообщений: 887
Регистрация: 30.11.2005
Пользователь №: 2
Спасибо сказали: 0 раз




Примерно так smile.gif

Make sure you have kernel sources installed. On RedHat and I think on SuSe you can just use the Add/Remove Applications menu item located under System Settings. Or just get the kernel source rpm and install that first. If you have the sources installed you can proceed with the driver installation which will build the module.

You also need Perl-CGI
Install perl-CGI source package by running

rpm -Uhv /mnt/cdrom/RedHat/RPMS/perl-CGI-2.81-88.i386.rpm

The RPM is on second CD I think.

Place the driverloader-1.42-1.i386.rpm somewhere (anywhere) on your drive and run this command as root:

rpm -Uhv /where/you/put/the/driverloader-1.42-1.i386.rpm

This will install the package and run a compilation script that comes with it. It will ask you for the kernel sources location defaulting to what it thinks it is. Again: I hope you have them installed else you can not get any further.
Refer to the instructions from lunxant.com for some post install configuration. The instructions they give may change at any time. At present the instructions tell you to point your browser to http://127.1:18020/ and login as root with your root password and use their simple web interface to add your email address and the license key for your MAC address.

It will also tell you to upload the two files that come on the CD with your card. Those are the windows drivers that the drivreloader will be using to activate your card. Those files are bcm43xx.inf and bcmwl5.sys. Also set your access point to whatever your wireless router is set to. For example LINKSYS or NETGEAR or whatever. (Do not mess with encryption settings just yet. Complete the install, make sure it works and then do it wink.gif

Now that you have the windows drivers installed and fed to the loader do the following:
Click on KDE/Gnome icon to bring up the menu and go to

System Settings / Network

There you click on "New" and choose "Wireless". Select "drivreloader" on the next screen; Then click "Forward" or what ever the button called and the next screen just leave defaults. (I assume you are on DHCP and do not have to give the static IP address). Leave the hostname field blank (it uses default localhost but will not tell you that) and hit "apply" Then tag the little check box for the "activate on boot". (though this check box will not do anything for you at this stage)

Up to this point of installation procedure linuxant gives you all the instructions but you will soon find that you have to start the nic manually and then do not forget to stop it before shutdown or reboot. If you do forget it will lockup your hard disk and will cause unmount failure. So here is how you fix that little problem:

To make sure that the card properly starts and stops at boot/shutdown time you need to do some manual settings: open /etc/rc.local file in a text editor and add one line in there:
modprobe driverloader

That would be the last line in the file. Then open your
/etc/sysconfig/network-scripts/ifcfg-eth0
and set
ONBOOT=yes
(lower case 'yes')
RATE=54Mb/s

Just in case. Here is what your /etc/sysconfig/network-scripts/ifcfg-eth0 should look like (I removed my access point and the encription stuff for security also the MAC you see is bogus enter your MAC and access points (duh))

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
USERCTL=no
PEERDNS=yes
GATEWAY=
TYPE=Wireless
DEVICE=eth0
HWADDR=00:5c:91:60:2c:99
BOOTPROTO=dhcp
NETMASK=
ONBOOT=yes
DHCP_HOSTNAME=nautilus
IPADDR=
NAME=
DOMAIN=
ESSID=YOUR_ACCESS_POINT_STRING
CHANNEL=1
MODE=Managed
KEY=s:
RATE=54Mb/s


Save the file and run

dldrstop

Since the driver loader was not started at boot time. Once it stops type

reboot


Note that if you do not stop the dldr it will cause your hard drive to lock and it will not unmount on reboot, so you must stop it first. If you have done the last steps then you would not need to stop it the next time you boot your system. The start and stop will happen automatically.


--------------------
Всё хорошо , что хорошо кончается.
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
dolphinik
сообщение 16.11.2006, 10:00
Сообщение #3


Размером с Блокнот
**

Группа: Заблокированные
Сообщений: 887
Регистрация: 30.11.2005
Пользователь №: 2
Спасибо сказали: 0 раз




Вот ещё инструкция

http://www.maxp.net/software/wmp54g-linux


--------------------
Всё хорошо , что хорошо кончается.
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
dolphinik
сообщение 16.11.2006, 10:01
Сообщение #4


Размером с Блокнот
**

Группа: Заблокированные
Сообщений: 887
Регистрация: 30.11.2005
Пользователь №: 2
Спасибо сказали: 0 раз




А вообще то я не люблю федору...Попробуй убунту Есть вероятность, что там твоя карточка сразу заведется..Ну или на крайний случай сусю, правда там гном тормозной до ужаса.


--------------------
Всё хорошо , что хорошо кончается.
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
elluminel
сообщение 16.11.2006, 10:45
Сообщение #5


Байт
**

Группа: Пользователи
Сообщений: 9
Регистрация: 26.10.2006
Пользователь №: 868
Спасибо сказали: 0 раз




исходя из ситуации, я попробую на fc, а то так ни когда и не научусь это делать. По поводу убунту, я больше к дебиану тяготею, вот дождусь нового диска и попробую под ним. Но за совет все равно спасибо. Буду пробовать.
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение

Быстрый ответОтветить в данную темуНачать новую тему
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0

Свернуть

> Похожие темы

  Тема Ответов Автор Просмотров Последнее сообщени
Нет новых Кулер для процессора Core i7-7700
выбор, отзывы
19 Denny_Azarov 8372 13.5.2020, 11:05
Посл. сообщение: vogni
Нет новых сообщений В теме есть приложенияПомогите найти прошивку для 7-дюймовый планшетный компьютер Q88h Quad-core All-in A33
Прошивка для планшета
0 DrAlligator 7371 12.11.2019, 19:53
Посл. сообщение: DrAlligator
Нет новых Кулер для Intel Core i3-7100 минимального размера.
42 Zanzibar 26623 20.8.2019, 11:20
Посл. сообщение: Zanzibar
Нет новых сообщений Intel Dual-Core E5700
не работает
4 I-et 7802 5.6.2012, 4:00
Посл. сообщение: Zhelezaka
Нет новых сообщений Процессор Intel Core 2 Solo SU3500
разгон
9 vovchik 13787 26.5.2011, 14:20
Посл. сообщение: -Гость-


 



RSS Текстовая версия Сейчас: 4.11.2024, 14:32