PDA

View Full Version : modem wireless


Strassa
25-10-2005, 13:47
Ciao a tutti
Sono appena passato a Linux per motivi scolastici. Ho installato Fedora 2 e non riesco ad installare il modem wireless. Il mio problema è che non sono proprio nuovo con linux, non saprei neache dirvi la versione del kernel!! penso 2.4....
Ho cercato di seguire le istruzioni di installazione del modem ma ho trovato dei problemi già al primo punto. :muro:

*********************************************************
*** OEM 11Mbps WLAN USB adapter ***
*** Linux Driver ***
*** Copyright (c) 2002 ***
*** CNet CO., Ltd. ***
*********************************************************
*** USB Driver Version 2.1.2.1 ***
*********************************************************
*** X windows Application (xvnet) version 4.0.0.0 ***
*** command line utility (lvnet) version 1.0 ***
*********************************************************

A. Environment:
- Our software environment of system as below:
OS: Linux kernel 2.4.18-3 on an i686
Distribution: RedHat 7.3

B. Environment setup:
- Linux kernel source:
In order for the applications to run you have to
enable CONFIG_NET_RADIO in the kernel.

1. In /usr/src/linux (or linux-2.4)
# make menuconfig
Select Network Device Support
|--->Wireless LAN (non-hamradio)
|--->Wireless LAN (non-hamradio)
2. # make dep

- USB controller:
Use uhci.o rather than the default usb-uhci.o.

1. Edit /etc/modules.conf and replace
"alias usb-controller usb-uhci" with
"alias usb-controller uhci"

2. Reboot the system.
# reboot


C. Installation Procedure:
- Unpack the CNWLC-611-OEM-AR-USB-LRP-V1.00.tgz package
(anywhere you like).
# tar xzvf CNWLC-611-OEM-AR-USB-LRP-V1.00.tgz

- In the setup directory run:
# make clean (clear old object codes)
# make config (Answer the question)
# make install (Build & install the modules)

This will do everything (install the driver patch
and the necessary files ). (make sure that you logged on
as root).
Il mio problema è che finito questo (che più o meno sono riuscito a concludere) non so più cosa fare per capire se il modem è installato.. :stordita:

vorrei anche capire cosa servono i comandi che digito! grazie

hilo
25-10-2005, 14:54
hai ricompilato il kernel col modulo per il tuo modem; per sapere com'e' andata dovresti postare gli output; che poi funzioni e' tutto un'altra questione, visto che il tuo modulo fa riferimento al kernel 2.4.x mentre fedora monta un kernel 2.6.x

Strassa
25-10-2005, 15:53
ok e come faccio a vedere gli output?
c'è un comando per vedere la versione del kernel?

Strassa
27-10-2005, 18:00
aiutatemi, mi serve per motivi di studio :cry:

Strassa
28-10-2005, 17:38
digitando lsusb mi risponde:

Bus 003 Device 004: ID 1371:0014
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

con solo collegato il modem wireless usb..
Come devo fare per capire se il modem è veramente installato?