ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] ndiswrapper
  @ 2007-07-13 20:38 ` vlavi
  2007-07-14  4:12   ` Евгений
  0 siblings, 1 reply; 3+ messages in thread
From: vlavi @ 2007-07-13 20:38 UTC (permalink / raw)
  To: community

 Не, ни черта ни выходит, invalid driver, хоть ты тресни...

> Message: 6
> Date: Fri, 13 Jul 2007 18:58:48 +0400
> From: Евгений <evgent@tula.net>
> Subject: Re: [Comm] ndiswrapper
> To: vlavi <vlavi@rambler.ru>,   ALT Linux Community
>         <community@lists.altlinux.org>
> Message-ID: <200707131858.48900.evgent@tula.net>
> Content-Type: text/plain;  charset="koi8-r"

> В сообщении от Friday 13 July 2007 18:04:25 vlavi написал(а):
>> Ndiswrapper  поставлен. На диске ALC3.0 его не было, на сайте altlinux
>> он    не    найден.    Добрый    человек    подбросил    вот   это   -
>> ndiswrapper-1.16-alt0.M30.1.i586,   заверив,   что   это   wrapper  из
>> альтовского  дистрибутива,  который  на  ДВД-диске.  Действительно, он
>> корректно  поставился,  через ndiswrapper -i был загружен .inf файл, а
>> вот  потом  ndiswrapper  -l  пишет  invalid driver! Это значит, что не
>> судьба мне увидеть wifi на Линуксе?

> А теперь сделайте так:
> #lspci -nn

  сделал

>  Будет  показано  оборудование.  >  Ищите  свою wifi карту и в конце
>строки будут цифирки вот в таком шаблоне: > [xxxx:xxxx] >

Да есть 0000:02:03.0 Class 0280: 14e4:4318 (rev 02)

Копируете их > Далее > #ndiswrapper -a xxxx:xxxx driver

у ndiswrapper нет ключа -а, вы ничего не путаете?

> driver - имя драйвера. Например:
> #lspci -nn
> [..]
> 01:05.0 Network controller [0280]: Intel Corporation PRO/Wireless LAN 2100 3B
> Mini PCI Adapter [8086:1043] (rev 04)

> Запоминаю 8086:1043

> #ndiswrapper -l
> w70n51 : Invalid driver

> #ndiswrapper -a 8086:1043 w70n51

> #ndiswrapper -l
> w70n51 : driver installed
>         device (8086:1043) present (alternate driver: ipw2100)

> Пробуйте.


вот лог, в общем

[root@comp  root]#  lspci  -nn 0000:00:00.0 Class 0600: 8086:2590 (rev
03)  0000:00:02.0  Class  0300:  8086:2592 (rev 03) 0000:00:02.1 Class
0380:  8086:2792  (rev 03) 0000:00:1b.0 Class 0403: 8086:2668 (rev 03)
0000:00:1c.0  Class  0604: 8086:2660 (rev 03) 0000:00:1c.3 Class 0604:
8086:2666  (rev  03)  0000:00:1d.0  Class  0c03:  8086:2658  (rev  03)
0000:00:1d.1  Class  0c03: 8086:2659 (rev 03) 0000:00:1d.2 Class 0c03:
8086:265a  (rev  03)  0000:00:1d.3  Class  0c03:  8086:265b  (rev  03)
0000:00:1d.7  Class  0c03: 8086:265c (rev 03) 0000:00:1e.0 Class 0604:
8086:2448  (rev  d3)  0000:00:1f.0  Class  0601:  8086:2641  (rev  03)
0000:00:1f.1  Class  0101: 8086:266f (rev 03) 0000:02:00.0 Class 0200:
14e4:170c  (rev  02)  0000:02:03.0  Class  0280:  14e4:4318  (rev  02)
[root@comp root]# ndiswrapper -a
Usage: ndiswrapper OPTION

Manage ndis drivers for ndiswrapper.
-i inffile        Install driver described by 'inffile'
-d devid driver   Use installed 'driver' for 'devid'
-e driver         Remove 'driver'
-l                List installed drivers
-m                Write configuration for modprobe
-da               Write module alias configuration for all devices
-di               Write module install configuration for all devices
-v                Report version information


where 'devid' is either PCIID or USBID of the form XXXX:XXXX
[root@comp root]# ndiswrapper -d 14e4:4318
Usage: ndiswrapper OPTION

Manage ndis drivers for ndiswrapper.
-i inffile        Install driver described by 'inffile'
-d devid driver   Use installed 'driver' for 'devid'
-e driver         Remove 'driver'
-l                List installed drivers
-m                Write configuration for modprobe
-da               Write module alias configuration for all devices
-di               Write module install configuration for all devices
-v                Report version information


where 'devid' is either PCIID or USBID of the form XXXX:XXXX
[root@comp root]# ndiswrapper -d 14e4:4318 bcmwl5.inf
ls: /etc/ndiswrapper/bcmwl5.inf/: No such file or directory
Driver 'bcmwl5.inf' is not installed properly!
[root@comp root]# mc
[root@comp root]# exit
exit

[root@comp root]# ndiswrapper -d 14e4:4318 bcmwl5.inf
ls: /etc/ndiswrapper/bcmwl5.inf/: No such file or directory
Driver 'bcmwl5.inf' is not installed properly!
[root@comp root]# mc
[root@comp bcmwl5]# exit
exit

[root@comp root]# ndiswrapper -i bcmwl5.inf
bcmwl5 is already installed. Use -e to remove it
[root@comp root]# ndiswrapper -l bcmwl5.inf
Installed drivers:
bcmwl5  invalid driver!
[root@comp root]#

  файл в директорию я положил, как он просил в предпоследней колонке -
  ноль эмоций.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] ndiswrapper
  2007-07-13 20:38 ` [Comm] ndiswrapper vlavi
@ 2007-07-14  4:12   ` Евгений
  2007-07-14  4:14     ` Евгений
  0 siblings, 1 reply; 3+ messages in thread
From: Евгений @ 2007-07-14  4:12 UTC (permalink / raw)
  To: vlavi, ALT Linux Community

В сообщении от Saturday 14 July 2007 00:38:37 vlavi написал(а):
>  Не, ни черта ни выходит, invalid driver, хоть ты тресни...

> > В сообщении от Friday 13 July 2007 18:04:25 vlavi написал(а):
> >> Ndiswrapper  поставлен. На диске ALC3.0 его не было, на сайте altlinux
> >> он    не    найден.    Добрый    человек    подбросил    вот   это   -
> >> ndiswrapper-1.16-alt0.M30.1.i586,   заверив,   что   это   wrapper  из
> >> альтовского  дистрибутива,  который  на  ДВД-диске.  Действительно, он
> >> корректно  поставился,  через ndiswrapper -i был загружен .inf файл, а
> >> вот  потом  ndiswrapper  -l  пишет  invalid driver! Это значит, что не
> >> судьба мне увидеть wifi на Линуксе?
> >
> > А теперь сделайте так:
> > #lspci -nn
>
>   сделал
>
> >  Будет  показано  оборудование.  >  Ищите  свою wifi карту и в конце
> >строки будут цифирки вот в таком шаблоне: > [xxxx:xxxx] >
>
> Да есть 0000:02:03.0 Class 0280: 14e4:4318 (rev 02)
>
> Копируете их > Далее > #ndiswrapper -a xxxx:xxxx driver
>
> у ndiswrapper нет ключа -а, вы ничего не путаете?

А у меня есть:
#ndiswrapper --help
install/manage Windows drivers for ndiswrapper

usage: ndiswrapper OPTION
-i inffile       install driver described by 'inffile'
-a devid driver  use installed 'driver' for 'devid' (dangerous)
-r driver        remove 'driver'
-l               list installed drivers
-m               write configuration for modprobe
-ma              write module alias configuration for all devices
-mi              write module install configuration for all devices
-v               report version information

where 'devid' is either PCIID or USBID of the form XXXX:XXXX,
as reported by 'lspci -n' or 'lsusb' for the card

>
> [root@comp root]# ndiswrapper -i bcmwl5.inf
> bcmwl5 is already installed. Use -e to remove it
О!  Уже установлен.

> [root@comp root]# ndiswrapper -l bcmwl5.inf
> Installed drivers:
> bcmwl5  invalid driver!
> [root@comp root]> # 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] ndiswrapper
  2007-07-14  4:12   ` Евгений
@ 2007-07-14  4:14     ` Евгений
  0 siblings, 0 replies; 3+ messages in thread
From: Евгений @ 2007-07-14  4:14 UTC (permalink / raw)
  To: ALT Linux Community

В сообщении от Saturday 14 July 2007 08:12:34 Евгений написал(а):
> В сообщении от Saturday 14 July 2007 00:38:37 vlavi написал(а):
> >  Не, ни черта ни выходит, invalid driver, хоть ты тресни...
> >
> > > В сообщении от Friday 13 July 2007 18:04:25 vlavi написал(а):
> > >> Ndiswrapper  поставлен. На диске ALC3.0 его не было, на сайте altlinux
> > >> он    не    найден.    Добрый    человек    подбросил    вот   это   -
> > >> ndiswrapper-1.16-alt0.M30.1.i586,   заверив,   что   это   wrapper  из
> > >> альтовского  дистрибутива,  который  на  ДВД-диске.  Действительно, он
> > >> корректно  поставился,  через ndiswrapper -i был загружен .inf файл, а
> > >> вот  потом  ndiswrapper  -l  пишет  invalid driver! Это значит, что не
> > >> судьба мне увидеть wifi на Линуксе?
> > >
> > > А теперь сделайте так:
> > > #lspci -nn
> >
> >   сделал
> >
> > >  Будет  показано  оборудование.  >  Ищите  свою wifi карту и в конце
> > >строки будут цифирки вот в таком шаблоне: > [xxxx:xxxx] >
> >
> > Да есть 0000:02:03.0 Class 0280: 14e4:4318 (rev 02)
> >
> > Копируете их > Далее > #ndiswrapper -a xxxx:xxxx driver
> >
> > у ndiswrapper нет ключа -а, вы ничего не путаете?
>
> А у меня есть:
> #ndiswrapper --help
> install/manage Windows drivers for ndiswrapper
>
> usage: ndiswrapper OPTION
> -i inffile       install driver described by 'inffile'
> -a devid driver  use installed 'driver' for 'devid' (dangerous)
В Вашем случае это -d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-14  4:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-13 20:38 ` [Comm] ndiswrapper vlavi
2007-07-14  4:12   ` Евгений
2007-07-14  4:14     ` Евгений

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git