From deischen at freebsd.org Thu Apr 2 20:24:54 2009 From: deischen at freebsd.org (Daniel Eischen) Date: Thu Apr 2 20:25:00 2009 Subject: Switching from wired to wireless getting "network down" In-Reply-To: <49CFBA6D.9070208@freebsd.org> References: <1238217783.00093348.1238205603@10.7.7.3> <20090328160858.GA57695@auricle.charter.net> <49CE51E2.4000807@freebsd.org> <49CE5B95.1010502@freebsd.org> <49CFBA6D.9070208@freebsd.org> Message-ID: On Sun, 29 Mar 2009, Sam Leffler wrote: > Daniel Eischen wrote: >> On Sat, 28 Mar 2009, Daniel Eischen wrote: >> >>> No, there's no PR as far as I can tell. I'll try and set up a >>> test system to duplicate it again, so I have proper information >>> for a PR. >>> >>> I seem to recall that if wlanX is your primary/first lagg >>> interface, then it uses the MAC address from the underlying >>> interface as lagg's MAC address. In this case it works, >>> but that's not the usual case 'cause you'd rather use a >>> faster wired interface first if it exists. >>> >>> So this works: >>> >>> ifconfig lagg0 laggproto failover laggport wlan0 laggport bge0 >>> >>> but this doesn't: >>> >>> ifconfig lagg0 laggproto failover laggport bge0 laggport wlan0 >>> >>> In the latter case, lagg only works when bge0 is up. >> >> Also note that lagg(4) still references ath0 in its example instead >> of wlan0. >> >> # ifconfig em0 up >> # ifconfig ath0 nwid my_net up >> # ifconfig lagg0 laggproto failover laggport em0 laggport ath0 \ >> 192.168.1.1 netmask 255.255.255.0 >> > > r190526 makes it possible to do the wired/wireless failover in HEAD. The > only caveat is you must manually set the mac address of the wireless device > to match the wired device because lagg's automatic setting of the wlanX ifnet > doesn't propagate to the underlying device (the way if_setlladdr works makes > it difficult). In the mean time you can do: > > ifconfig ath0 ether 00:11:22:33:44:55 > > where the mac address is whatever your wired nic's address is and then setup > lagg0 using the wlan; e.g. > > ifconfig ath0 ether 00:11:22:33:44:55 > ifconfig wlan create wlandev ath0 ssid my_net up > ifconfig lagg create laggproto failover laggport em0 laggport wlan0 ... I just verfied this now works for me in -current. As you said, the only work-around needed is that one must set the mac address on the wireless device(s) to match the master laggport. -- DE From gorshkov.pavel at gmail.com Tue Apr 14 15:27:19 2009 From: gorshkov.pavel at gmail.com (Pavel Gorshkov) Date: Tue Apr 14 16:07:33 2009 Subject: need help choosing a laptop Message-ID: <20090414221428.GA1340@localhost> Could someone please recommend me a modern, reasonably FreeBSD-friendly laptop equipped with a DVI-D or HDMI port? I'm looking for something that would become my main and only workstation, which implies the following requirements: - Core2Duo or Turion X2 DualCore/Ultra - no less than 2G of RAM - fully working WLAN - at least 3 USB ports - DVI-D or HDMI, as said above Thanks in advance. From douglas.gontijo at gmail.com Tue Apr 14 20:48:36 2009 From: douglas.gontijo at gmail.com (Douglas) Date: Tue Apr 14 21:22:38 2009 Subject: need help choosing a laptop In-Reply-To: <20090414221428.GA1340@localhost> References: <20090414221428.GA1340@localhost> Message-ID: <3da95d640904142027hc36911cj233d78017c2c24fc@mail.gmail.com> You might check this out :) http://lists.freebsd.org/pipermail/freebsd-mobile/2009-March/011396.html I hope this helps. Cheers On Tue, Apr 14, 2009 at 7:14 PM, Pavel Gorshkov wrote: > Could someone please recommend me a modern, reasonably FreeBSD-friendly > laptop equipped with a DVI-D or HDMI port? > I'm looking for something that would become my main and only workstation, > which implies the following requirements: > ?- Core2Duo or Turion X2 DualCore/Ultra > ?- no less than 2G of RAM > ?- fully working WLAN > ?- at least 3 USB ports > ?- DVI-D or HDMI, as said above > > Thanks in advance. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > -- Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense. ~Buddha From prabu at hackinthebox.org Tue Apr 14 21:07:08 2009 From: prabu at hackinthebox.org (S. Praburaajan) Date: Tue Apr 14 21:27:55 2009 Subject: HITBSecConf2009 - Malaysia: Call for Papers Message-ID: <49E55D4B.5030109@hackinthebox.org> The Call for Papers for HITB Security Conference 2009 Malaysia is now open! Talks that are more technical or that discuss new and never before seen attack methods are of more interest than a subject that has been covered several times before. Summaries not exceeding 1250 words should be submitted (in plain text format) to cfp -at- hackinthebox.org for review and possible inclusion in the programme. Submissions are due no later than 31st July 2009 TOPICS Topics of interest include, but are not limited to the following: # 3G/4G Cellular Networks # Apple / OS X security vulnerabilities # SS7/Backbone telephony networks # VoIP security # Firewall technologies # Intrusion detection # Data Recovery, Forensics and Incident Response # HSDPA and CDMA Security # WIMAX Security # Identification and Entity Authentication # Network Protocol and Analysis # Smart Card and Physical Security # Virus and Worms # WLAN, GPS, HAM Radio, Satellite, RFID and Bluetooth Security # Analysis of malicious code # Applications of cryptographic techniques # Analysis of attacks against networks and machines # File system security # Security of Embedded Devices # Side Channel Analysis of Hardware Devices PLEASE NOTE: We do not accept product or vendor related pitches. If your talk involves an advertisement for a new product or service your company is offering, please do not submit. Your submission should include: # Name, title, address, email and phone/contact number # Short biography, qualification, occupation (limit 250 words) # Summary or abstract for your presentation (limit 1250 words) # Technical requirements (video, internet, wireless, audio, etc.) Each non-resident speaker will receive accommodation for 2 nights/3 days. For each non-resident speaker, HITB will cover travel expenses up to USD 1,200.00. HITBSecConf2009 - Malaysia http://conference.hackinthebox.org/hitbsecconf2009kl/ From s0x7c0 at netspace.net.au Wed Apr 15 03:14:56 2009 From: s0x7c0 at netspace.net.au (Brett Wiggins) Date: Wed Apr 15 03:43:23 2009 Subject: iwi device not working Message-ID: <49E5AF67.3070706@netspace.net.au> Hi, I have recently built a new kernel to get my intel 2200 wireless adapter working and am still having some problems. I put the following in my kernel config file; device iwi device pci device wlan device firmware I compiled and installed the new kernel successfully. I also pplaced the following in my /boot/loader.conf file; legal.intel_iwi.license_ack=1 iwi_base_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" but when I try the following; dhclient iwi0 i get; iwi0: no link........................... giving up also when I try ifconfig iwi0 up scan the system just hangs. I have had a look at /var/log/messages and found the following lines: module_register_init : MOD_LOAD (iwi_bss_fw, 0xc45f25a0, 0) error 1 kernel: firmware_get : failed to load firmware image iwi_base kernel : iwi0 : could not load firmware I have no idea what any of this means, but it may have been before I added the entried to /boot/loader.conf Thanks for any help, Brett. From gorshkov.pavel at gmail.com Thu Apr 16 16:34:24 2009 From: gorshkov.pavel at gmail.com (Pavel Gorshkov) Date: Thu Apr 16 16:53:03 2009 Subject: need help choosing a laptop In-Reply-To: <3da95d640904142027hc36911cj233d78017c2c24fc@mail.gmail.com> References: <20090414221428.GA1340@localhost> <3da95d640904142027hc36911cj233d78017c2c24fc@mail.gmail.com> Message-ID: <20090416233418.GA1881@localhost> On Wed, Apr 15, 2009 at 12:27:17AM -0300, Douglas wrote: > You might check this out :) > > http://lists.freebsd.org/pipermail/freebsd-mobile/2009-March/011396.html Thanks, I've read that thread in the past, just as the other huge thread labeled 'laptop suggestions', but there isn't much to choose from. Dell XPS M1330 is way too small for my purposes, I was hoping to find something with a bigger screen, more USB ports, ATI RadeonHD instead of Nvidia (for obvious reasons) etc. Something like e.g. Fujitsu-Siemens Amilo Xa 3530, which unfortunately doesn't look FreeBSD-friendly :-) From lists at jnielsen.net Thu Apr 16 20:07:58 2009 From: lists at jnielsen.net (John Nielsen) Date: Thu Apr 16 20:26:02 2009 Subject: need help choosing a laptop In-Reply-To: <20090416233418.GA1881@localhost> References: <20090414221428.GA1340@localhost> <3da95d640904142027hc36911cj233d78017c2c24fc@mail.gmail.com> <20090416233418.GA1881@localhost> Message-ID: <200904162229.01491.lists@jnielsen.net> On Thursday 16 April 2009 07:34:18 pm Pavel Gorshkov wrote: > On Wed, Apr 15, 2009 at 12:27:17AM -0300, Douglas wrote: > > You might check this out :) > > > > http://lists.freebsd.org/pipermail/freebsd-mobile/2009-March/011396.h > >tml > > Thanks, I've read that thread in the past, just as the other huge > thread labeled 'laptop suggestions', but there isn't much to > choose from. > > Dell XPS M1330 is way too small for my purposes, I was hoping to > find something with a bigger screen, more USB ports, ATI RadeonHD > instead of Nvidia (for obvious reasons) etc. > > Something like e.g. Fujitsu-Siemens Amilo Xa 3530, which > unfortunately doesn't look FreeBSD-friendly :-) I haven't looked recently but in the past Fujitsu LifeBooks have been good options, especially if you can still custom-configure one and get the Atheros wireless, etc. 8000 series IIRC. JN From guru at unixarea.de Fri Apr 17 01:44:49 2009 From: guru at unixarea.de (Matthias Apitz) Date: Fri Apr 17 02:25:11 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown Message-ID: <20090417084446.GA3929@rebelion.Sisis.de> Hello, I've installed today morning 8.0-CURRENT on my eeePC: # uname -a FreeBSD tiny 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Mar 23 23:47:06 CET 2009 guru@vm-naranja.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 and xorg-7.4 from the ports collection (compiled on some faster host): # cd /PKGDIR-CURRENT # pkg_add xorg-7.4.tbz # pkg_add kde-3.5.10_1.tbz # Xorg -configure added the line: Option "AllowEmptyInput" "false" to the Section "ServerLayout" in /root/xorg.conf.new and merged in as well the Monitor section (saved from the Xandros Linux): Section "Monitor" Identifier "Monitor0" VendorName "ASUS" ModelName "Eee PC P900" Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +Vsync EndSection the X server starts fine and mouse is working; on stopping X with ctrl-alt-backspace (or kill) the server crashes and let the display in unusable state; a second/third/... start of X (from a SSH session) brings the display up again, but on any stop it crashes and does not switch back to alpha-mode; any idea about? I could provide the /var/log/Xorg.0.log if this would help; Thx matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From onemda at gmail.com Fri Apr 17 06:13:10 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Fri Apr 17 06:38:48 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <20090417084446.GA3929@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> Message-ID: <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> On 4/17/09, Matthias Apitz wrote: > > > Hello, > > I've installed today morning 8.0-CURRENT on my eeePC: > > # uname -a > FreeBSD tiny 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Mar 23 23:47:06 CET > 2009 guru@vm-naranja.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 > > and xorg-7.4 from the ports collection (compiled on some faster host): > > # cd /PKGDIR-CURRENT > # pkg_add xorg-7.4.tbz > # pkg_add kde-3.5.10_1.tbz > > # Xorg -configure > > added the line: > > Option "AllowEmptyInput" "false" > > to the Section "ServerLayout" in /root/xorg.conf.new and merged in as well > the Monitor section (saved from the Xandros Linux): > > Section "Monitor" > Identifier "Monitor0" > VendorName "ASUS" > ModelName "Eee PC P900" > Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 > 622 -HSync +Vsync > EndSection > > > the X server starts fine and mouse is working; on stopping X with > ctrl-alt-backspace (or kill) the server crashes and let the display in > unusable state; a second/third/... start of X (from a SSH session) > brings the display up again, but on any stop it crashes and does not > switch back to alpha-mode; > > any idea about? I could provide the /var/log/Xorg.0.log if this would > help; Usefull info is missing, what xserver version, which video driver and what version of it are you using. I had same behaviour with intel but issue got fixed for me with latest Mesa and Xorg from ports. -- Paul From PrayerTeam at presidentialprayerteam.net Tue Apr 21 12:26:51 2009 From: PrayerTeam at presidentialprayerteam.net (The Presidential Prayer Team) Date: Tue Apr 21 12:26:58 2009 Subject: Thank you for sharing your prayer Message-ID: <20090421120011.3774.qmail@calisto.contactdesigns.com> Dear jonnik1, Thank you for offering your prayer to strengthen our nation. Your prayer will be posted on the PPT Prayer Wall as a lasting effort to ask for God’s blessing, protection and peace for our nation. You can tell your friends about the PPT Prayer Wall by going to http://www.presidentialprayerteam.net/comments/minnesota2007.php If you're not a member of the Presidential Prayer Team and would like to learn more about this unique effort to strengthen our country through prayer regardless of politics, parties or preferences, you can learn more about PPT and join for free by going to the following link: http://www.presidentialprayerteam.org/site/PageServer?pagename=pptnn_memsig_ppt If you\'re not a Presidential Prayer Team Member, and would like to pray for more for America, our President, our Troops and leaders, then visit this link for more details: http://www.presidentialprayerteam.org/site/PageServer?pagename=pptnn_memsig_ppt Return to the PPT home page by going to http://www.presidentialprayerteam.org. Thank you again for upholding our nation and its leaders through prayer. Sincerely, The Presidential Prayer Team From ganbold at micom.mng.net Wed Apr 22 16:10:23 2009 From: ganbold at micom.mng.net (Ganbold) Date: Wed Apr 22 16:10:32 2009 Subject: GW-USMicroN Ralink wireless LAN micro USB adapter Message-ID: <49EF3A43.9070606@micom.mng.net> Hi all, I have one of these new Ralink based USB adapters (http://www.planex.net/product/wireless/gw-usmicron.htm) and wondering whether there is somebody who is working on porting if_run driver from OpenBSD (http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/if_run.c). If not, how hard would be to port this driver into FreeBSD? My knowledge is limited in this regard, so any help would be much appreciated. thanks in advance, Ganbold -- You have to run as fast as you can just to stay where you are. If you want to get anywhere, you'll have to run much faster. -- Lewis Carroll From info at savannahvisit.com Wed Apr 22 16:34:04 2009 From: info at savannahvisit.com (Savannah Area Convention & Visitors Bureau) Date: Wed Apr 22 16:34:11 2009 Subject: May I go to Savannah? Message-ID: <0.0.0.645.1C9C366B8F50C3C.95E7FA@mail1.bsftransmit2.com> You have received a HTML email from Savannah Convention & Visitors Bureau, but it appears that your e-mail client is set to read messages in plain text. To view the original graphical version of the email in your Internet browser, visit: http://click.bsftransmit1.com/ViewInBrowser.aspx?pubids=F9EWaj28qN8C6myIPdQT2X71aQbRZExfx8R9rs2FsALPLnVZbZVqVDo%2fE1L9o045&digest=RvbyCKGSrZaG7OxUDSy6Ug ======================================================= To opt out of all future mailings from Savannah Convention & Visitors Bureau, visit: http://click.bsftransmit1.com/OptOut.aspx?pubids=F9EWaj28qN8C6myIPdQT2X71aQbRZExfx8R9rs2FsALPLnVZbZVqVDo%2fE1L9o045&digest=RvbyCKGSrZaG7OxUDSy6Ug To forward this e-mail to a friend/colleague, visit: http://click.bsftransmit1.com/Forward.aspx?pubids=F9EWaj28qN8C6myIPdQT2X71aQbRZExfx8R9rs2FsALPLnVZbZVqVDo%2fE1L9o045&digest=RvbyCKGSrZaG7OxUDSy6Ug ============================================================================================================== Know someone who could use this information? Pass it on: http://click.bsftransmit1.com/Forward.aspx?pubids=F9EWaj28qN8C6myIPdQT2X71aQbRZExfx8R9rs2FsALPLnVZbZVqVDo%2fE1L9o045&digest=RvbyCKGSrZaG7OxUDSy6Ug ======================================================= ======================================================= To opt out of all future mailings from Anderson Integrated Marketing, visit: http://click.bsftransmit1.com/OptOut.aspx?pubids=F9EWaj28qN8C6myIPdQT2X71aQbRZExfx8R9rs2FsALPLnVZbZVqVDo%2fE1L9o045&digest=RvbyCKGSrZaG7OxUDSy6Ug ======================================================= From vinnix.bsd at gmail.com Thu Apr 23 20:33:12 2009 From: vinnix.bsd at gmail.com (=?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?=) Date: Thu Apr 23 20:33:18 2009 Subject: Problem with lagg (using wired x wired conection) Message-ID: <1e31c7980904231309ic9bc89av482113d184ca3497@mail.gmail.com> Hi guys, I'm using RELENG_7_1 and try to setup a lagg failover connection. Here http://pastebin.com/m537b1751 I put my configurations. The problem occurs when I disconnect the cable from bge0 (the master interface). The packets are sending trough wpi0 but they just outcome don't income back (when I try ping my gateway for example). Thanks in advance, Vinnix From vinnix.bsd at gmail.com Thu Apr 23 20:51:29 2009 From: vinnix.bsd at gmail.com (=?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?=) Date: Thu Apr 23 20:51:35 2009 Subject: Problem with lagg (using wired x wired conection) In-Reply-To: <1e31c7980904231309ic9bc89av482113d184ca3497@mail.gmail.com> References: <1e31c7980904231309ic9bc89av482113d184ca3497@mail.gmail.com> Message-ID: <1e31c7980904231351h3f18944bm8c05a5d2faeb15b4@mail.gmail.com> Hi again, I note that MAC address of bge0 and wpi0 is the same! Is that normal when using lagg? # ifconfig lagg0 lagg0: flags=8843 metric 0 mtu 1500 ether 00:19:b9:79:f0:af inet 192.168.1.60 netmask 0xffffffc0 broadcast 192.168.1.63 media: Ethernet autoselect status: active laggproto failover laggport: wpi0 flags=0<> laggport: bge0 flags=5 # ifconfig bge0 bge0: flags=8843 metric 0 mtu 1500 options=9b ether 00:19:b9:79:f0:af media: Ethernet autoselect (1000baseTX ) status: active lagg: laggdev lagg0 # ifconfig wpi0 wpi0: flags=8843 metric 0 mtu 1500 ether 00:19:b9:79:f0:af media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/24Mbps) status: associated ssid triarius-wifi channel 6 (2437 Mhz 11g) bssid 00:18:39:39:5b:0f authmode OPEN privacy OFF txpower 50 bmiss 7 scanvalid 60 protmode CTS lagg: laggdev lagg0 Best regads, Vin?cius From bahamasfranks at gmail.com Sat Apr 25 06:38:26 2009 From: bahamasfranks at gmail.com (Steve Franks) Date: Sat Apr 25 06:38:33 2009 Subject: odd suspend issue on lenovo s10e Message-ID: <539c60b90904242308n48da896cp86f8ff4260307d59@mail.gmail.com> So I got gutsy and bought a brand-new laptop to try freebsd on (had to have better support than my compaq, right?) Suspend actually works fine! Resume, not so good, but I haven't seen this one before: it comes back with a blank screen, and a blinking cursor in the top left corner, then just hangs there... Weird, huh? Best, Steve From sarawgi.aditya at gmail.com Sat Apr 25 19:01:57 2009 From: sarawgi.aditya at gmail.com (Aditya Sarawgi) Date: Sat Apr 25 19:02:03 2009 Subject: FreeBSD on Dell Studio 15 Message-ID: <20090426053652.GD3796@pcbsd> Hi, Has anybody here tried FreeBSD on Studio 15 (aka Inspiron 1535) with ATI Radeon HD 4570? I tried searching on flcl and other lists but didn't get any result. What do you'll think which series of dell is better - Vostro or Studio (Inspiron) for freebsd ? Cheers, Aditya Sarawgi From sarawgi.aditya at gmail.com Sun Apr 26 13:43:37 2009 From: sarawgi.aditya at gmail.com (Aditya Sarawgi) Date: Sun Apr 26 13:43:47 2009 Subject: FreeBSD on Dell Studio 15 Message-ID: <20090427004318.GB2185@aditya> I'm getting Dell Studio 15 and Dell Vostro 1510 (same config) in around the same price. The main difference being Studio 15 has a ATI radeon HD 4570 and Vostro 1510 has nvidia 8400 GS. So for which one should I go for ? From tad1214 at aol.com Sun Apr 26 18:44:50 2009 From: tad1214 at aol.com (Thomas Donnelly) Date: Sun Apr 26 18:44:58 2009 Subject: FreeBSD on Dell Studio 15 In-Reply-To: <20090427004318.GB2185@aditya> References: <20090427004318.GB2185@aditya> Message-ID: <49F4A909.7020102@aol.com> Aditya Sarawgi wrote: > I'm getting Dell Studio 15 and Dell Vostro 1510 (same config) in around the same price. The main > difference being Studio 15 has a ATI radeon HD 4570 and Vostro 1510 has nvidia 8400 GS. So for which one > should I go for ? > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > The nVidia proprietary driver is much further along so if you want fast 3d support out of the box, the Vostro will be a better choice. In the future, ATi may be a better driver due to them beginning to help the FreeBSD community out with developing a functioning 3d driver. One thing to note is the nVidia driver is 32bit only so if you ever want to use the full 4 gigs or more of ram, you wont be able to with 3d acceleration. The ATi open source driver is further along that the open source nVidia so that is something also to take in the consideration. I have hear the build quality on the Studios is very nice, but the Vostro is a small business class laptop and is fairly well built from personal experience. In the end, I would likely go with the Vostro for the better 3d support. -=Tom From guru at unixarea.de Mon Apr 27 14:19:32 2009 From: guru at unixarea.de (Matthias Apitz) Date: Mon Apr 27 14:19:39 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> Message-ID: <20090427141929.GA13902@rebelion.Sisis.de> El d?a Friday, April 17, 2009 a las 03:13:06PM +0200, Paul B. Mahol escribi?: > Usefull info is missing, what xserver version, which video driver and > what version of it > are you using. > > I had same behaviour with intel but issue got fixed for me with latest > Mesa and Xorg from ports. I'm still think what would be the best way to update via CVS & ports to the xerver 1.6.0; maybe the cleanest way would be: # rm /var/db/pkg/* # rm -r /usr/local/* # rm -r /usr/ports # cd /usr # cvs checkout ports # cd /usr/ports/x11/xorg # make install and generate from the than installed ports the packages with pkg_create to install them as updates on the smaller EeePC.... while I'm thinking about, it would be nice to get the alpha-console back to a usable state; when the X server crashes it let the display in nonsense output; all other is still working, i.e. I can use Alt-F2 to go to another alpha console, can login and reboot, but all this without seeing what I type; is there some tool/command to reset the VGA so that the output is visible again? I could insert this into the ~/.xinitrc after the call of 'startkde' and all would be fine until updating the X11 server; any idea? matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From onemda at gmail.com Mon Apr 27 14:32:05 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Mon Apr 27 14:32:17 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <20090427141929.GA13902@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> Message-ID: <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> On 4/27/09, Matthias Apitz wrote: > El d?a Friday, April 17, 2009 a las 03:13:06PM +0200, Paul B. Mahol > escribi?: > >> Usefull info is missing, what xserver version, which video driver and >> what version of it >> are you using. >> >> I had same behaviour with intel but issue got fixed for me with latest >> Mesa and Xorg from ports. > > I'm still think what would be the best way to update via CVS & ports to > the xerver 1.6.0; maybe the cleanest way would be: > > # rm /var/db/pkg/* > # rm -r /usr/local/* > # rm -r /usr/ports > # cd /usr > # cvs checkout ports > # cd /usr/ports/x11/xorg > # make install > > and generate from the than installed ports the packages with pkg_create to > install them as updates on the smaller EeePC.... > > while I'm thinking about, it would be nice to get the alpha-console back > to a usable state; when the X server crashes it let the display in > nonsense output; all other is still working, i.e. I can use Alt-F2 to go > to another alpha console, can login and reboot, but all this without > seeing what I type; is there some tool/command to reset the VGA so that the > output is visible again? I could insert this into the ~/.xinitrc after > the call of 'startkde' and all would be fine until updating the X11 > server; any idea? > Doesnt starting Xorg again fix problem, doesnt using vesa instead of intel makes console output more useful l(starting Xorg with vesa driver after Xorg crash with intel, you can use -layout switch for that). If you dont care about acceleration and more CPU usage use vesa until further. -- Paul From guru at unixarea.de Mon Apr 27 14:56:48 2009 From: guru at unixarea.de (Matthias Apitz) Date: Mon Apr 27 14:57:00 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> Message-ID: <20090427145645.GA14984@rebelion.Sisis.de> El d?a Monday, April 27, 2009 a las 04:32:01PM +0200, Paul B. Mahol escribi?: > > > > while I'm thinking about, it would be nice to get the alpha-console back > > to a usable state; when the X server crashes it let the display in > > nonsense output; all other is still working, i.e. I can use Alt-F2 to go > > to another alpha console, can login and reboot, but all this without > > seeing what I type; is there some tool/command to reset the VGA so that the > > output is visible again? I could insert this into the ~/.xinitrc after > > the call of 'startkde' and all would be fine until updating the X11 > > server; any idea? > > > > Doesnt starting Xorg again fix problem, yes it does; but if you terminate the new X server it crashes again and you're in the same situation; > doesnt using vesa instead of > intel makes console output more useful l(starting Xorg with vesa > driver after Xorg crash with intel, you can use -layout switch for > that). > > If you dont care about acceleration and more CPU usage use vesa until further. I've tested it right now with 'Driver "vesa"'; it comes up and terminates fine, but only in 800x600 resolution, streched to the screen of 1024x600 pixel :-( matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From guru at unixarea.de Tue Apr 28 08:36:31 2009 From: guru at unixarea.de (Matthias Apitz) Date: Tue Apr 28 08:36:37 2009 Subject: laptop Dell M4400 with -CURRENT? Message-ID: <20090428083627.GA3621@rebelion.Sisis.de> Hello, I'm planning to order a new laptop and got an offer for a Dell M4400 with the following main details: Precision M4400 : Intel Core 2 Extreme X9100 (3.06GHz,1066MHz,6MB) Base Option : 512MB Discrete nVidia FX770M Graphics Card (with 512MB dedicated memory) Palmrest : UPEK Swipe Fingerprint Reader Biometric Display : 15.4in Widescreen WUXGA (1920X1200) with Dual CCFL Camera : Integrated 0.3 Mega Pixel Camera with Microphone for 2CCFL LCD Panel LCD Back Cover : 2CCFL Memory : 4096MB (2x2048) 800MHz DDR2 Dual Channel disk : 250GB Serial ATA (7200 1/min) Festplatte (Free-Fall-Sensor) Optical Drive : Roxio Creator 9.0 Software and Media Included Optisches Laufwerk : 8x DVD+/-RW Laufwerk ohne Software Battery : Primary 9-cell 85 W/HR LI-ION 451-10589 Battery : Additional 6-Cell 56 W/HR LI-ION 451-10590 Wireless : EMEA Dell Wireless 1510 (802.11a/b/g/n 2X3) MiniCard for Core 2 Extreme ONLY Wireless : EMEA Dell Wireless 370 Bluetooth 2.1 MiniCard Keyboard : Internal German Qwertz Keyboard I let the one which owns a colleague (running XP) booting a recent CURRENT from USB and the complete dmegs and pciconf output are here: http://www.unixarea.de/DellM4400-dmesg.txt http://www.unixarea.de/DellM4400-pciconf.txt Does anbody has an idea if this is compatibel with FreeBSD CURRENT? For example I don't see the Dell Wireless 1510 in the pciconf? Thx matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From onemda at gmail.com Tue Apr 28 10:50:59 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Tue Apr 28 10:51:06 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <20090427145645.GA14984@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> Message-ID: <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> On 4/27/09, Matthias Apitz wrote: > El dia Monday, April 27, 2009 a las 04:32:01PM +0200, Paul B. Mahol > escribio: > >> > >> > while I'm thinking about, it would be nice to get the alpha-console back >> > to a usable state; when the X server crashes it let the display in >> > nonsense output; all other is still working, i.e. I can use Alt-F2 to go >> > to another alpha console, can login and reboot, but all this without >> > seeing what I type; is there some tool/command to reset the VGA so that >> > the >> > output is visible again? I could insert this into the ~/.xinitrc after >> > the call of 'startkde' and all would be fine until updating the X11 >> > server; any idea? >> > >> >> Doesnt starting Xorg again fix problem, > > yes it does; but if you terminate the new X server it crashes again and > you're in the same situation; > >> doesnt using vesa instead of >> intel makes console output more useful l(starting Xorg with vesa >> driver after Xorg crash with intel, you can use -layout switch for >> that). >> >> If you dont care about acceleration and more CPU usage use vesa until >> further. > > I've tested it right now with 'Driver "vesa"'; it comes up and > terminates fine, but only in 800x600 resolution, streched to the screen > of 1024x600 pixel :-( Does it heal corrupted console output? There is some strange dark magic with randr happening there, I can reproduce it only once. After starting Xorg vesa for second time it will use 1280x800 as usual. xrandr on other hand will not output 1024x768 even if it is possible with vesa ..... -- Paul From guru at unixarea.de Tue Apr 28 11:26:21 2009 From: guru at unixarea.de (Matthias Apitz) Date: Tue Apr 28 11:26:35 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> Message-ID: <20090428112618.GA3151@rebelion.Sisis.de> El d?a Tuesday, April 28, 2009 a las 12:50:57PM +0200, Paul B. Mahol escribi?: > > I've tested it right now with 'Driver "vesa"'; it comes up and > > terminates fine, but only in 800x600 resolution, streched to the screen > > of 1024x600 pixel :-( > Does it heal corrupted console output? yes; > There is some strange dark magic with randr happening there, I can reproduce it > only once. After starting Xorg vesa for second time it will use > 1280x800 as usual. > xrandr on other hand will not output 1024x768 even if it is possible > with vesa ..... note: the EeePC has se unusual 1024x600 display; meanwhile I have removed all packages and ports on the VM I'm using for the build of -CURRENT and cvs updated the /usr/ports; a build of the master port xorg-7.4_1 gives 242 installed packages and a # mkdir PKGDIR-Xorg-7.4_1 # cd PKGDIR-Xorg-7.4_1 # pkg_create -Rnb xorg-7.4_1 produces 202 packages required for an install of the master port; only 33 of them are newer versions as the ones I have build around March, 23 (these older packages are all in PKGDIR): $ for i in *; do test -f ../PKGDIR/$i || echo $i ; done consolekit-0.3.0_8.tbz dri-7.4_1,2.tbz freetype2-2.3.9_1.tbz gamin-0.1.10_1.tbz gio-fam-backend-2.20.1.tbz glib-2.20.1.tbz hal-0.5.11_23.tbz libGL-7.4_1.tbz libX11-1.2.1,1.tbz libXrandr-1.3.0.tbz libdrm-2.4.9.tbz libpciaccess-0.10.5_6.tbz libxcb-1.2_1.tbz pcre-7.9.tbz pixman-0.15.2.tbz policykit-0.9_4.tbz randrproto-1.3.0.tbz xf86-input-keyboard-1.3.2_1.tbz xf86-input-mouse-1.4.0_5.tbz xf86-video-ati-6.12.2.tbz xf86-video-intel-2.6.3.tbz xf86-video-mach64-6.8.0_2.tbz xf86-video-nv-2.1.13.tbz xf86-video-openchrome-0.2.903_1.tbz xf86-video-r128-6.8.0_2.tbz xf86-video-radeonhd-1.2.5.tbz xf86-video-vesa-2.1.0_1.tbz xinput-1.4.1.tbz xkeyboard-config-1.5_1.tbz xorg-7.4_1.tbz xorg-drivers-7.4_1.tbz xorg-server-1.6.0,1.tbz xrandr-1.3.0.tbz I will just remove the older versions of the 33 packages on the EeePC and update this with a: # cd PKGDIR-Xorg-7.4_1 # pkg_add xorg-7.4_1 Thx for your hints in any case matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From guru at unixarea.de Tue Apr 28 12:24:55 2009 From: guru at unixarea.de (Matthias Apitz) Date: Tue Apr 28 12:25:08 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <20090428112618.GA3151@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> <20090428112618.GA3151@rebelion.Sisis.de> Message-ID: <20090428122452.GA4743@rebelion.Sisis.de> El d?a Tuesday, April 28, 2009 a las 01:26:18PM +0200, Matthias Apitz escribi?: > I will just remove the older versions of the 33 packages on the EeePC > and update this with a: > > # cd PKGDIR-Xorg-7.4_1 > # pkg_add xorg-7.4_1 I did the update, and the X server starts and stop fine: $ X -retro X.Org X Server 1.6.0 Release Date: 2009-2-25 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-CURRENT i386 ... It terminates as well fine (without crash) on Alt-Ctrl-BS); tried it three times without any crash; but when I launch $ startx which starts KDE 3.5.10, it crashes when KDE is ended via the menu in KDE: startkde: Shutting down... klauncher: Exiting on signal 1 kde4: not found startkde: Running shutdown scripts... startkde: Done. Fatal server error: Caught signal 11. Server aborting Do you want to see /var/log/Xorg.0.log? or should I file a bug report? when I use: $ startx -- -retro I can bring it down clean with Alt-Ctrl-BS, but as well stopping KDE via menu let the server crash. matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From sam at freebsd.org Tue Apr 28 14:43:04 2009 From: sam at freebsd.org (Sam Leffler) Date: Tue Apr 28 14:43:11 2009 Subject: laptop Dell M4400 with -CURRENT? In-Reply-To: <20090428083627.GA3621@rebelion.Sisis.de> References: <20090428083627.GA3621@rebelion.Sisis.de> Message-ID: <49F715F6.8020603@freebsd.org> Matthias Apitz wrote: > Hello, > > I'm planning to order a new laptop and got an offer for a Dell M4400 > with the following main details: > > Precision M4400 : Intel Core 2 Extreme X9100 (3.06GHz,1066MHz,6MB) > Base Option : 512MB Discrete nVidia FX770M Graphics Card (with 512MB dedicated memory) > Palmrest : UPEK Swipe Fingerprint Reader Biometric > Display : 15.4in Widescreen WUXGA (1920X1200) with Dual CCFL > Camera : Integrated 0.3 Mega Pixel Camera with Microphone for 2CCFL LCD Panel > LCD Back Cover : 2CCFL > Memory : 4096MB (2x2048) 800MHz DDR2 Dual Channel > disk : 250GB Serial ATA (7200 1/min) Festplatte (Free-Fall-Sensor) > Optical Drive : Roxio Creator 9.0 Software and Media Included > Optisches Laufwerk : 8x DVD+/-RW Laufwerk ohne Software > Battery : Primary 9-cell 85 W/HR LI-ION 451-10589 > Battery : Additional 6-Cell 56 W/HR LI-ION 451-10590 > Wireless : EMEA Dell Wireless 1510 (802.11a/b/g/n 2X3) MiniCard for Core 2 Extreme ONLY > Wireless : EMEA Dell Wireless 370 Bluetooth 2.1 MiniCard > Keyboard : Internal German Qwertz Keyboard > > I let the one which owns a colleague (running XP) booting a recent > CURRENT from USB and the complete dmegs and pciconf output are here: > > http://www.unixarea.de/DellM4400-dmesg.txt > http://www.unixarea.de/DellM4400-pciconf.txt > > Does anbody has an idea if this is compatibel with FreeBSD CURRENT? > For example I don't see the Dell Wireless 1510 in the pciconf? > > Looks like wireless is a Broadcom 432x part: none2@pci0:12:0:0: class=0x028000 card=0x000d1028 chip=0x432b14e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' class = network No native driver available. Sam From tad1214 at aol.com Tue Apr 28 15:22:18 2009 From: tad1214 at aol.com (Thomas Donnelly) Date: Tue Apr 28 15:22:25 2009 Subject: laptop Dell M4400 with -CURRENT? In-Reply-To: <49F715F6.8020603@freebsd.org> References: <20090428083627.GA3621@rebelion.Sisis.de> <49F715F6.8020603@freebsd.org> Message-ID: <49F71E49.7090001@aol.com> Sam Leffler wrote: > Matthias Apitz wrote: >> Hello, >> >> I'm planning to order a new laptop and got an offer for a Dell M4400 >> with the following main details: >> >> Precision M4400 : Intel Core 2 Extreme X9100 (3.06GHz,1066MHz,6MB) >> Base Option : 512MB Discrete nVidia FX770M Graphics Card (with >> 512MB dedicated memory) >> Palmrest : UPEK Swipe Fingerprint Reader Biometric >> Display : 15.4in Widescreen WUXGA (1920X1200) with Dual CCFL >> Camera : Integrated 0.3 Mega Pixel Camera with Microphone for >> 2CCFL LCD Panel >> LCD Back Cover : 2CCFL >> Memory : 4096MB (2x2048) 800MHz DDR2 Dual Channel >> disk : 250GB Serial ATA (7200 1/min) Festplatte (Free-Fall-Sensor) >> Optical Drive : Roxio Creator 9.0 Software and Media Included >> Optisches Laufwerk : 8x DVD+/-RW Laufwerk ohne Software >> Battery : Primary 9-cell 85 W/HR LI-ION 451-10589 >> Battery : Additional 6-Cell 56 W/HR LI-ION 451-10590 >> Wireless : EMEA Dell Wireless 1510 (802.11a/b/g/n 2X3) MiniCard >> for Core 2 Extreme ONLY >> Wireless : EMEA Dell Wireless 370 Bluetooth 2.1 MiniCard >> Keyboard : Internal German Qwertz Keyboard >> >> I let the one which owns a colleague (running XP) booting a recent >> CURRENT from USB and the complete dmegs and pciconf output are here: >> >> http://www.unixarea.de/DellM4400-dmesg.txt >> http://www.unixarea.de/DellM4400-pciconf.txt >> >> Does anbody has an idea if this is compatibel with FreeBSD CURRENT? >> For example I don't see the Dell Wireless 1510 in the pciconf? >> >> > > Looks like wireless is a Broadcom 432x part: > > none2@pci0:12:0:0: class=0x028000 card=0x000d1028 chip=0x432b14e4 > rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > > No native driver available. > > Sam > > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" Often times you can get the Intel wireless cards either by selecting the bubble, or if you call to your business rep in they can some times do special things like that. -=Tom From guru at unixarea.de Wed Apr 29 11:10:19 2009 From: guru at unixarea.de (Matthias Apitz) Date: Wed Apr 29 11:10:27 2009 Subject: laptop Dell M4400 with -CURRENT? In-Reply-To: <49F71E49.7090001@aol.com> References: <20090428083627.GA3621@rebelion.Sisis.de> <49F715F6.8020603@freebsd.org> <49F71E49.7090001@aol.com> Message-ID: <20090429111016.GA7546@rebelion.Sisis.de> El d?a Tuesday, April 28, 2009 a las 10:18:33AM -0500, Thomas Donnelly escribi?: > >>http://www.unixarea.de/DellM4400-dmesg.txt > >>http://www.unixarea.de/DellM4400-pciconf.txt > >> > >>Does anbody has an idea if this is compatibel with FreeBSD CURRENT? > >>For example I don't see the Dell Wireless 1510 in the pciconf? > >> > >> > > > >Looks like wireless is a Broadcom 432x part: > > > >none2@pci0:12:0:0: class=0x028000 card=0x000d1028 chip=0x432b14e4 > >rev=0x01 hdr=0x00 > > vendor = 'Broadcom Corporation' > > class = network > > > >No native driver available. > > > > Sam > Often times you can get the Intel wireless cards either by selecting the > bubble, or if you call to your business rep in they can some times do > special things like that. > > -=Tom Yes, the configurator at dell.com let me select between: --EMEA Intel Pro Wireless WI-FI 5100 (802.11a/g/ Draft-n 1X2) MiniCard for Centrino 2 Label --EMEA Intel Pro Wireless 5300 (802.11a/g/ Draft-n 3x3) MiniCard for Centrino 2 Label --EMEA Dell Wireless 1510 (802.11a/b/g/n 2X3) MiniCard for Core 2 Duo Label are the two Intel cards supported? and by which module? thx matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From onemda at gmail.com Wed Apr 29 12:35:51 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Wed Apr 29 12:35:58 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <20090428122452.GA4743@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> <20090428112618.GA3151@rebelion.Sisis.de> <20090428122452.GA4743@rebelion.Sisis.de> Message-ID: <3a142e750904290535j4464262bs1bc306fefac6b0ba@mail.gmail.com> On 4/28/09, Matthias Apitz wrote: > El dia Tuesday, April 28, 2009 a las 01:26:18PM +0200, Matthias Apitz > escribio: > >> I will just remove the older versions of the 33 packages on the EeePC >> and update this with a: >> >> # cd PKGDIR-Xorg-7.4_1 >> # pkg_add xorg-7.4_1 > > I did the update, and the X server starts and stop fine: > > $ X -retro > > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT i386 > ... > > It terminates as well fine (without crash) on Alt-Ctrl-BS); tried it > three times without any crash; > > but when I launch > > $ startx > > which starts KDE 3.5.10, it crashes when KDE is ended via the menu in > KDE: You mean it crashed but console did not get corrupted? > startkde: Shutting down... > klauncher: Exiting on signal 1 > kde4: not found Guessing, do you have kde4? > startkde: Running shutdown scripts... > startkde: Done. > > Fatal server error: > Caught signal 11. Server aborting > > Do you want to see /var/log/Xorg.0.log? or should I file a bug report? > > when I use: > > $ startx -- -retro > > I can bring it down clean with Alt-Ctrl-BS, but as well stopping KDE via > menu let the server crash. -- Paul From guru at unixarea.de Wed Apr 29 12:43:49 2009 From: guru at unixarea.de (Matthias Apitz) Date: Wed Apr 29 12:43:56 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <3a142e750904290535j4464262bs1bc306fefac6b0ba@mail.gmail.com> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> <20090428112618.GA3151@rebelion.Sisis.de> <20090428122452.GA4743@rebelion.Sisis.de> <3a142e750904290535j4464262bs1bc306fefac6b0ba@mail.gmail.com> Message-ID: <20090429124345.GA10196@rebelion.Sisis.de> El d?a Wednesday, April 29, 2009 a las 02:35:49PM +0200, Paul B. Mahol escribi?: > On 4/28/09, Matthias Apitz wrote: > > El dia Tuesday, April 28, 2009 a las 01:26:18PM +0200, Matthias Apitz > > escribio: > > > >> I will just remove the older versions of the 33 packages on the EeePC > >> and update this with a: > >> > >> # cd PKGDIR-Xorg-7.4_1 > >> # pkg_add xorg-7.4_1 > > > > I did the update, and the X server starts and stop fine: > > > > $ X -retro > > > > X.Org X Server 1.6.0 > > Release Date: 2009-2-25 > > X Protocol Version 11, Revision 0 > > Build Operating System: FreeBSD 8.0-CURRENT i386 > > ... > > > > It terminates as well fine (without crash) on Alt-Ctrl-BS); tried it > > three times without any crash; > > > > but when I launch > > > > $ startx > > > > which starts KDE 3.5.10, it crashes when KDE is ended via the menu in > > KDE: > > You mean it crashed but console did not get corrupted? I mean: it crashes with sig 11 and console is corrupted; sorry for beeing inprecise; I will CVS update the kernel (mine is ~March 23), maybe it's a solved issue outside X-sever; > > startkde: Shutting down... > > klauncher: Exiting on signal 1 > > kde4: not found > > Guessing, do you have kde4? no; I have KDE 3.5.10 only (no KDE4); but I was told by the KDE gurus that newer versions of KDE3 try to shutdown KDE4 clients; I should ignore this; matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD. From onemda at gmail.com Wed Apr 29 12:48:07 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Wed Apr 29 12:48:13 2009 Subject: CURRENT+xorg-7.4 on eeePC 900 && X crashes on shutdown In-Reply-To: <20090429124345.GA10196@rebelion.Sisis.de> References: <20090417084446.GA3929@rebelion.Sisis.de> <3a142e750904170613s63f6445el7adab4f74ab3dbf5@mail.gmail.com> <20090427141929.GA13902@rebelion.Sisis.de> <3a142e750904270732r48be04f7k776b5c4d13ba1383@mail.gmail.com> <20090427145645.GA14984@rebelion.Sisis.de> <3a142e750904280350o15ea4275rf297608ec84262fe@mail.gmail.com> <20090428112618.GA3151@rebelion.Sisis.de> <20090428122452.GA4743@rebelion.Sisis.de> <3a142e750904290535j4464262bs1bc306fefac6b0ba@mail.gmail.com> <20090429124345.GA10196@rebelion.Sisis.de> Message-ID: <3a142e750904290548h7f991547lc935839c08ebe9dc@mail.gmail.com> On 4/29/09, Matthias Apitz wrote: > El dia Wednesday, April 29, 2009 a las 02:35:49PM +0200, Paul B. Mahol > escribio: > >> On 4/28/09, Matthias Apitz wrote: >> > El dia Tuesday, April 28, 2009 a las 01:26:18PM +0200, Matthias Apitz >> > escribio: >> > >> >> I will just remove the older versions of the 33 packages on the EeePC >> >> and update this with a: >> >> >> >> # cd PKGDIR-Xorg-7.4_1 >> >> # pkg_add xorg-7.4_1 >> > >> > I did the update, and the X server starts and stop fine: >> > >> > $ X -retro >> > >> > X.Org X Server 1.6.0 >> > Release Date: 2009-2-25 >> > X Protocol Version 11, Revision 0 >> > Build Operating System: FreeBSD 8.0-CURRENT i386 >> > ... >> > >> > It terminates as well fine (without crash) on Alt-Ctrl-BS); tried it >> > three times without any crash; >> > >> > but when I launch >> > >> > $ startx >> > >> > which starts KDE 3.5.10, it crashes when KDE is ended via the menu in >> > KDE: >> >> You mean it crashed but console did not get corrupted? > > I mean: it crashes with sig 11 and console is corrupted; sorry for > beeing inprecise; Well in that case recompile all ports (dri/libdrm/Mesa stuff/Xorg server) with symbols enabled, and enable kern.sugid_coredump sysctl. Try to get bt from Xorg coredump. > I will CVS update the kernel (mine is ~March 23), maybe it's a solved > issue outside X-sever; >> > startkde: Shutting down... >> > klauncher: Exiting on signal 1 >> > kde4: not found >> >> Guessing, do you have kde4? > > no; I have KDE 3.5.10 only (no KDE4); but I was told by the KDE gurus > that newer versions of KDE3 try to shutdown KDE4 clients; I should > ignore this; -- Paul From carl.gustavsson at bahnhofbredband.se Wed Apr 29 13:36:02 2009 From: carl.gustavsson at bahnhofbredband.se (Carl Johan Gustavsson) Date: Wed Apr 29 13:36:10 2009 Subject: laptop Dell M4400 with -CURRENT? In-Reply-To: <20090429111016.GA7546@rebelion.Sisis.de> References: <20090428083627.GA3621@rebelion.Sisis.de> <49F715F6.8020603@freebsd.org> <49F71E49.7090001@aol.com> <20090429111016.GA7546@rebelion.Sisis.de> Message-ID: <49F85387.8000201@bahnhofbredband.se> Matthias Apitz wrote: > > Yes, the configurator at dell.com let me select between: > > --EMEA Intel Pro Wireless WI-FI 5100 (802.11a/g/ Draft-n 1X2) MiniCard for Centrino 2 Label > --EMEA Intel Pro Wireless 5300 (802.11a/g/ Draft-n 3x3) MiniCard for Centrino 2 Label > --EMEA Dell Wireless 1510 (802.11a/b/g/n 2X3) MiniCard for Core 2 Duo Label > > are the two Intel cards supported? and by which module? thx > > matthias The two Intel cards are not supported at the moment but I have seen that there are some work in progress on them (OpenBSD have a driver for them). The Dell branded card has a Broadcom chipset it seems, (bcm94312hmg) and thats not supported either AFAIK. One option is to order it without WiFi and put in some Atheros card yourself (which I did). Carl From mobile at freebsd.org Wed Apr 29 19:16:00 2009 From: mobile at freebsd.org (mobile@freebsd.org) Date: Wed Apr 29 19:16:10 2009 Subject: You have been sent a postcard Message-ID: <20090429184631.AF9B1804595@mail.megareview.it> Hello,jonnik1 please visit our website, www.vivifirenze.it someone sent you a virtual postcard! Please visit the following address to view it. http://www.vivifirenze.it/cards/apr29-0307917786.html The postcard will be available on the website for one week.