| « Previous Thread | Next Thread » |
|
Hi,
I have compiled the source code of "nokia_d211-linux-1.04.tar.gz" on a IBM Thinkpad 600E with SuSe linux 8.1 on Kernel 2.4.19. After some manual adaptations, the WLAN part of the card works fine including WEP security. The problem: In the NOKIA_CS skript the command (initlog -c "$NOKIA_CS" & is used, which is not supported by SuSe linux. That means that the daemon is not started when the card is inserted. When I change the command to "$NOKIA_CS &" the daemon is startet, but not stopped anymore, probably because the output of the command is not logged by initlog -c.Is there any solution/workaround for this problem? |
|
D211 works and is only supported with Red Hat Linux.
change from Suse to red Hat. |
| franz_meyer |
| View Public Profile |
| Find all posts by franz_meyer |
|
I changed the command to "$NOKIA_CS" & and it works.
The & must be outside of the quotes. |
|
After editing the line 49 to
"$NOKIA_CS" >/dev/nul 2>&1 the daemon will stop by itself. This changes are necessary under Debian and SuSE-Linux |
| fruchtversand |
| View Public Profile |
| Find all posts by fruchtversand |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|