Hi, I'm a Spanish user and this message is translated into English. Sorry for the mistakes. wanted to know if there is a version of "xiaopan" broadcom supports version 43. Being this forum in English I find it impossible to trace. thank you very much. In Spain: hola, soy un usuario español y este mensaje esta traducido al inglés. Perdón por los errores. queria saber si hay una versión de "xiaopan" compatible con la versión broadcom 43. Al estar este foro en inglés se me hace imposible la búsqueda. muchas gracias
Welcome niosa. Xiaopan does not have good compatibility with the B43. Crackerz Wave did you find a version working for the B43? We discussed the possibility of getting it to work in 0.4.4 by deleting conflicting drivers. Sent from my iPhone using Tapatalk
thanks for answering. I could put the link that explains how to delete the drivers that create conflicts? to be in English I can not get it right. thank you very much
I had an internal card with that chipset, Beini 1.2.3 worked fine with it, but later it was replaced with an Atheros AR9285 Yo tuve una tarjeta interna con ese chipset, trabajó bien con Beini 1.2.3 pero despues la cambie por una Atheros AR9285
Here is where we discussed trying to get the B43 to work with Xiaopan. https://xiaopan.co/forums/index.php?threads/Xiaopan-0.4.4-|--Download.2533/#post-8018 It contains helpful information for you to try to get it to work. You will need at bare minimum UltraISO to get it to work. Sent from my iPhone using Tapatalk
I suspect we need to look at Beini 1.2.3 and figure out what drivers are in use to see if we can port a solution to Xiaopan. All open to suggestions comparing the ISOs . I do not have a B43 so I cannot test. It is upto B43 users to try to get this to work.
can i ask a question? if xiopan 0.4.3 and xiaopan 0.4.4 use latest compat-wireles, why it cant detect the b43? as i install it on ubuntu and it work perfect
Easy, xiaopan 0.4.3 - 0.4.4 only include "firmware broadcom" but no B43XX driver... i can try to make it work, but i do not have any B43 card to testing :no
What modules does it use Code: Select All lsmod I'm not 100% sure but with the latest compat you may need to use ndisWrapper or you may get it to work with wl-modules. Whats Code: Select All lsusb say about your card.
meknb , my ubuntu now had been deleted because of limited disk space..sorry..btw no need yo worry about b43..not so many people use it now
Ok, Xiaopan 0.4.5 RC2 have B43XX drivers for Broadcom support, who want to test it? Enviado desde mi iPhone via Tapatalk
Are you sure ? for internal cards try Code: Select All lspci for external cards try Code: Select All lsusb Try Code: Select All dmesg or Code: Select All Dmesg | tail -20 to catch any errors
Screenshots aren't much use just write them to a text file. These are basic linux / uninx commands use root shell these will be written to your home folder. Copy them to the root of your pen drive to access them from windows "i'm guessing your a windows user" Code: Select All lspci >> lspci.txt lsusb >> lsusb.txt This will debug usb a bit more Code: Select All lsusb -vvv -s 1:02 >> lsusbDebug.txt These will write the last 20 lines of dmesg Code: Select All dmesg | tail -20 >> dmesgTail.txt This will write the full dmesg Code: Select All dmesg >> dmesg.txt