WiMAX on Ubuntu 64bit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12.01.2011 23:55, Dan Williams wrote:
> On Wed, 2011-01-12 at 03:06 +0300, Anton Nikiforov wrote:
>> Dear All!
>>
>> I was looking for WiMax solution for my Lenovo S10-3t notebook(pad) and
>> found out that there is no 64 bit version of utilities available. And i
>> can compile and run this version of NetworkServices with -m32 CFLAGS.
>> But it is not working.
>> Trying to connect to network or scan with wimaxcu always says "No
>> network available".
> 
> Current git versions of all the tools work correctly on 64-bit x86-64
> systems.  I don't believe there's been an actual release yet with full
> 64-bit compat though.  What versions of the tools did you get?
> 
> Dan
> 
>> Could you please help?
>>
>> wimaxcu/wimaxd running fine with no errors on console but with number of
>> errors in logs:
>>
>> {pid:7864, tid: 4149730160} [1294788756] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7864, tid: 4149730160} [1294788758] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7864, tid: 4149730160} [1294788761] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7864, tid: 4149730160} [1294788763] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7864, tid: 4149730160} [1294788766] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7864, tid: 4149730160} [1294788768] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7864, tid: 4149730160} [1294788768] ./wimax_string.c:58 Error:
>> [memcpy_s]Exit Error source buffer is NULL or format is NULL
>> {pid:7928, tid: 4149864128} [1294788775] ./iWmxSDK.c:78 Info:
>> [iWmxSdk_init]Inited cs : (nil)
>> {pid:7928, tid: 4149864128} [1294788775] ./wimax_osal.c:711 Error:
>> [wmx_timedjoin_thread]thread join failed. err: 2
>> {pid:7928, tid: 4149864128} [1294788775] ./wimax_osal.c:711 Error:
>> [wmx_timedjoin_thread]thread join failed. err: 2
>> {pid:7928, tid: 4149864128} [1294788775] ./wimax_osal.c:711 Error:
>> [wmx_timedjoin_thread]thread join failed. err: 2
>> {pid:7928, tid: 4141468528} [1294788776] ./wimax_osal.c:711 Error:
>> [wmx_timedjoin_thread]thread join failed. err: 0
>> {pid:7928, tid: 4149864128} [1294788776] ./iWmxSDK.c:96 Info:
>> [iWmxSdk_fini]About to delete cs: 0x90cc1f0
>>
>>
>> # uname -a
>> Linux yourbunnynotepad 2.6.37-rc7-yourbunnynotepad #14 SMP Fri Dec 24
>> 18:22:42 MSK 2010 x86_64 GNU/Linux
>>
>> # lspci -v
>> ...cut...
>> 07:00.0 Network controller: Intel Corporation WiMAX/WiFi Link 5150
>>         Subsystem: Intel Corporation WiMAX/WiFi Link 5150 ABG
>>         Flags: bus master, fast devsel, latency 0, IRQ 42
>>         Memory at f0200000 (64-bit, non-prefetchable) [size=8K]
>>         Capabilities: [c8] Power Management version 3
>>         Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>         Capabilities: [e0] Express Endpoint, MSI 00
>>         Capabilities: [100] Advanced Error Reporting
>>         Capabilities: [140] Device Serial Number 00-16-eb-ff-ff-29-d3-64
>>         Kernel driver in use: iwlagn
>>         Kernel modules: iwlagn
>>
>> # lsmod
>> Module                  Size  Used by
>> ...cut...
>> iwlagn                239717  0
>> i2400m_usb             30244  0
>> i2400m                102533  1 i2400m_usb
>> iwlcore               107768  1 iwlagn
>> ...cut....
>>
>> Everything was compiled with -m32 CFLAGS.
>>
> 
> 
Dear Mr. Williams, All!
Sorry for the delay.

I have wimax-tools v1.4.4 and wimax network services v1.5.1
I have tried to build them directly on 64 bit platform and according to
the succsess story on the site - in 32 bit mode.
Both builds were just fine finished and installed, but 64bit version of
wimaxd always dies with segmentation fault and 32 bit version cannot
find any network available.
All dependencys looks just fine:

$ ldd /usr/bin/wimaxd
        linux-vdso.so.1 =>  (0x00007fff57140000)
        libWmxInstrument.so.0 => /usr/lib/libWmxInstrument.so.0
(0x00007f9062634000)
        libwimaxll.so.0 => /usr/local/lib/libwimaxll.so.0
(0x00007f906240b000)
        libnl.so.1 => /usr/lib/libnl.so.1 (0x00007f90621b8000)
        libeap.so.0 => /usr/lib/libeap.so.0 (0x00007f9061f7f000)
        libm.so.6 => /lib/libm.so.6 (0x00007f9061cfc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007f9061ade000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f90618da000)
        libz.so.1 => /lib/libz.so.1 (0x00007f90616c2000)
        libc.so.6 => /lib/libc.so.6 (0x00007f906133e000)
        libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007f90610ec000)
        libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8
(0x00007f9060d60000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f906284b000)
$ file /usr/bin/wimaxd
/usr/bin/wimaxd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped
nanthony at yourbunnynotepad:/usr/src/wimax-driver$

-- 
? ?????????,/Best regards,
????? ?????????/Anton Nikiforov


[Index of Archives]     [Linux Kernel]     [Linux Wireless]     [Linux Bluetooth]     [Linux Netdev]     [Linux Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux