hope thread is alive:)
I have the same issue - wifi works, but bluetooth no.
i`m using opensuse 13.1 & latest kernel (3.16.1-15.g90bc0f1-desktop).
tried to make original drivers but get those errors:
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:508:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
NdisMoveMemory(skb->tail, pHeader802_3, HdrLen);
^
In file included from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/string.h:4:0,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/string.h:17,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/bitmap.h:8,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/cpumask.h:11,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/cpumask.h:4,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/msr.h:10,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/processor.h:20,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/thread_info.h:23,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/thread_info.h:54,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/preempt.h:6,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/preempt.h:18,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/spinlock.h:50,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/seqlock.h:35,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/time.h:5,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/stat.h:18,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/module.h:10,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:18,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:35:
/usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
void *memmove(void *dest, const void *src, size_t count);
^
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:510:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
NdisMoveMemory(skb->tail, pData, DataSize);
^
In file included from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/string.h:4:0,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/string.h:17,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/bitmap.h:8,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/cpumask.h:11,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/cpumask.h:4,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/msr.h:10,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/processor.h:20,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/thread_info.h:23,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/thread_info.h:54,
from /usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/preempt.h:6,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/preempt.h:18,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/spinlock.h:50,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/seqlock.h:35,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/time.h:5,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/stat.h:18,
from /usr/src/linux-3.16.1-15.g90bc0f1/include/linux/module.h:10,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:18,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:35:
/usr/src/linux-3.16.1-15.g90bc0f1/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
void *memmove(void *dest, const void *src, size_t count);
^
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:662:20: warning: assignment makes integer from pointer without a cast [enabled by default]
pClonedPkt->tail = pClonedPkt->data + pClonedPkt->len;
^
In file included from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_os.h:42:0,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/rtmp_comm.h:56,
from /home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:35:
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsPktInit’:
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/include/os/rt_linux.h:992:34: warning: assignment makes integer from pointer without a cast [enabled by default]
((RTPKT_TO_OSPKT(_pkt))->tail) = (PUCHAR)((_start) + (_len))
^
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:681:2: note: in expansion of macro ‘SET_OS_PKT_DATATAIL’
SET_OS_PKT_DATATAIL(pRxPkt, pData, DataSize);
^
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:708:15: warning: assignment makes integer from pointer without a cast [enabled by default]
pOSPkt->tail = pOSPkt->data + pOSPkt->len;
^
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:1136:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.c:1137:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
make[4]: *** [/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/rt_linux.o] Помилка 1
make[3]: *** [_module_/home/yaroslav/Завантажене/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux] Помилка 2
make[2]: *** [sub-make] Помилка 2
make[1]: *** [__sub-make] Помилка 2
make: *** [LINUX] Помилка 2
had anyone solved one of those problems (either with installing drivers or with BT)?