Tiny Core Base > Release Candidate Testing

Core v7.0beta3

<< < (8/10) > >>

Juanito:
Please go ahead and submit them for tc-7.x with a note in the info file that they are for testing.

andyj:
In submitqc line 240 the test for version 6 needs to be updated for version 6+.

coreplayer2:
lately while on the road I've been investigating why wifi drivers disconnect from AP's

I'm currently using tc-7b3

I'm not 100% sure where this error originates, be it the device driver or the kernel.   May not be related to the original disconnects but I've noticed driver's have difficulty in loading it's desired firmware file is not located at /lib/firmware yet to resolve the issue an alternative method is used.

notice the direct loading error and resolution if loaded from /usr/local/lib/firmware/

--- Code: ---tc@box:~$ dmesg | grep iwl
[   10.558184] iwlwifi 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[   10.562345] iwlwifi 0000:06:00.0: Direct firmware load for iwlwifi-5000-5.ucode failed with error -2
[   10.562346] iwlwifi 0000:06:00.0: Falling back to user helper
[   10.880948] iwlwifi 0000:06:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
[   10.895468] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   10.895471] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   10.895472] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   10.895474] iwlwifi 0000:06:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
[   10.895645] iwlwifi 0000:06:00.0: L1 Disabled - LTR Disabled
[   10.917819] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   29.587946] iwlwifi 0000:06:00.0: L1 Disabled - LTR Disabled
[   29.591677] iwlwifi 0000:06:00.0: Radio type=0x0-0x2-0x0
[   29.727804] iwlwifi 0000:06:00.0: L1 Disabled - LTR Disabled
[   29.730796] iwlwifi 0000:06:00.0: Radio type=0x0-0x2-0x0
tc@box:~$
--- End code ---

however if I re-create the extension where firmware is installed to /usr/lib/firmware, then firmware is directly loaded successfully

--- Code: ---tc@box:~$ dmesg | grep iwl
[   10.465335] iwlwifi 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[   10.480928] iwlwifi 0000:06:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
[   10.492672] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   10.492674] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   10.492675] iwlwifi 0000:06:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   10.492677] iwlwifi 0000:06:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
[   10.492723] iwlwifi 0000:06:00.0: L1 Disabled - LTR Disabled
[   10.515657] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   35.947811] iwlwifi 0000:06:00.0: L1 Disabled - LTR Disabled
[   35.951477] iwlwifi 0000:06:00.0: Radio type=0x0-0x2-0x0
[   36.084178] iwlwifi 0000:06:00.0: L1 Disabled - LTR Disabled
[   36.087153] iwlwifi 0000:06:00.0: Radio type=0x0-0x2-0x0
tc@box:~$
--- End code ---

Is this of any concern to us? or has the effectiveness of the driver changed because of this?

dentonlt:
Maybe this is off-topic, but it seems relevant enough.

I do a kernel rebuild to drop modules I don't need and put the ones I need into the kernel. That's not a problem.

If I build the 4.2.9 kernel on TC 6.4/x86_64, I get a 5mb bzImage.

The same build/config/scripts on TC 7.0beta3/x86_64 gives me an 8.5mb bzImage.

I wouldn't normally care ... but that's 60% change. Same build config, same scripts. Should a different gcc make that big a difference?



Sent from my HTC_0P6B6 using Tapatalk

Juanito:
Which version of gcc?

Did you gzip/advdef the kernel modules?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version