| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
olly

Anmeldedatum: 10.05.2007 Beiträge: 455 Wohnort: Bergisches Land
|
|
| Nach oben |
|
 |
morphi64
Anmeldedatum: 27.11.2009 Beiträge: 3
|
Verfasst am: 28.11.2009, 14:47 Titel: |
|
|
Du bist mein persönlicher Held Tausend Dank!
| Code: | root@nas:~/fritz# capiinfo
Number of Controllers : 1
Controller 1:
Manufacturer: AVM GmbH
CAPI Version: 2.0
Manufacturer Version: 3.11-07 (49.23)
Serial Number: 1000001
BChannels: 2
Global Options: 0x00000039
internal controller supported
DTMF supported
Supplementary Services supported
channel allocation supported (leased lines)
B1 protocols support: 0x4000011f
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
V.110 asynconous operation with start/stop byte framing
V.110 synconous operation with HDLC framing
T.30 modem for fax group 3
Modem asyncronous operation with start/stop byte framing
B2 protocols support: 0x00000b1b
ISO 7776 (X.75 SLP)
Transparent
LAPD with Q.921 for D channel X.25 (SAPI 16)
T.30 for fax group 3
ISO 7776 (X.75 SLP) with V.42bis compression
V.120 asyncronous mode
V.120 bit-transparent mode
B3 protocols support: 0x800000bf
Transparent
T.90NL, T.70NL, T.90
ISO 8208 (X.25 DTE-DTE)
X.25 DCE
T.30 for fax group 3
T.30 for fax group 3 with extensions
Modem
0100
0200
39000000
1f010040
1b0b0000
bf000080
00000000 00000000 00000000 00000000 00000000 00000000
01000001 00020000 00000000 00000000 00000000
Supplementary services support: 0x000003ff
Hold / Retrieve
Terminal Portability
ECT
3PTY
Call Forwarding
Call Deflection
MCID
CCBS
|
Kann das so im Ubuntu-Wiki verlinkt werden? |
|
| Nach oben |
|
 |
olly

Anmeldedatum: 10.05.2007 Beiträge: 455 Wohnort: Bergisches Land
|
Verfasst am: 28.11.2009, 15:16 Titel: |
|
|
Ich werde noch einen Ordner machen wo diese Pakete später auch für Ubuntu sein werden. Damit mann nicht mehr patchen muss.
Ich habe das src.rpm angepasst das Wiki sollte geändert werden.
In dem RPM ist nun noch eine strncpy.diff drin.
olly |
|
| Nach oben |
|
 |
jurgenxiv
Anmeldedatum: 14.11.2009 Beiträge: 6
|
Verfasst am: 01.12.2009, 22:03 Titel: |
|
|
Danke für deinen Einsatz olly!  |
|
| Nach oben |
|
 |
hegi
Anmeldedatum: 30.06.2010 Beiträge: 1
|
Verfasst am: 30.06.2010, 22:47 Titel: Debian Lenny AMD64 Custom 2.6.32 : Patch Probleme |
|
|
Hallöle,
habe hier ein Debian Lenny auf amd64 mit 2.6.32 Custom Kernel.
Wollte aus dem src.rpm den Treiber manuell bauen, hatte hier das gleiche Problem mit dem 5. Patch:
[quote="binzgi"]
Inhalt fritz/src/tools.h.rej
| Code: | ***************
*** 71,84 ****
/*---------------------------------------------------------------------------*\
\*---------------------------------------------------------------------------*/
- #ifndef atomic_xchg
- static inline unsigned long atomic_xchg (
- volatile atomic_t * v,
- unsigned value
- ) {
- return __xchg (value, &v->counter, sizeof (unsigned));
- } /* atomic_xchg */
- #endif
/*---------------------------------------------------------------------------*\
\*---------------------------------------------------------------------------*/
#ifndef NDEBUG
--- 71,84 ----
/*---------------------------------------------------------------------------*\
\*---------------------------------------------------------------------------*/
+ //#ifndef atomic_xchg
+ //static inline unsigned long atomic_xchg (
+ // volatile atomic_t * v,
+ // unsigned value
+ //) {
+ // return __xchg (value, &v->counter, sizeof (unsigned));
+ //} /* atomic_xchg */
+ //#endif
/*---------------------------------------------------------------------------*\
\*---------------------------------------------------------------------------*/
#ifndef NDEBUG
|
Hatte erst geglaubt, ich hatte das .spec-file nicht richtig orakelt (davon kenn ich nix) uns wollte dann den neuen DL von Olli probieren
Damit kam ich aber gar nicht klar:
| Code: | # make
make -C src
make[1]: Entering directory `/tmp/fritz/src'
make -C /lib/modules/2.6.32/build SUBDIRS=/tmp/fritz/src modules
make[2]: Entering directory `/usr/src/linux-source-2.6.32'
CC [M] /tmp/fritz/src/main.o
CC [M] /tmp/fritz/src/driver.o
/tmp/fritz/src/driver.c: In function 'install_card':
/tmp/fritz/src/driver.c:370: warning: cast from pointer to integer of different size
CC [M] /tmp/fritz/src/tools.o
CC [M] /tmp/fritz/src/tables.o
CC [M] /tmp/fritz/src/queue.o
CC [M] /tmp/fritz/src/lib.o
LD [M] /tmp/fritz/src/fcpci.o
ld: Relocatable linking with relocations from format elf32-i386 (/var/lib/fritz/fcpci-lib.o) to format elf64-x86-64 (/tmp/fritz/src/fcpci.o) is not supported
make[3]: *** [/tmp/fritz/src/fcpci.o] Error 1
make[2]: *** [_module_/tmp/fritz/src] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.32'
make[1]: *** [fcpci.ko] Error 2
make[1]: Leaving directory `/tmp/fritz/src'
make: *** [src/fcpci.ko] Error 2
|
Am Ende stellte ich aber fest, dass das Opensuse-src.rpm trotz Patch-Fehler sauber durchkompiliert hat.
Das mal so als Statusmeldung am Rande.
@Olli: Spricht was dagegen die gepatchten Sourcen in Zukunft als .tgz zur Verfügung zu stellen? - Würde den Leuten mit anderen Paketverwaltungen durchaus helfen, denn mit rpmbuild kam ich da nicht weiter
| Code: |
# rpmbuild --rebuild /tmp/fcpci-0.1-0.src.rpm
Installing /tmp/fcpci-0.1-0.src.rpm
error: line 24: Unknown tag: %suse_kernel_module_package kdump um -f
/usr/src/rpm/SOURCES/files
|
LG
Hegi |
|
| Nach oben |
|
 |
admin Site Admin
Anmeldedatum: 10.05.2007 Beiträge: 70
|
Verfasst am: 30.06.2010, 23:00 Titel: |
|
|
Problem ist wie immer der Anwalt oder der, der einen ans Bein pinkelt. Hier konnte mir niemand helfen ob ich mich richtig verhalte. Und ob ich den Treiber veröffentlichen kann.
sorry
olly |
|
| Nach oben |
|
 |
|