Linux - HOWTO (With Stats)

Status
Not open for further replies.
Driver loaded !

Great,,

Thanx for helping me stating the obvious..... I feel so stupid sometimes...

'k

Now i get : dmesg -

Nozomi driver nozomi_tty<6>[792] nozomi_read_config_table(): Version of card: 3

what do i do now?
 
No dev devices...

I also get nothing with nom* in /dev


I'm braindead already !:eek:

Hereis my card mgr responses...


proz-gate:/usr/src/nom# cardctl info
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
proz-gate:/usr/src/nom# cardctl ident
Socket 0:
no product info available
proz-gate:/usr/src/nom# cardctl status
Socket 0:
3.3V CardBus card
function 0: [ready]
proz-gate:/usr/src/nom# cardctl config
Socket 0:
Vcc 3.3V Vpp1 3.3V Vpp2 3.3V
interface type is "cardbus"
irq 10 [exclusive] [level]
function 0:
 
Normally this means the card has crashed :(

Let do the following:

MAKE BACKUPS OF THESE FILES !!! :D

Edit /etc/sysklog.conf and add the following line:

*.* /var/log/all.log

restart syslog.

in an open console run tail -f /var/log/all.log and then insert the card - without having the driver loaded. Then insmod the driver and paste the result here :)

PinMaker said:
My blue and pink lights just keep flashing... (on the card)
 
tail -f /var/log/all.log - Fails!

I've done all as you requested, I even restarted the machine... but the tail command fails explaining the the file /var/log/all.log does not exist.


----- continues on page 16
 
Last edited:
syslog after I insmod the driver.

May 7 11:33:09 proz-gate kernel: [1452] nozomi_card_init(): Init, cards_found: 1
May 7 11:33:09 proz-gate kernel: [1341] nozomi_get_card_type(): Card type is: 2048
May 7 11:33:09 proz-gate kernel: PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
May 7 11:33:09 proz-gate kernel: Nozomi driver nozomi_tty<6>[792] nozomi_read_config_table(): Version of card: 3
May 7 11:33:09 proz-gate kernel: [784] nozomi_read_config_table(): Initialization OK!
May 7 11:33:09 proz-gate kernel: Initializing Nozomi driver (build date: May 6 2006 19:33:15)
 
Should i be trying to get it to work in USB or serial mode.... I'm feeling confused here (I have a PCMCIA card in a PCMCIA converter/PCI bus card installed in a PC) .?
 
Pink light

ok,
I've mamanged to get the "pink light" to stop blinking by disabling the PIN code... now the blue light still keeps flasing, but now is double flashes....

And still no device in /dev

:eek:
 
Was /etc/sysklogd.conf empty ? if so - just look for a file called sys....something - and btw - restart sysklogd after that :)

PinMaker said:
I've done all as you requested, I even restarted the machine... but the tail command fails explaining the the file /var/log/all.log does not exist.


----- continues on page 16
 
Ok, currently connected with my NOVATEL HSDPA Card via Linux (CentOs 4.3)

Update: :( only running 384k - working on it.
 
Last edited:
ArminM said:
still no HSDPA "luck" for my U740 tho :(
Same here ...

Tazz_Tux - the modprobe command did not do it either, got some error (will send details later). Can you try to get hold of a U740 card and try it out?

thanks!
 
Last edited:
Help me please

Hi,

I'm trying to setup a Option HSDPA Card on Centos 4 (2.6.9-22.EL) and am having endless problems!

1. I have got the PCMCIA card to work (I think)

/etc/init.d/pcmcia status
cardmgr (pid 1894) is running...

cardctl status
Socket 0:
3.3V CardBus card
function 0: [ready]

2. I do not get any entries in the system log when I eject or insert the card.

3. I tried to make the nozomi drivers that are posted in this thread and have downloaded it from http://www.pharscape.org but get strange results when I run make.

Warning: Compiling for 2.6:
make -C /lib/modules/2.6.9-22.EL/build SUBDIRS=/root/temp modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-22.EL-i686'
CC [M] /root/temp/nozomi.o
/root/temp/nozomi.c: In function `ntty_unthrottle':
/root/temp/nozomi.c:2044: warning: comparison of distinct pointer types lacks a cast
/root/temp/nozomi.c: In function `ntty_throttle':
/root/temp/nozomi.c:2057: warning: comparison of distinct pointer types lacks a cast
/root/temp/nozomi.c: In function `ntty_tty_init':
/root/temp/nozomi.c:2119: warning: assignment from incompatible pointer type
Building modules, stage 2.
MODPOST
*** Warning: "__kfifo_put" [/root/temp/nozomi.ko] undefined!
*** Warning: "__kfifo_get" [/root/temp/nozomi.ko] undefined!
*** Warning: "kfifo_alloc" [/root/temp/nozomi.ko] undefined!
CC /root/temp/nozomi.mod.o
LD [M] /root/temp/nozomi.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.9-22.EL-i686'

(When I run insmod)
insmod nozomi.ko
insmod: error inserting 'nozomi.ko': -1 Unknown symbol in module

I have installed the kernel source as well :

rpm -qa | grep kernel
kernel-smp-devel-2.6.9-22.EL
kernel-hugemem-devel-2.6.9-22.EL
kernel-doc-2.6.9-22.EL
kernel-2.6.9-22.EL
kernel-utils-2.4-13.1.69
kernel-devel-2.6.9-22.EL

I would appricate any help.

Thanks,

Neil.
 
Don't you have a kernel-source package ?

neilm said:
Hi,

I'm trying to setup a Option HSDPA Card on Centos 4 (2.6.9-22.EL) and am having endless problems!

*snip*

kernel-devel-2.6.9-22.EL

I would appricate any help.

Thanks,

Neil.
 
Tazz_Tux said:
Don't you have a kernel-source package ?
Hi,

Thank you for the response.

I only have the kernel and kernel-devel packages. I have found kernel-sourcecode-2.6.9-22.EL.i686.rpm on the net and will download it tonight. Hopefully this will help!

Neil.
 
To get the kernel sources: (This is for CentOs 4.3)

wget http://mirrors.centos.org/centos/4.3/os/SRPMS/kernel-2.6.9-34.EL.src.rpm
rpm -ivh kernel-2.6.9-34.EL.src.rpm
cd /usr/src/redhat/SOURCES
cp linux-2.6.9.tar.bz2 /usr/src
cd /usr/src
tar xfj linux-2.6.9.tar.bz2

There are some kernel config files inside /usr/src/redhat/SOURCES
just copy the appropriate config file into the /usr/src/linux-2.6.9 folder and rename it to .config
 
Status
Not open for further replies.
Top
Sign up to the MyBroadband newsletter
X