View previous topic :: View next topic |
Author |
Message |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Wed Oct 18, 2006 1:06 pm Post subject: Asus P5B Deluxe WiFi-AP Edition |
|
|
I purchased recently ¡°Asus P5B Deluxe with WiFi¡±.
https://forums.gentoo.org/viewtopic-t-494387.html
https://forums.gentoo.org/viewtopic-t-494931.html
https://forums.gentoo.org/viewtopic-t-498160.html
Finally I downloaded
-- post-r1 release of „small gentoo¡° (x86) --
from http://tinyurl.com/mvm7d
I was using prescott architecture, so I just copied some files to boot
System.map-genkernel-x86-2.6.18-mm1
initramfs-genkernel-x86-2.6.18-mm1
kernel-genkernel-x86-2.6.18-mm1
/boot/grub/grub.conf
Quote: | ...
title Small-gentoo-2.6.18-mm1
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.18-mm1 udev root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda1
initrd /boot/initramfs-genkernel-x86-2.6.18-mm1
... |
Now it's time to compile my own kernel.
If anyone is already using this motherboard and has configured successfully every devices, please post your kernel config.
Last edited by hamletmun on Thu Oct 19, 2006 4:59 am; edited 3 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Wed Oct 18, 2006 3:56 pm Post subject: ICH8 SATA and JMicron PATA |
|
|
I emerged mm-sources-2.6.18-r3
Code: | Device Drivers --->
ATA/ATAPI/MFM/RLL support ---> Disabled
SCSI device support --->
<*> SCSI disk support
<*> SCSI CDROM support
<*> SCSI generic support
Serial ATA (prod) and Parallel ATA (experimental) drivers --->
<*> ATA device support
<*> AHCI SATA support
<*> Intel PIIX/ICH SATA support
<*> JMicron PATA support
|
Maybe SCSI CDROM or generic support are not needed, just in case.
I don't have any IDE drive attached right now, so can't test JMicron PATA.
At least, I could successfully boot the machine with ICH8 SATA(writing this with).
Last edited by hamletmun on Wed Oct 18, 2006 4:49 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Wed Oct 18, 2006 4:45 pm Post subject: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Contr |
|
|
Code: | Device Drivers --->
Network device support --->
Ethernet (1000 Mb) --->
<M> New SysKonnect GigaEthernet support
<M> SysKonnect Yukon2 support |
LAN1 works with ¡°sky2¡± module.
LAN2 works with ¡°skge¡± module.
Last edited by hamletmun on Sat Oct 21, 2006 6:52 pm; edited 4 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Wed Oct 18, 2006 4:47 pm Post subject: Intel Corporation 82801H (ICH8 Family) HD Audio Controller |
|
|
Code: | Device Drivers --->
Sound --->
Advanced Linux Sound Architecture --->
PCI devices --->
<*> Intel HD Audio
|
Sound works just fine with ¡°hda-intel¡± module.
Listening ¡°Look what you've done¡± right now. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Wed Oct 18, 2006 4:48 pm Post subject: Winbond W83627DHG |
|
|
Code: | Device Drivers --->
Hardware Monitoring support--->
<*> Winbond W83627EHF
|
Another problem:
Hardware Monitor doesn't work.
The kernel doesn't have any option for Winbond W83627DHG.
I tried ¡°w83627ehf¡± module, but no success.
See also: http://www.lm-sensors.org/wiki/Devices
¡°Somewhat compatible with the W83627EHG, so support could be added to the w83627ehf driver.¡± |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Wed Oct 18, 2006 6:24 pm Post subject: latest version of sensors-detect |
|
|
http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
With this script you can see P5B DELUXE has
Code: | ...
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Found `Winbond W83627DHG Super IO Sensors' Success!
(address 0x290, driver `w83627ehf')
...
Driver `w83627ehf' (should be inserted):
Detects correctly:
* ISA bus, address 0x290
Chip `Winbond W83627DHG Super IO Sensors' (confidence: 9)
... |
But as "w83627ehf" module doesn't work yet, I will stay with "lm78"
Code: | # sensors
lm78-isa-0290
Adapter: ISA adapter
VCore 1: +2.43 V (min = +2.85 V, max = +3.15 V)
VCore 2: +3.66 V (min = +2.85 V, max = +3.15 V)
+3.3V: +3.31 V (min = +3.14 V, max = +3.47 V)
+5V: +5.56 V (min = +4.76 V, max = +5.24 V)
+12V: +12.77 V (min = +11.37 V, max = +12.59 V)
-12V: -11.24 V (min = -12.63 V, max = -11.40 V)
-5V: -4.98 V (min = -5.25 V, max = -4.74 V)
fan1: 0 RPM (min = 337500 RPM, div = 2)
fan2: 20149 RPM (min = 10074 RPM, div = 1)
fan3: 0 RPM (min = 112500 RPM, div = 2)
temp: +41.0¡ÆC (high = +81¡ÆC, hyst = -124¡ÆC |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trumee Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Mar 2003 Posts: 551 Location: London,UK
|
Posted: Wed Oct 18, 2006 6:56 pm Post subject: |
|
|
What about wifi, does that work? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Thu Oct 19, 2006 2:23 am Post subject: WiFi AP Solo |
|
|
It seems to have Realtek RTL8187 chipset - USB 802.11(a)/b/g
http://www.realtek.com.tw/
From HOME > Downloads > Communications Network ICs > Wireless LAN ICs
> WLAN NIC > IEEE 802.11a/b/g > MAC/BBP > Software
You can just try:
Problem: Kernel newer than 2.6.18 has a bug.
mm1,mm2,mm3,19-rc1,19-rc2 are all affected, so maybe later.
https://bugs.gentoo.org/show_bug.cgi?id=149307
Likewise, you can't emerge packages like nvidia-kernel, vmware-modules, etc...
Solution: https://bugs.gentoo.org/attachment.cgi?id=100051&action=view
Code: | # USE=symlink emerge =sys-kernel/mm-sources-2.6.19_rc2-r1
# cd /usr/src/linux
# cat pathto/as-instr-sandbox-fix-2.6.19_rc2-mm1.patch | patch -p1 |
This solution doesn't work. Don't waste your time
linux-2.6.19_rc2-mm2 still has the same bug
This command also failed. Is not the sandbox problem???
Code: | FEATURES="-sandbox" emerge rtl8187 |
Last edited by hamletmun on Sat Oct 21, 2006 5:09 pm; edited 6 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trumee Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Mar 2003 Posts: 551 Location: London,UK
|
Posted: Thu Oct 19, 2006 6:28 pm Post subject: |
|
|
I am just wondering what is the use of two NIC's? Do they come in use for some firewall? I cant think of any use otherwise. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ai Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Mar 2004 Posts: 227 Location: Poland, Krk
|
Posted: Sat Oct 21, 2006 7:02 am Post subject: |
|
|
@hamletmun: were you able to use the rtl8187 as a access point ?
i got my p5b yesterday and this thread is just what i needed, thanks!
edit: typo ;/ _________________ just nothing ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Sat Oct 21, 2006 11:24 am Post subject: Not yet |
|
|
You are welcome. Never talked to an Artificial Intelligence. Just a joke.
We are in a dilema. We need >2.6.18 because of libata, ICH8 and JMicron
Then the bug appears preventing us from compiling external modules.
Maybe we should take 2.6.18 vanilla kernel and patch it for ourselves.
kernel+libata+sky2 then emerge rtl8187
Or maybe we should try one of the many kernels mentioned in above forums.
Let me know once you load successfully all the modules this mobo needs.
Happy hacking!!! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ai Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Mar 2004 Posts: 227 Location: Poland, Krk
|
Posted: Sat Oct 21, 2006 12:08 pm Post subject: |
|
|
haha to be true ai means love in japanese ^^ nothing artificial here
i installed ArchLinux (kernel is 2.6.18-ARCH) on a SATA disc and booted it without a problem. I have one PATA drive that works fine too. The second ethernet adapter is not recognized properly but works :
Quote: | [ai::pts/2]> lspci | grep Marvell
02:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 4364 (rev 12)
05:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14)
[ai::pts/2]> dmesg | grep eth[0,2]
sky2 eth0: addr 00:11:f3:2d:e2:bt
skge eth2: addr 00:19:31:68:61:7e
|
the driver you mentioned for the rtl8187 works fine too. The instalation was easy, and the scripts work fine.
Quote: |
[ai::pts/2]> dmesg | grep rtl
rtl8187: Initializing module
rtl8187: Wireless extensions version 20
rtl8187: Initializing proc filesystem
rtl8187: Reported EEPROM chip is a 93c46 (1Kbit)
rtl8187: Card MAC address is 00:15:af:02:1a:2c
rtl8187: Card reports RF frontend Realtek 8225
rtl8187: WW:This driver has EXPERIMENTAL support for this chipset.
rtl8187: WW:use it with care and at your own risk and
rtl8187: WW:**PLEASE** REPORT SUCCESS/INSUCCESS TO andreamrl@tiscali.it
rtl8187: This seems a new V2 radio
rtl8187: PAPE from CONFIG2: 0
rtl8187: Driver probe completed
usbcore: registered new driver rtl8187
rtl8187: Card successfully reset
[ai::pts/2]> iwconfig wlan0
wlan0 802.11b/g linked ESSID:"Penguin"
Mode:Master Channel=2 Access Point: 01:15:DF:02:1A:2C
Bit Rate=11 Mb/s
Retry:on Fragment thr:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
|
right now i'm trying to understand the whole know-how about APs and WiFi (which i have never used before). But it seems to me that there is not much left to be configured.
how about 2.6.19_rc2 which is already in ~x86 ? _________________ just nothing ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jrevi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 08 Sep 2005 Posts: 129
|
Posted: Sat Oct 21, 2006 6:38 pm Post subject: Re: Intel Corporation 82801H (ICH8 Family) HD Audio Controll |
|
|
hamletmun wrote: | Code: | Device Drivers --->
Sound --->
Advanced Linux Sound Architecture --->
PCI devices --->
<*> Intel HD Audio
|
Sound works just fine with ¡°hda-intel¡± module.
Listening ¡°Look what you've done¡± right now. |
I don't manage to have Line In working (for xdtv) !!
Is it the same for you?
(I use gentoo-sources-2.6.18-r1)
Jrevi |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wu-s n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 May 2006 Posts: 41
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ai Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 21 Mar 2004 Posts: 227 Location: Poland, Krk
|
Posted: Mon Oct 23, 2006 7:58 pm Post subject: |
|
|
wlan is working fine, but i was not able to put the rtl8187 into master mode. I had to buy another card to set a acces point up ;(
Everything else seems to be fine. IDE is working fine aswell _________________ just nothing ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Tue Oct 24, 2006 12:37 am Post subject: Waiting... |
|
|
I am not in a hurry.
My only wireless device is palm lifedrive and I usually use my usb cable to sync.
I am just happy with SATA, IDE, LAN1, LAN2, AUDIO working fine with mm-sources-2.6.18-r3
mm-sources-2.6.19_rc2-r2 seems to have a bug in network file system.
I couldn't copy files properly from linux to windows.
Any way, never liked Release Candidate versions
I will post again if I can just emerge default packages without introducing any patches or special keywords. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Tue Dec 05, 2006 1:03 pm Post subject: Gentoo-sources-2.6.18-r3 |
|
|
Gentoo-sources-2.6.18-r3 works marvelous.
using SATA, LAN1, LAN2, AUDIO and WLAN!!!
RTL8187 WLAN mini HOWTO
Kernel Options
Code: | Networking --->
< > Generic IEEE 802.11 Networking Stack
Device Drivers --->
Network device support --->
Wireless LAN (non-hamradio) --->
[*] Wireless LAN drivers (non-hamradio) & Wireless Extensions--->
[*] Wireless Extension API over RtNetlink
Cryptographic options --->
[*] Cryptographic API --->
<M> ARC4 cipher algorithm
<M> CRC32c CRC algorithm |
Code: | # emerge rtl8187 wireless-tools
# modprobe r8187
# iwconfig |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Tue Dec 05, 2006 3:03 pm Post subject: Access Point? |
|
|
To make wlan0 work like an Access Point
Code: | iwconfig wlan0 mode master essid MyNet
ifconfig wlan0 192.168.2.1 netmask 255.255.255.0 |
Problem: few minutes after the ifconfig command, the computer freezes. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sun Jan 21, 2007 2:39 am Post subject: |
|
|
See bug for a working ebuild for rtl8187 on kernel 2.6.19 ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trumee Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Mar 2003 Posts: 551 Location: London,UK
|
Posted: Sat Jan 27, 2007 4:51 pm Post subject: Your kernel config please |
|
|
Hi,
I am getting real problems with USB on this board. The write speed to my usb stick is about 30kbps which is driving me crazy. Did you have any experience on writing to USB sticks on this board?
Can you please post your .config somewhere so i can compare it with mine? I am on kernel 2.6.19-r4.
Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sat Jan 27, 2007 6:55 pm Post subject: |
|
|
Ensure you're using USB2. USB1 is terribly slow. In the kernel config:
Code: | CONFIG_USB_EHCI_HCD=y
CONFIG_USB_UHCI_HCD=y |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
trumee Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Mar 2003 Posts: 551 Location: London,UK
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hamletmun Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/204432215642e16a03cf17a.jpg)
Joined: 13 Jun 2002 Posts: 111 Location: Buenos Aires, Argentina
|
Posted: Sat Jan 27, 2007 8:36 pm Post subject: USB memory stick |
|
|
I have only enabled the module uhci-hcd
If you enable ehci-hcd, you will not gonna be able to sync palm in vmware.
At least, I couldn't do that with my LifeDrive.
(Don't know the reason, but uhci-hcd is just enough to use with memory sticks) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|