Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Erstes generisches Package (kein ebuild)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
SubMuffi
n00b
n00b


Joined: 15 Apr 2004
Posts: 29
Location: Essen/NRW

PostPosted: Sat May 01, 2004 1:53 pm    Post subject: Erstes generisches Package (kein ebuild) Reply with quote

Für Kernel Linux 2.6 und der Fritz DSL (kein SL, USB oder 2.0!):

Hallo,

für die Leute, die nicht auf ein ebuild warten möchten und können, habe ich für den Linux 2.6 Kernel ein Source Package erstellt. Dieses Package ist für die Leute gedacht, die von 2.4 Kernel auf 2.6 Kernel umsteigen und bereits Fritz DSL bei sich in Betrieb hatten.

Hier eine Kurzanleitung dazu:

Quelle(n):

[1] http://www.submuffi.de/~submuffi/avmfritz/avm_fcdsl-2.6-20-gentoo.tar.bz2
[2] http://www.submuffi.de/~submuffi/avmfritz/capi4k-utils-2004-03-31.tar.gz

als root:

1. cd /usr/src

2. tar xvfj avm_fcdsl-2.6-20-gentoo.tar.bz2

3. cd fritz-2.6/src.drv

4. make

5. make install


dann müsste es bei euch so aussehen:

ls -la /lib/modules/`uname -r`/misc
insgesamt 841
drwxr-xr-x 2 root root 72 1. Mai 14:31 .
drwxr-xr-x 5 root root 448 1. Mai 15:24 ..
-rw-r--r-- 1 root root 859877 1. Mai 15:24 fcdsl.ko


Wichtig sind unter anderem die neuen capi4k-utils wie in [2].

1. cd /usr/src
2. tar xvfz capi4k-utils-2004-03-31.tar.gz
3. cd capi4k-utils
4. make menuconfig
5. Erforderliche Einstellungen machen
6. exit
7. make
8. make install

Am besten einmal rebooten oder "capiinit stop" und "capiinit start".

Dann sollte folgendes in dmesg bei Euch stehen:

fcdsl: module license 'Proprietary' taints kernel.
fcdsl: AVM FRITZ!Card DSL driver, revision 0.4.0
fcdsl: fcdsl built on May 1 2004 at 14:19:05)
fcdsl: Loading...
fcdsl: Driver 'fcdsl' attached to stack. (164)
kcapi: Controller 1: fcdsl-dfc00000-03 attached
kcapi: Controller 2: fcdsl-dfc00000-03 attached
fcdsl: Loaded.
fcdsl: Using VCC/VPI/VCI = 0x1/0x1/0x20
fcdsl: Stack version 3.11-02
fcdsl: Stack version 3.11-02
kcapi: card 1 "fcdsl-dfc00000-03" ready.
kcapi: card 2 "fcdsl-dfc00000-03" ready.

Das war's! Wie gesagt: Die Anleitung ist nur für Leute, die die Fritz DSL bereits unter Linux Kernel 2.4 laufen hatten und jetzt auf Linux Kernel 2.6 umstellen möchten.

Folgendes sollte im Kernel (2.6) bei Euch als Module in der .config vom Kernel drin sein:

CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set

#
# ISDN subsystem
#
CONFIG_ISDN=m

#
# Old ISDN4Linux
#
CONFIG_ISDN_I4L=m
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
CONFIG_IPPP_FILTER=y
CONFIG_ISDN_PPP_BSDCOMP=m
CONFIG_ISDN_AUDIO=y
CONFIG_ISDN_TTY_FAX=y

#
# CAPI subsystem
#
CONFIG_ISDN_CAPI=m
CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPI20=m
CONFIG_ISDN_CAPI_CAPIFS_BOOL=y
CONFIG_ISDN_CAPI_CAPIFS=m
CONFIG_ISDN_CAPI_CAPIDRV=m

In /etc/modules.d die Datei fcdsl mit folgendem Inhalt:
options fcdsl VCC=1 VCI=32 VPI=1

Wenn ihr noch andere Werte von VCC, VCI, VPI vom 2.4er Kernel für das Module habt, dann nehmt die alten Werte. Danach bitte update-modules ausführen.

Ciao & viel Erfolg.
Back to top
View user's profile Send private message
tuXXer
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2003
Posts: 83

PostPosted: Mon May 10, 2004 11:41 pm    Post subject: Ebuild... Reply with quote

Look here for ebuilds for 2.6:

https://forums.gentoo.org/viewtopic.php?t=118784
Back to top
View user's profile Send private message
tuXXer
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2003
Posts: 83

PostPosted: Tue May 11, 2004 11:50 am    Post subject: Ab heute abend auch als fertige Ebuild! Reply with quote

Zu finden unter

https://bugs.gentoo.org/show_bug.cgi?id=50716
Back to top
View user's profile Send private message
SubMuffi
n00b
n00b


Joined: 15 Apr 2004
Posts: 29
Location: Essen/NRW

PostPosted: Tue May 11, 2004 4:38 pm    Post subject: Re: Ab heute abend auch als fertige Ebuild! Reply with quote

Leute die einen SMP-Kernel unter 2.6 haben, sollten nicht das ebuild von tuXXer nehmen,
sondern diesen hier:

http://www.submuffi.de/~submuffi/avmfritz/avm_fcdsl-2.6-20-gentoo.tar.bz2

desweitern _unbedingt_ capi4k ab 31.03.2004 nehmen:

http://www.submuffi.de/~submuffi/avmfritz/capi4k-utils-2004-03-31.tar.gz

tuXXer wrote:
Zu finden unter

https://bugs.gentoo.org/show_bug.cgi?id=50716
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum