search for: bcma

Displaying 20 results from an estimated 36 matches for "bcma".

Did you mean: bcm
2018 Dec 03
2
Centos7- WiFi not recognized - HWaddress - Or Any Idea
Hello, I recently installed centos7+Gnome on my macbook air , at first start the wireless adaptor , which is the (infamous?) BCMA4360 , seemed to work because I was asked to choose the network and provided password, but thereafter wifi did not appear, so I can connect to the Internet only by cable. Googling a few days and checking on my computer I found the following:- the infamous wifi adapter BCM4360 appears on lshw list- t...
2014 Feb 24
3
nut in openwrt
Thanks again. This is the lsmod output: # lsmod aead 4256 0 arc4 1312 2 b43 324014 0 bcma 28621 1 b43, button_hotplug 2800 0 cfg80211 172273 2 b43,mac80211, cifs 190077 0 compat 651 3 b43,mac80211,cfg80211, crc16 1015 1 ext4, crc_ccitt 1019 1 ppp_async, crypto_blkcipher...
2012 Feb 03
3
[PATCH 1/4] nouveau: Allow allocating BOs at specific offsets
We want to be able to guarantee the location of the allocated buffer object if we're going to be able to reliably allocate the existing framebuffer at startup. Add an argument to do so and pass that through to the ttm core. Signed-off-by: Matthew Garrett <mjg at redhat.com> --- drivers/bcma/main.c | 1 - drivers/gpu/drm/nouveau/nouveau_bo.c | 8 +++++++- drivers/gpu/drm/nouveau/nouveau_channel.c | 2 +- drivers/gpu/drm/nouveau/nouveau_drv.h | 4 ++-- drivers/gpu/drm/nouveau/nouveau_fence.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c...
2017 Jan 06
0
nouveau: display freezing
...8.645133] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present) [ 8.655120] input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input8 [ 8.672846] usbcore: registered new interface driver bcm5974 [ 8.681031] random: crng init done [ 8.701855] bcma-pci-bridge 0000:03:00.0: enabling device (0000 -> 0002) [ 8.702343] bcma: bus0: Found chip with id 0x4360, rev 0x03 and package 0x00 [ 8.702389] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0) [ 8.702415] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4...
2012 Oct 24
1
Nouveau soft lockup after switcheroo'd...
...nep rfcomm parport_pc ppdev nfsd nfs_acl auth_rpcgss nfs binfmt_misc fscache lockd sunrpc joydev arc4 coretemp kvm_intel b43 kvm mac80211 cfg80211 ssb btusb snd_hda_codec_cirrus applesmc input_polldev microcode bluetooth bcm5974 snd_hda_intel snd_hda_codec nouveau snd_seq_midi snd_rawmidi snd_hwdep bcma lpc_ich snd_seq_midi_event snd_pcm mei snd_seq snd_timer snd_seq_device ttm mxm_wmi wmi snd soundcore snd_page_alloc nls_iso8859_1 apple_gmux mac_hid apple_bl lp parport hid_generic hid_apple usbhid hid btrfs zlib_deflate libcrc32c ghash_clmulni_intel aesni_intel ablk_helper cryptd lrw aes_x86_64 x...
2014 Feb 24
0
nut in openwrt
...n your Debian box. - Tim On February 24, 2014 1:12:36 AM CST, Josu Lazkano <josu.lazkano at gmail.com> wrote: >Thanks again. > >This is the lsmod output: > ># lsmod >aead 4256 0 >arc4 1312 2 >b43 324014 0 >bcma 28621 1 b43, >button_hotplug 2800 0 >cfg80211 172273 2 b43,mac80211, >cifs 190077 0 >compat 651 3 b43,mac80211,cfg80211, >crc16 1015 1 ext4, >crc_ccitt 1019 1 ppp_asyn...
2015 Jul 21
17
[Bug 91413] New: INFO: task Xorg:2419 blocked for more than 120 seconds.
...mxm_wmi(E) aesni_intel(E) snd_hda_controller(E) wmi(E) aes_x86_64(E) lrw(E) snd_hda_codec(E) snd_seq_midi(E) gf128mul(E) snd_hda_core(E) glue_helper(E) ablk_helper(E) ttm(E) snd_hwdep(E) cryptd(E) drm_kms_helper(E) snd_seq_midi_event(E) drm(E) snd_rawmidi(E) serio_raw(E) i2c_algo_bit(E) snd_seq(E) bcma(E) snd_pcm(E) snd_seq_device(E) snd_timer(E) lpc_ich(E) snd(E) mei_me(E) soundcore(E) mei(E) shpchp(E) mac_hid(E) video(E) parport_pc(E) ppdev(E) lp(E) parport(E) hid_generic(E) psmouse(E) ahci(E) uas(E) r8169(E) libahci(E) mii(E) usb_storage(E) usbhid(E) hid(E) Jul 21 10:11:42 dioo-XPS kernel: [ 2...
2016 Aug 02
0
[PATCH] vhost: drop vringh dependency
...| 1 + drivers/vhost/Kconfig | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/Makefile b/drivers/Makefile index 0b6f3d6..5d03dba 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -139,6 +139,7 @@ obj-$(CONFIG_OF) += of/ obj-$(CONFIG_SSB) += ssb/ obj-$(CONFIG_BCMA) += bcma/ obj-$(CONFIG_VHOST_RING) += vhost/ +obj-$(CONFIG_VHOST) += vhost/ obj-$(CONFIG_VLYNQ) += vlynq/ obj-$(CONFIG_STAGING) += staging/ obj-y += platform/ diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 533eaf0..387d30d 100644 --- a/drivers/vhost/Kconfig +++ b/driver...
2016 Aug 02
0
[PATCH] vhost: drop vringh dependency
...| 1 + drivers/vhost/Kconfig | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/Makefile b/drivers/Makefile index 0b6f3d6..5d03dba 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -139,6 +139,7 @@ obj-$(CONFIG_OF) += of/ obj-$(CONFIG_SSB) += ssb/ obj-$(CONFIG_BCMA) += bcma/ obj-$(CONFIG_VHOST_RING) += vhost/ +obj-$(CONFIG_VHOST) += vhost/ obj-$(CONFIG_VLYNQ) += vlynq/ obj-$(CONFIG_STAGING) += staging/ obj-y += platform/ diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig index 533eaf0..387d30d 100644 --- a/drivers/vhost/Kconfig +++ b/driver...
2014 Mar 13
0
Dell vostro 1550, BCM 4313 wireless, not connecting to net
...I got the source code of the driver, hybrid-v35_64-nodebug-pcoem-6_30_223_141.tar.gz. Extracted the tar, and compiled. Normal compilation errors: # make?????????????????????????????????????? ## Errors # make API=CFG80211????????? ## Errors # make API=WEXT???? ---------> Compiles fine. # rmmod bcma echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf # modprobe lib80211 # modprobe cfg80211 # insmod wl.ko Network Manager shows all surrounding wireless network, and I select my wifi network and enter the key. Authentication required by wireless network (Dialog Box) Passw...
2014 Feb 24
1
nut in openwrt
...4, 2014 1:12:36 AM CST, Josu Lazkano ><josu.lazkano at gmail.com> wrote: >>Thanks again. >> >>This is the lsmod output: >> >># lsmod >>aead 4256 0 >>arc4 1312 2 >>b43 324014 0 >>bcma 28621 1 b43, >>button_hotplug 2800 0 >>cfg80211 172273 2 b43,mac80211, >>cifs 190077 0 >>compat 651 3 b43,mac80211,cfg80211, >>crc16 1015 1 ext4, >>crc_ccitt...
2014 Feb 23
0
nut in openwrt
[CC'ing the list] On Feb 23, 2014, at 3:06 PM, Tim Dawson wrote: > I don't think USB support is a given in OpwnWRT - some builds have it, some don't, and some are just a bit wonky. > Most USB builds support USB disk - the USB serial driver is a different beast, and even if one is there does not imply the other. > > I'd be interested in the output of 'lsmod',
2013 Dec 06
0
Regression: drm/nouveau/clk: implement power state and engine clock control in core (7c856522069755ab9d163a24ac332cd3cb35fe30) breaks GeForce 9400 on Intel Mac Mini Model November 2010 model
...fffa057f34f>] drm_unplug_minor+0xd/0x31 [drm] > [ 7.692757] PGD b7c93067 PUD 0 > [ 7.692901] Oops: 0000 [#1] SMP > [ 7.693049] Modules linked in: nouveau(+) video mxm_wmi wmi i2c_algo_bit drm_kms_helper ttm drm loop hid_generic usbhid hid snd_hda_codec_realtek arc4 b43 rng_core bcma mac80211 cfg80211 rfkill snd_hda_intel snd_hda_codec snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer evdev coretemp snd ssb kvm_intel pcmcia pcmcia_core applesmc ehci_pci ohci_pci ohci_hcd kvm ehci_hcd input_pol...
2017 Apr 04
2
[Bug 100545] New: BUG: null pointer dereference dma_fence_wait_timeout from nouveau_drm_ioctl (linux 4.10.5)
...l dell_laptop dell_wmi sparse_keymap iTCO_wdt rfkill dell_smbios pcmcia pcbc mei_wdt dcdbas iTCO_vendor_support pcmcia_core dell_smm_hwmon snd_hda_intel aesni_intel snd_hda_codec snd_hda_core snd_hwdep aes_x86_64 snd_pcm snd_seq crypto_simd glue_helper cryptd pcspkr joydev snd_seq_device parport_pc bcma snd_timer ppdev [ 211.555287] parport snd e1000e mei_me soundcore thermal ptp lpc_ich fjes mei pps_core tpm_tis mfd_core tpm_tis_core battery i2c_i801 dell_smo8800 shpchp tpm ac nouveau serio_raw mxm_wmi i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops sdhci_pci xhci_pci...
2014 Nov 24
3
[Bug 86650] New: (NV44): initrd gpu lockup from 3.12 or 3.13 onwards
https://bugs.freedesktop.org/show_bug.cgi?id=86650 Bug ID: 86650 Summary: (NV44): initrd gpu lockup from 3.12 or 3.13 onwards Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2015 Dec 05
2
bad things happened, 4.4-rc3, nve7, virgl test server
...:07:00.0: Max Port Number: 12 [ 7.435749] thunderbolt 0000:07:00.0: Config: [ 7.437216] thunderbolt 0000:07:00.0: Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 255ms [ 7.438664] thunderbolt 0000:07:00.0: unknown1: 0x0 unknown4: 0x0 [ 7.447649] bcma-pci-bridge 0000:04:00.0: enabling device (0000 -> 0002) [ 7.448712] bcma: bus0: Found chip with id 0x4331, rev 0x02 and package 0x09 [ 7.450140] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0) [ 7.451518] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4...
2012 Oct 13
0
hang after switcheroo'd...
...lesmc input_polldev nfsd nfs_acl auth_rpcgss uvcvideo videobuf2_core nfs microcode videodev fscache videobuf2_vmalloc lockd usbhid videobuf2_memops hid binfmt_misc bcm5974 sunrpc snd_hda_intel snd_seq_midi snd_rawmidi snd_hda_codec snd_seq_midi_event snd_hwdep snd_seq snd_seq_device snd_pcm lpc_ich bcma nls_iso8859_1 snd_timer snd apple_gmux soundcore snd_page_alloc apple_bl mac_hid lp parport btrfs zlib_deflate libcrc32c ghash_clmulni_intel aesni_intel ablk_helper cryptd aes_x86_64 i915 nouveau ttm drm_kms_helper tg3 drm i2c_algo_bit mxm_wmi wmi video CPU 0 Pid: 3194, comm: Xorg Not tainted 3.6.2...
2014 Feb 23
5
nut in openwrt
2014-02-23 17:57 GMT+01:00 Charles Lepple <clepple at gmail.com>: > On Feb 22, 2014, at 9:51 AM, Josu Lazkano wrote: > >> The problem is that I don't know where to configure it. >> >> Anyone with a UPS connect to a OpenWRT device? > > What version of OpenWRT? > > I haven't tried this myself, but it looks like recent versions of OpenWRT use UCI,
2017 Dec 09
9
[Bug 104181] New: [NV50/G94] system freeze on youtube with epiphany 3.26
https://bugs.freedesktop.org/show_bug.cgi?id=104181 Bug ID: 104181 Summary: [NV50/G94] system freeze on youtube with epiphany 3.26 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2014 Jun 13
2
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...blowfish_common des_generic cbc xcbc rmd160 sha512_generic sha256_generic hmac crypto_null af_key xfrm_algo nfsd auth_rpcgss oid_registry nfs_acl nfs lockd fscache sunrpc nouveau video mxm_wmi wmi i2c_algo_bit drm_kms_helper ttm drm loop snd_hda_codec_realtek snd_hda_codec_generic arc4 b43 rng_core bcma mac80211 cfg80211 snd_hda_intel snd_hda_controller snd_hda_codec rfkill snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi evdev snd_seq applesmc snd_seq_device input_polldev snd_timer coretemp snd kvm_intel ssb pcmcia kvm pcmcia_core ohci_pci ehci_pci ohci_hcd...