* [Comm] gigaraid ITE8212
@ 2003-07-15 7:13 "KoLyA"
2003-07-15 11:38 ` [Comm] " Sergey Vlasov
0 siblings, 1 reply; 3+ messages in thread
From: "KoLyA" @ 2003-07-15 7:13 UTC (permalink / raw)
To: community
мать gigabyte серверная на i865, с сабжем на борту.
что можно сделать под alm2.2
у них на сайте дают модуль под redhat7.3 и mdk9 с ядром 2.4.18.
делал insmod scsi_mod; insmod sd_mod; insmod -f iteraid.o.
...will taint the kernel
..forced load...
и т.д.
как я понял не сработало: unresolved symbol scsi_scanbus (пишу вдали от той машины по памяти), и скази все еще недоступен.
пока что винт из рейда перекинул на обычный ide
кто нибудь с ним работал?
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Comm] Re: [d-kernel] Re: gigaraid ITE8212
2003-07-15 11:38 ` [Comm] " Sergey Vlasov
@ 2003-07-15 11:14 ` Anton Farygin
0 siblings, 0 replies; 3+ messages in thread
From: Anton Farygin @ 2003-07-15 11:14 UTC (permalink / raw)
To: ALT Linux kernel packages development; +Cc: community
[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]
Sergey Vlasov пишет:
> On Tue, 15 Jul 2003 11:13:34 +0400
> "KoLyA" <kolyag@mail.ru> wrote:
<skip>
> /*
> * linux/drivers/scsi/iteraid.c
> *
> * (C) Copyright 2002-2003 Integrated Technology Express, inc.
> *
> * Nov 11, 2002 Mark Lu file created.
> *
> * ITE IT8212 RAID controller device driver for Linux.
> *
> * This program is free software; you can redistribute it and/or modify it
> * under the terms of the GNU General Public License as published by the
> * Free Software Foundation; either version 2, or (at your option) any
> * later version.
> *
> * This program is distributed in the hope that it will be useful, but
> * WITHOUT ANY WARRANTY; without even the implied warranty of
> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> * General Public License for more details.
>
> Ну и что с таким безобразием с лицензиями делать?
Собирать спокойно и не вникать. Написано же - GPL ( в исходнике)... все
остальное - исхищрения авторов этого самого портала.
Rgds,
Rider
[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Comm] Re: gigaraid ITE8212
2003-07-15 7:13 [Comm] gigaraid ITE8212 "KoLyA"
@ 2003-07-15 11:38 ` Sergey Vlasov
2003-07-15 11:14 ` [Comm] Re: [d-kernel] " Anton Farygin
0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2003-07-15 11:38 UTC (permalink / raw)
To: community; +Cc: devel-kernel
On Tue, 15 Jul 2003 11:13:34 +0400
"KoLyA" <kolyag@mail.ru> wrote:
> мать gigabyte серверная на i865, с сабжем на борту.
>
> что можно сделать под alm2.2
>
> у них на сайте дают модуль под redhat7.3 и mdk9 с ядром 2.4.18.
> делал insmod scsi_mod; insmod sd_mod; insmod -f iteraid.o.
> ...will taint the kernel
> ..forced load...
> и т.д.
> как я понял не сработало: unresolved symbol scsi_scanbus (пишу вдали
> от той машины по памяти), и скази все еще недоступен.
>
> пока что винт из рейда перекинул на обычный ide
>
> кто нибудь с ним работал?
Безобразие:
1. http://www.ite.com.tw/productInfo/Download.html#IT8212%20ATA133%20Controller
Тыкаем в Binary Code:
http://www.ite.com.tw/pc/LinuxDriver_it8212_092029-02.zip - там лежат
бинарники для Red Hat 7.3, 8.0, 9.0 и Mandrake 9.0. Смотрим modinfo:
$ /sbin/modinfo iteraid.o
filename: iteraid.o
description: "ITE IT8212 RAID Controller Linux Driver"
author: "ITE,Inc."
license: "GPL"
^^^^^^^^^^^^^^^^^
2. На той же странице тыкаем в Source Code, попадаем на
http://www.ite.com.tw/productInfo/pc_userinfo.asp?FileName=L2 - просят
много всякого. Впрочем, заполнять это бесполезно - в mozilla-1.2.1-alt6
их скрипты не работают. Ладно, фиг с ними - View Source и смотрим, куда
он хотел идти дальше:
3. http://www.ite.com.tw/productInfo/pc_ula.asp?DownFile=Linux_DrvSrc_092029-02.zip&hasFilled=YES
Вот те раз! Это с какого перепугу на GPL-драйвер они такое повесили?
Ладно, списываем это на общую боязнь GPL и общий текст для всего подряд
на сайте, идём дальше:
http://www.ite.com.tw/pc/Linux_DrvSrc_092029-02.zip
В самом драйвере написано:
/*
* linux/drivers/scsi/iteraid.c
*
* (C) Copyright 2002-2003 Integrated Technology Express, inc.
*
* Nov 11, 2002 Mark Lu file created.
*
* ITE IT8212 RAID controller device driver for Linux.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
Ну и что с таким безобразием с лицензиями делать?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-07-15 11:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15 7:13 [Comm] gigaraid ITE8212 "KoLyA"
2003-07-15 11:38 ` [Comm] " Sergey Vlasov
2003-07-15 11:14 ` [Comm] Re: [d-kernel] " Anton Farygin
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