Search results

  1. G

    OpenBSD have better Intel video support?

    How did you manage to get 1366x768 with VESA? I tried with modelines (by checking Xorg.0.log) with Xorg but I did not succeed.
  2. G

    FreeBSD Foundation's New Project: Implement GEM/KMS/DRI for Intel Graphics

    Well, I have no doubt Konstantine is working on it. But it would be nice to have some news about how it progresses. Some time ago I read in the PC-BSD forums that it was expected in the Summer (which is around the corner). If it is to be released this Summer, I think it would be necessary to...
  3. G

    Bluetooth manager for FreeBSD (GUI)

    Is it only for i386? I tried it with amd64 but I was unable to compile.
  4. G

    Notebook / Laptop compatibility list

    I've been trying to find any info or ETA, but I found nothing. I've been also unable to find any repo to check the code. As I need to replace my old laptop (very old one with an nvidia card) I would like to know whether I should keep with nvidia or if I can buy an intel-card based laptop...
  5. G

    FreeBSD and power failures

    There are many options. You could go with UFS+Gjournal (even with that I had to fsck from time to time, but not as frequently as with UFS+softupdates). Another option would be using SUJ. The third option would be using ZFS. I left gjournal and started running everything with ZFS. Let's cross...
  6. G

    FreeBSD TexLive packages

    Thanks for the tip. I'll try and let you know. So you have texlive replacing teTeX*, haven't you ? You have them installed with LOCALBASE=/usr/local and I guess you get there with a blank installation, am I right ? I am saying this because I don't see how you satisfy a port that depends...
  7. G

    FreeBSD TexLive packages

    How can I install those texlive packages having teTeX ? When I tried print/texlive-core it complained because it had to overwrite files installed by teTeX friends. Deinstalling teTeX* do not seem to be the way to go, a lot of ports are installed having it as a dependence. Would it be...
  8. G

    zfSnap send

    Well, I was thinking about zfs send myself. My servers are backing up via zfs snapshot + custom incremental rsyncs. Using zfs send would a first approach, but what I think would a killing app is incremental zfs sends. But I don't know if that would be easy to implement with sh or it would be...
  9. G

    Problem playing network files

    More info Playing with this issue, I discovered something : Mount a share with nautilus. Mount a remote system with fusefs-ssh. For example, I try to mount the remote directory "/mnt/multimedia" to my local directory ~/multimedia with "sshfs" Open a freezing file with nautilus. The app...
  10. G

    Problem playing network files

    Hi to all, I've been trying to open files placed in a samba share using nautilus. I have compiled gvfs with fuse support, so when login to gnome you get ~/.gvfs automagically mounted as a fuse device. All the network places mounted with nautilus show there, so non gnome-apps can access the...
  11. G

    Broadcom WiFi

    Phy Hi, I've been testing the driver for a while, my system is : and my card : and I found those errors while being quite near to my AP (which is a FBSD 7.2 machine with and Atheros card) : The connection remains dead until an /etc/rc.d/netif restart is made. I seen this kind...
  12. G

    VirtualBox

    I'd add : Fix kernel crashes on 8.0-CURRENT Vbox doesn't detect the module the second time it is launched in 8.0-CURRENT (the first time seems to detect it) No graphical display in 8.0-current. The screen remains grey. I'm starting to see in the code why 2 is happening (didn't...
  13. G

    Broadcom WiFi

    bwi.02c doesn't compile with i386/current (csuped today). Both problems are related, struct ieee80211com doesn't have a field called ic_myaddr. if_bwi.c:521: error: 'struct ieee80211com' has no member named 'ic_myaddr' if_bwi.c:522: error: 'struct ieee80211com' has no member named...
  14. G

    Broadcom WiFi

    Sorry for the delay. I tried it in current (I left stable), but gave me errors in compile : if_bwi.c: In function 'bwi_attach': if_bwi.c:400: error: 'struct ieee80211com' has no member named 'ic_myaddr' if_bwi.c:401: error: 'struct ieee80211com' has no member named 'ic_myaddr' if_bwi.c:402...
  15. G

    bce driver reports 'no carrier'

    Hi had some problem related to yours. Checked that post on kerneltrap and others. Is your system loosing carrier ? (I mean, are you successful getting carrier and then loosing it ?) I'm asking it because in my case the interface looses carrier, and checking dmesg I get a message telling me...
  16. G

    Porting avant-window-navigator

    That's great ! In fact, yesterday managed to compile the extra applets by disabling python dependency checking. Will go for the svn ASAP and try that ! Thanks, Gusi
  17. G

    Broadcom WiFi

    Hi, tried sysctl kern.ipc.nmbcluster and I discovered that it was greater than the value you suggested. Will try the values you gave, but I suspect they won't work better (maybe). I'll keep you informed anyway. Do you want something else ? Thanks again, Gusi
  18. G

    Porting avant-window-navigator

    Hi everyone, I'm trying to port avant-window-navigator to FreeBSD. The project is divided in different components. The main one is the bar itself, which compiles and runs fine in FreeBSD. There's another project which involves all the extra applets for the bar (notably, the stacks...
  19. G

    Broadcom WiFi

    Hi Again, Yesterday I tried what you suggested. I took me some time to associate to my AP which is a FreeBSD with hostapd+WPA2-TLS (in fact what took long was dhclient). After a few time I started to see some : Mar 3 21:12:32 gusiport dhclient[26984]: send_packet: No buffer space...
  20. G

    Broadcom WiFi

    Hi Paradox, did the following : kldload /boot/kernel.old/bwi_v3.ko && kldload /boot/kernel.old/if_bwi.ko && ifconfig bwi0 up Dmesg showded me got the following : ******************** bwi0: <Broadcom BCM4312 802.11 Wireless Lan> mem 0xf1ffc000-0xf1ffffff irq 17 at device 0.0 on...
Back
Top